body {
	margin: 0;
	padding: 0 0 0 0;
	background-color: #868571;
	font-family: Arial, Helvetica, sans-serif;
}
#page {
	position: relative;
	margin: 0 auto;
	width: 850px;
	background-color: #999999;
}





#cabezera {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
	position: relative;
	margin: 0px auto 0px auto;
	width: 850px;
	background-color: #1e1a18;
	padding: 12px 0px 0px 0px;
}


/*

	ZONA DE ENLACES SUPERIORES

*/

#enlaces {
	position: relative;
	margin: 0px auto;
	width: 850px;
	background-color: #1e1a18;
	height: 31px;
}

.pestanha {
	position: relative;
	float: left;
	cursor: pointer;
}

.pestanha .left {
	position: relative;
	width: 3px;
	background-repeat: no-repeat;
	height: 31px;
	float: left;
}

#enlaces .pestanha .left   {
	background-image: url(/images/pestahnas/pes-izq-off.gif)
}

#enlaces .pestanha .centro {
	position: relative;
	float: left;
	height: 31px;
	background-image: url(/images/pestahnas/pes-fondo-off.gif);
	background-repeat:  repeat-x;
	font-size: 14px;
	padding: 10px 12px 0px 12px;
	color: #FFFFFF;
}

#enlaces .pestanha   .right {
	position: relative;
	width: 3px;
	background-image: url(/images/pestahnas/pes-der-off.gif);
	background-repeat: no-repeat;
	height: 31px;
	float: left;
}
#enlaces .activo .left {
	background-image: url(/images/pestahnas/pes-izq-on.gif);
	cursor:default;
}

#enlaces  .activo .centro {
	background-image: url(/images/pestahnas/pes-fondo-on.gif);
	color: #000000;
	cursor:default;
}
#enlaces .activo .right {
	background-image: url(/images/pestahnas/pes-der-on.gif);
	cursor:default;
}



#enlaces .pestanha .text-enlace {
	position: relative;
	text-align: center;
	margin: 10px auto auto auto;
	font-weight: 600;
}
a{
	
}
a:link, a:visited{
	text-decoration:none;
	color:#FFFFFF	
}
a:hover, a:active{
	text-decoration:underline;
	color: #E6E6E6;
}
#cuerpo {
	position: relative;
	width: 848px;
	margin: 0px auto;
	background-color: #999999;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #1e1a18;
	border-bottom-color: #1e1a18;
	border-left-color: #1e1a18;
}
#cuerpo .foto {
	position: relative;
	margin: 25px auto 0px auto;
	width: 666px;
}
#cuerpo .parrafo       {
	font-size: 12px;
	margin: 32px auto 0px auto;
	position: relative;
	width: 666px;
	text-align: justify;
	line-height: 1.5em;
}
#cuerpo #capa-info .parrafo p {
	margin: 16px auto 0px auto;
	line-height: 1.5em;
}

#cuerpo .parrafo .enum {
	position: relative;
	text-align: justify;
	padding: 0px 0px 0px 25px;
}

.resal {
	font-weight: 600;
}





.clear {
	clear: both;
	height: 0px;
}
.sep {
	position: relative;
	height: 65px;
}
