/* CSS Document */

/* png transparentes para ie6 */
img {
   behavior: url("pngbehavior.htc");
}

/* generales */ 
body{
	background-image: url(imgs/fondo.jpg);
	background-repeat: no-repeat;
	background-color: #171812;
	margin-top: 0px;
	margin-right: 0px;
	
} 

p {
	line-height: 17px;
}

input,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
	border: 1px solid #9C875A;
	padding: 5px;
	width: 250px;
}

/*---------------------------------------estas son las capas de la estructura-----------------*/
#contenedor {
	width:801px;
	margin-bottom: 30px;
}

#header {
width:800px;
height: 151px;
float:left;
}

#content {
width:800px;
float:left;
}

#izq {
	width:350px;
	padding-left: 35px;
	padding-bottom: 21px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#drch {
	width: 49%;
	float: left;
}

#pie {
	color: #FFFFFF;
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 11px;
	width:800px;

}

/*---------------------------------------FIN capas de la estructura-----------------*/

#bottom{
	width: 801px;
	height: 9px;
	padding-left: 9px;
}

.texto{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.tit-secc {
	margin-bottom: 25px;
}

.subti {
	font-size: 18px;
}

#tfotos {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* --------- menu --------------*/
#menuh {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top:56px;
	padding-left: 296px;
	color: #FFFFFF;  
	display: block;   
}

#menuh ul, li {
        list-style-type: none;
		display: block;
}

#menuh ul {
        margin: 0;
        padding: 0;
		display: block;
		
}

#menuh li {
        float: left;
		display: block;
}

#menuh a {
        text-decoration: none;
        color: #FFFFFF;
        display: block;
        padding: 0px 6px;
        text-align: center;
}

/* --------- menu pie--------------*/
#menupie {
	font-size: 11px;
	font-family: Tahoma, "Times New Roman", Times, serif;
	padding-bottom: 11px;
	padding-left: 0px;
	color: #FFFFFF;         
	
}

#menupie ul, li {
        list-style-type: none;
}

#menupie ul {
        margin: 0;
        padding: 0;
}

#menupie li {
        float: left;
}

#menupie a {
        text-decoration: none;
        color: #FFFFFF;

        display: block;
        padding: 0px 4px;
        text-align: center;

}

#menupie a:hover {
	color: #877755;
}

#emedia{
width: 302px;
float: right;
}

#sidebar-a {
	float: left;
	width: 550px;
	padding-left: 26px;
	padding-top:8px !important;


//padding-top:0px !important;

}

#footer {
	clear: both;
	padding-left: 26px;
	padding-top: 5px;

    margin-top: ;
	color: #FFFFFF;
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 11px;
}	

.linkcontent{
	color: #FFFFFF;
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: none;	
}

a:hover.linkcontent {
	color: #877755;
}
	
#contentpie {
	float:left;
	padding-top:8px !important;

//padding-top:0px !important;

}

#menupie .home {
	padding-left: 0px;
}

.firma-blanco {color: #fff}

.btn-form {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #907D53;
	margin-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
}
a:hover.btn-form {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #907D53;
	margin-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #907D53;
}
#formContacto table {
	margin-bottom: 0px;
}
.grande {
	font-size: 14px;
}
