/* Global Styles */

body {
	margin-top:10px;
	/*background: #FFFFFF url(images/bg.jpg) repeat-x fixed;*/
	/*background: #000000 url(../imagenes/back1.gif);*/
	background: #000000;
	font: 0.7em/1.5 Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a, a:link {
	outline: none;
}
a:link, a:visited, a:active {
	color: #DB2222;
	text-decoration: none;
}
a:hover {
	color: #FF2D2D;
}
.botones{
	padding:10px 0 115px;
	text-align:center;
	margin:0 auto;
	float: none;
}
.box_foto {
	width: 130px;
	float: left;
}
.box_foto img{
	border:0px;
	float: left;
}
.box_foto div{
	width:120px;
}
.pasedefotos{
	padding:0 0 0 12px;
}
.video{
	padding:0 0 0 12px;
}
.opciones{
	float:left;
}
.opciones ul{
	list-style:none;
}
.opciones li{
	padding:0px 30px 8px;
}
#content{
	position:relative;
	width: 1040px;
	margin: 0 auto;
}

/*CABECERA*/
#Cabecera {
	line-height: 1.4em;
	top: 10px;
	left:10px;
}
div.cabeceraTITULO {
	position: absolute;
	left: 90px;
	top: 0px;
}
div.cabeceraCENTRO {
	top: 26px;
	left: 530px;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
}
div.cabeceraDERECHA {
	top: 28px;
	left: 940px;
	position: absolute;
}

/*MENU*/
#Menu {
	top:77px;
	left: -20px;
	color: #555;
	width:89px;
	height:229px;
	float: left;
	position: absolute;
	/*background: url(../imagenes/fondomenu.gif) center;*/
}
#Menu ul{
	text-align:right;
	list-style:none;
	margin:0 10px;
	padding:10px 0px 0px;
}
#Menu li{
	list-style:none;
	padding:0px 0px 8px;
}
#Menu #actual{
	font-weight:bold;
	list-style:none;
	padding:0px 0px 8px;
}
/*Menu de Pestaņas*/
#solapas {
	width:100%;
	font-size:93%;
	line-height:normal;
	left: 100px;
	top:45px;
	position: absolute;
  }
#solapas ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
  }
#solapas li {
	display:inline;
	margin:0;
	padding:0;
  }
#solapas a {
	float:left;
	background:url("../imagenes/left_both.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	border-bottom:1px solid #765;
	text-decoration:none;
  }
#solapas a span {
	float:left;
	display:block;
	background:url("../imagenes/right_both.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	font-weight:bold;
	color:#FFDDDD;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#solapas a span {float:none;}
/* End IE5-Mac hack */
#solapas a:hover span {
	color:#997777;
  }
#solapas #actual a {
	background-position:0 -150px;
	border-width:0;
  }
#solapas #actual a span {
	background-position:100% -150px;
	padding-bottom:5px;
	color:#893A3A;
  }
#solapas a:hover {
	background-position:0% -150px;
  }
#solapas a:hover span {
	background-position:100% -150px;
  }
/*recuadro del texto*/
div.contenido1 {
	background:  url("../imagenes/tl.gif") top left no-repeat;
	width:950px;
	top:75px;
	left:75px;
	position: relative;
} 
div.contenido1 h5 {
	background:  url("../imagenes/tr.gif") top right no-repeat;
	font-size:1.3em;
	padding:17px;
	padding-left:0;
	margin:0;
	position:relative;
	right:-14px;
}
div.contenido2 {
	background:  url("../imagenes/r.gif") top right repeat-y;
	margin:0;
	margin-top:-2em;
	padding:14px;
	padding-left:0;
	position:relative;
	right:-14px;
	overflow: hidden;
}
div.contenido2 h1 {
	font-size: 24px;
	color: #AA9999;
	margin: -5px 0px 10px;
}
div.contenido2 h2 {
	font-size: 18px; 
	color: #AA9999;
	margin: 0px 0px 0px;
}
div.contenido3 {
	background:  url("../imagenes/bl.gif") bottom left no-repeat;
	position:relative;
	top:11px;
}
div.contenido3 p {
	background:  url("../imagenes/br.gif") bottom right no-repeat;
	padding:15px;
	padding-left:0;
	display:block;
	margin:-2em 0 0 0;
	right:-14px;
	position:relative;
}
