/* CSS Document */
body
{
background-color:#3B3B3B; 
color:#A4A4A4; padding:0px; 
margin:0px; 
font:13px/17px Verdana, Arial, Helvetica, sans-serif;
background-image: url(../imagenes_5w/fondo-oscuro.jpg);}
div, ul, li, h1, h2, h3, h4, p, img{margin:0px; padding:0px;}
ul{list-style-type:none;}

#encabezado {
	position: absolute; /*Posicionamiento absoluto*/
	top: 0px; /*Desde arriba, colocar al 50% de la pantalla*/
	left: 50%; /*Desde la izquierda, colocar al 50% de la pantalla*/
	height: 180px; /*Le ponemos el valor del alto*/
	width: 1000px; /*Le ponemos el valor del ancho*/
	margin-left: -500px; /*Restamos la mitad de ancho para centrarlo horizontalmente*/
}
#cuerpocentrado {
	position: absolute; /*Posicionamiento absoluto*/
	top: 180px; /*Desde arriba, colocar al 50% de la pantalla*/
	left: 50%; /*Desde la izquierda, colocar al 50% de la pantalla*/
	height: auto; /*Le ponemos el valor del alto*/
	width: 1000px; /*Le ponemos el valor del ancho*/
	margin-left: -500px;
	padding: 30px;
	border-width: thin;
	background-color: Black;
	border-style: solid;
	border-color: #333333;

}

.logo{
	position: absolute; 
	left: 1px; 
	top: 0px; 
	width: 252px; 
	height: 179px;
}

#img_encabezado{
	position: absolute; 
	left: 280px; 
	top: 15px; 
	width:750px; 
	height:150px
}
.marcofoto{
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
	margin-left: 15px;
	width: auto;
	height: auto;
	border: thin solid #000000;
}

.titulos {
	color: #37A096;
	padding-left: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 6px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	display: block;
	font: bold 1.2em Verdana;
	background: #000000;
}
.botonesmenu {

	width: 200px;
	margin-top: 0px;
	margin-left: 0px;
}

.buttons a {
	color: #73CEC5;
	display: block;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	text-decoration: none;
	text-align: left;
	margin-top: 0px;
	font-size: 1em;
	border-bottom:#929292 dotted 1px;
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
	background-color: Black;
}

.buttons a:hover {
	padding-left: 22px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	color: White;
	background:url(images/bullet2.gif) 0 10px no-repeat #000; 
	border-bottom:#929292 dotted 1px;
	}
	
.buttoncillo a {
	color: #73CEC5;
	display: block;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	text-decoration: none;
	text-align: left;
	margin-top: 0px;
	font-size: 1em;
	border-bottom:#929292 dotted 1px;
	background-repeat: no-repeat;
	background-position: 0 10px;
	background-color: Black;
	font-weight: bolder;
}

.buttoncillo a:hover {
	padding-left: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	color: White;
	border-bottom:#929292 dotted 1px;
	}

.imagenweb {margin-left:20px;}



/*----TOP PANEL----*/

#header{width:1000px; height:140px; position:relative; margin:0 auto; padding:0px 9px 0px 14px;}

#header img{height:179px; width:252px; position:absolute; top:0; left:0px; padding:0px;}


/*----MENU PANEL----*/
#cuerpocentrado ul{
	width:180px;

	padding:5px 10px 20px 40px;
	position:absolute;
	top:10px;
	left:0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 0;
}



/*----BODY MIDDLE PANEL----*/
#bodymiddlePan{
	width:740px;
	position:relative;
	clear:both;
	left: 140px;
	top: 0px;
	
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: justify;
}
#bodymiddlePan h2{height:68px; display:block; color: #73CEC5; font:28px/68px Georgia, "Times New Roman", Times, serif; font-weight:normal;}
#bodymiddlePan h1{height:68px; display:block; color: #73CEC5; font:22px/62px Georgia, "Times New Roman", Times, serif; font-weight:normal;}
#bodymiddlePan p.lasttext{padding:0 0 75px 0;}
#bodymiddlePan p span{
	background:#3B3B3B;
	color:#fff;
	
}


/*----FOOTER PANEL----*/
#footerPan{width:95%; position:relative; margin: 0 auto;  font-size: 0.8em; }
#footerPan ul{
	width:auto;
	position:relative;
	top:0px;
	left:0px;
	margin: 0 auto;
	text-align: center;
}
#footerPan li{float:left; }
#footerPan ul li a{padding:0 5px 0; color:#fff; text-decoration:underline;}
#footerPan ul li a:hover{text-decoration:none;}
#footerPan p{
	width:auto;
	position:relative;
	text-align: center;
}
#footerPan ul.templateworld{width:250px; color:#fff; display:block; position:relative; left:10px;}
#footerPan ul.templateworld li a{display:block; color:#fff; text-decoration:;}
#footerPan ul.templateworld li a:hover{text-decoration:none;}



#marcas li {
	color: #FFF;
	float:left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	list-style-image: none;
	list-style-type: none;
}

.pie {
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	font: 0.7em Verdana;
}
.pie a {
	color: Teal;
	text-decoration: underline;
}
.pie a:hover {
	color: Teal;
	text-decoration: none;
}

.cuerpo {
	margin-right: 20px;
	margin-top: 20px;
	margin-left: 20px;
	text-align: justify;
	color: #FFFFFF;
	width: 900px;
	height: 500px;
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
}

#cuerpocentrado #bodymiddlePan #iconovideo {
	position: relative;	
}
.video_icon{
	top:7px;
	left:12px;
	position: absolute;
}

.contenedorfotogr {
	float: none;
	margin: 10px;
	background-color: #D2D2D2;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
	border-left: 1px solid Silver;
	border-top: 1px solid Silver;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
}

