@charset "utf-8";
/* CSS Document */

* {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	font-stretch:normal;
	font-variant:normal;
}
a{
	color:#FFFFFF;
}
a:hover a:visited{
	color:#eab12b;
}
body{
	background-color:#111111;
	width:100%;
	background-image:url(../images/cuerpo.jpg);
	background-repeat:repeat-y;
}
.contenedor{
	margin-right:auto;
	height:100%;
	width:1000px;	
}
.barSup{
	background-image:url(../images/bar.jpg);
	width:100%;
	height:30px;
}
.cuerpoLogo{
	background-image:url(../images/cuerpo_logo.jpg);
	background-repeat:no-repeat;
	height:270px;
	width:100%;
}
.cuerpo{
	background-image:url(../images/cuerpo.jpg);
	background-repeat:repeat-y;
	width:1000px;
}
.contacto{
	color:#FFFFFF;
	text-align:right;
	padding:75px 5px 15px 20px;
	width:280px;
	float:left;
}
.contacto span{
	font-size:16px;
}

.contacto a{
	color:#eab12b;
	font-style:italic;
	text-decoration:none;
}
.logo{
	width:302px;
	height:110px;
	float:right;
	padding:30px 10px 0 0;
}
.colMenu{
	width:200px;
	float:left;
	padding-left:55px;
}
.colTexto{
	width:440px;
	float:left;
	margin-left:30px;
	color:#999999;
	text-align:justify;		
}
.destacada{
	color:#eab12b;
	}
	
.colTexto h1{
	font-size:16px;
	border-bottom:1px solid #eab12b;
	text-align:right;
	color:#eab12b;
	padding-bottom:5px;

}
.colImagen{
	width:236px;
	height:380px;
	background-color:#FFFFFF;
	float:right;
	margin:0 5px 0 5px;
	padding:7px;
}
.colImagen_large{
	width:236px;
	height:908px;
	background-color:#FFFFFF;
	float:right;
	margin:0 5px 0 5px;
	padding:7px;
}
.colImagen img{
	margin-bottom:8px;
}
.colImagen_large img{
	margin-bottom:6px;
}
.form{
	width:440px;	
	margin-bottom:8px;
	margin-left:30px;
}
.lab{
	float:left;
	width:100px;
	margin-bottom:8px;
}
.form input{
	width:300px;
	float:left;
	margin-bottom:8px;
	color:#666666;
}
.form textarea{
	width:301px;
	height:150px;
	float:left;
	margin-bottom:8px;
	color:#666666;
}
.footer{
	color:#FFFFFF;
	text-align:right;
	font-size:11px;
	width:100%;
	height:10px;
	float:left;
	padding:30px 0 35px 0;
}
.btn_enviar{
	width:58px;
	background-image:url(../images/btn_enviar.jpg);
	height:19px;
	float:right;
	margin-right:2px;
	cursor:pointer;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: center;
}
.aster{
	color:#eab12b;
	}
/*---------------------------------------------------------------menu----*/
.colMenu li{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.colMenu li a{
	background-image:url(../images/btn_menu.jpg);
	width:140px;
	height:31px;
	color:#FFFFFF;
	font-size:15px;
	font-weight:900;
	text-decoration:none;
	float:right;
	padding-top:11px;
	padding-left:40px;
	cursor:pointer;	
}
.colMenu li a:hover{
	background-image:url(../images/btn_act.jpg);
	width:150px;
	height:31px;
	color:#eab12b;
	font-size:16px;
	font-weight:900;
	text-decoration:none;
	float:right;
	padding-top:11px;
	padding-left:40px;
	cursor:pointer;	
}
#mensaje{
	text-align:center;
	margin-bottom: 15px;

	}
#mensaje p{
	color: #eab12b;
	font-size:14px;
	
	}





