@charset "utf-8";

/* CUERPO -----*/

BODY {
  background-color: #E8DDD0;
  margin: 0px;
  font-family: "Times New Roman", Times, serif;
  font-size: 1em;
}

a:link { color: #BF0000; }
a:visited { color: #BF0000; }
a:hover { color: #BF0000; }
a:active { color: #BF0000; }

/* CONTENEDOR ----- */

.contenedor {
  margin: 0 auto;
  color: black;
  overflow: hidden;
  width: 975px;
}

/* CABECERA ----- */
.topContacto {
  width: 975px;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-image: url(../imagenes/top-trans.png);
  color: #BF0000;
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
}

.topContacto ul {
	list-style-type: none;
	padding: 5px 0px 0px 800px;
	margin: 0;
}

.topContacto li {
	float: left;
	width: 85px;
	height: 32px;
}

.topContacto li a:hover {
	display:block;
	background-image: url(imagenes/fondoContacto.png);
}

.top {
  margin: 0 auto;
  width: 955px;
  height: 325px;
  border: 10px solid #fff;
}

  .topIzquierda {
    float: left;
	clear: left;
	
	width: 100px;
	height: 125px;
	padding: 175px 75px 25px 25px;
  }
  
  .topDerecha {
    float: right;
	clear: right;
	
	width: 755px;
	height: 325px;
  }
  .topDerechaArriba {
	  width: 215px;
	  height: 25px;
	  
	  padding-left: 540px;
  }
  
  .topDerechaArriba ul {
	  list-style-type: none;
	  padding: 0;
	  margin: 0;
  }
  
  .topDerechaArriba li {
	  float: left;
	  padding: 2px 4px;
	  border: 1px solid #FFF;
	  margin-top: 5px;
	  margin-right: 3px;
	  color: #FFF;
	  font-size: .7em;
	  font-weight: bold;
	  background-color: #A8916F;
	  opacity: 75%;
  }
  
.topDerechaArriba li a {
	color: #fff;
	text-decoration: none;
}
  
  li.liUno {
	  border: none;
	  background-color: transparent;
	  padding: 3px 5px;
  }
  
  .topDerechaAbajo {
	  width: 355px;
	  height: 67px;
	  
	  padding: 224px 0px 4px 400px;;
  }

/* CUERPO ----- */

.middle {
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomleft: 10px;
  background-color: #F5EFE9;
  margin-top: 4px;
  border: 1px solid #BF0000;
  overflow: hidden;
  width: 973px;
}
  
.middleTop {
  margin: 5px 0px 5px 3px;
  width: 966px;
  height: 23px;
}

.mtIzq {
  width: 600px;
  height: 23px;
  
  float: left;
  clear: left;
}

.mtDer {
  width: 350px;
  height: 23px;
  
  float: right;
  clear: righr;
}

/* Estilos del menu descendente */
	#nav {
	  list-style:none;
	  margin: 0;
	  padding-left: 0px;
	  font-size: .8em;
	}
	
	#nav li { float:left; border: 1px solid #000; background-color: #fff;}
	#nav li a { display:block; padding:4px 10px; text-decoration:none; color:#666; font-weight:bold; }
	#nav li a:hover { color:#333; }
	/* Submenu */
	#nav ul.submenu { display: none; border:1px solid #000; padding:5px; position:absolute; list-style:none; background-color:#fff; z-index: 999;}
	#nav ul.submenu li { float:none; background-image:none; border: 0px; border-bottom:1px solid #999; width:160px;}
	/* Subsubmenu */
	#nav ul.subsubmenu { border:1px solid #000; padding: 5px; position:absolute; list-style:none; background-color:#fff; margin-left:10px; margin-top:-30px;}
	#nav ul.subsubmenu li { float:none; background-image:none; border-bottom:1px solid #999; min-width:200px;}

/* ----------------------------*/


/* Bloque 300 Píxeles -----------------*/

.block300 {
  width: 973px;
  height: 300px;
  margin: 0 auto;
  margin-top: 4px;
  margin-bottom: 5px;
}

.blockGaleria {
	float: left;
	clear: left;
	
	margin-left: 3px;
	border: 5px solid #fff;
    width: 550px;
	height: 290px;
}

	#s3slider {
	   width: 550px; /* important to be same as image width */
	   height: 290px; /* important to be same as image height */
	   position: relative; /* important */
	   overflow: hidden; /* important */
	   top: 0;
	   left: 0;
	}
	
	#s3sliderContent {
	   width: 550px; /* important to be same as image width or wider */
	   height: 290px;
	   background-image: url(/imagenes/galeria/galeria/fondo.png);
	   list-style: none;
	   padding-left: 0px;
	   position: absolute; /* important */
	   top: 5; /* important */
	   left: 5;
	   margin: 0; /* important */
	}
	
	.s3sliderImage {
	   float: left; /* important */
	   position: relative; /* important */
	   display: none; /* important */
	}
	
	.s3sliderImage span {
	   position: absolute; /* important */
	   left: 0;
	   font: 10px/15px Arial, Helvetica, sans-serif;
	   padding: 10px 13px;
	   width: 550px;
	   background-color: #900;
	   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
	   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
	   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
	   opacity: 0.7; /* here you can set the opacity of box with text */
	   color: #fff;
	   display: none; /* important */
	   top: 0;
	
	   /*
		   if you put
		   top: 0; -> the box with text will be shown at the top of the image
		   if you put
		   bottom: 0; -> the box with text will be shown at the bottom of the image
	   */
	}
	
	.clear {
	   clear: both;
	} 

.block644 {
	float: left;
	clear: left;
	
	margin-left: 3px;
    width: 644px;
	height: 300px;
}

.block318 {
	float: right;
	clear: right;
	background-color: #444953;
	border: 5px solid #C00;
	margin-right: 3px;
	
	width: 392px;
	height: 290px;
}
	.canalCuerpo {
		width: 392px;
		height: 269px;
	}
	
	.canalPie {
		width: 392px;
		height: 21px;
		background-color: #000;
		
		border: solid #BF0000;
		border-width: 1px 0px 0px 0px;
	}
	
	.canalPieIzq {
		float: left;
		clear: left;
		
		background-color: #fff;
		border: solid #BF0000;
		border-width: 0px 1px 0px 0px;
		color: #000;
		font-size: 1.2em;
		font-weight: bold;
		
		text-align: center;
		
		width: 145px;
		height: 21px;
	}
	
	.canalPieIzq a {
		color: #000;
		text-decoration: none;
	}

	.canalPieDer {
		float: right;
		clear: right;
		
		width: 244px;
		height: 21px;
	}
	
		.canalPieDer ul {
		  list-style: none;
		  padding: 0;
		  padding-left: 10px;
		  margin: 0;
		}
		
		.canalPieDer ul li {
		  float: left;
		  padding-right: 4px;
		  padding-left: 4px;
		  margin-bottom: 2px;
		  margin-right: 4px;
		  
		  font-size: 1.2em;
		  font-weight: bold;
		  
		  text-align: center;
		  color: #fff;
		}
		
		.canalPieDer ul li a{
		  color: #fff;
		  text-decoration: none;
		}
		
.followMe {
	background-image: url(/imagenes/FondoSigueme.jpg);
	width: 961px;
	height: 36px;
	
	margin: 0 auto;
	
	border: 1px solid #FF1068;
	-moz-border-radius: 10px;
}

.followMeLeft {
	float: left;
	clear: left;
	width: 175px;
	height: 36px;
	text-align: left;
}

.followMeRight {
	float: right;
	clear: right;
	width: 785px;
	height: 36px;
}

.followMeRight ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

.followMeRight li {
	float: left;
	padding: 2px 5px 0px 5px;
}

/* Comentarios ---------- */

.comentarios318 {
	float: right;
	clear: right;
	background-color: #FFF;
	border: 1px solid #C00;
	margin-right: 3px;
	
	width: 318px;
	height: 290px;
}

.comentarioSuperior {
  font-size: .8em;
  font-weight: bold;
  color: #000;
  border: solid #000;
  border-width: 0px 0px 1px 0px;
  text-align: center;
  height: 16px;
  width: 318px;
}

.bloqueMSG {
	width: 308px;
	height: 120px;
	
	margin: 5px 4px;
	
	border: 1px solid #DFD5C6;
}

.contNom {
  width: 303px;
  height: 18px;
  
  padding-left: 5px;
  
  font-size: .8em;
  font-weight: bold;
}

.contMsg {
  width: 288px;
  height: 68px;
  
  padding: 8px 10px;
  
  text-align: justify;
  
  font-size: .7em;
  color: #801515;
}

.comentarioFecha {
  font-size: .7em;
  color: #444;
  text-align: right;
  padding-right: 10px;
  height: 17px;
  width: 306px;
}

.comentarioPie {
  height: 19px;
  width: 318px;
  
  background-color: #563A29;
  color: #EDE7DE;
  
  font-size: .8em;
  font-weight: bold;
  
  padding: 3px 0px 0px 0px;
  
  text-align: center;
}

.comentarioPie a {
	color: #EDE7DE;
	text-decoration: none;
}

.anunciosC {
	float: left;
	clear: left;
	width: 248px;
	height: 300px;
}

.patrocinadores {
	float: right;
	clear: right;
	
	width: 386px;
	height: 292px;
	border: 4px solid #8EB7D5;
}

.tituloPatrocinadores {
	width: 386px;
	height: 138px;
	margin: 0 auto;
}

	.patroTop {
		width: 386px;
		height: 156px;
	}
	
		.patroTopIzq {
			float: left;
			clear: left;
			
			width: 130px;
			height: 154px;
		}
		
		.patroTopDer {
			float: right;
			clear: right;
			
			width: 234px;
			height: 154px;
			padding: 0px 10px;
			font-weight: bold;
			text-align: justify;
			color: #000;
		}
		
		.nombreP {
			font-size: 1.5em;
		}
		
		.serviciosP {
			font-size: .7em;
		}
		
		.datosP {
			font-size: .9em;
		}
