@import url(home.css);
@import url(footer.css);
@import url(contenido.css);

#footer {
	background: #CCCCCC 
				url(../imagenes/theme/footer.jpg) 
				no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:120px;
	width:743px;
	clear:both;
}

#main {
	color:#877C34;
	background: #E82917 
				url(../imagenes/theme/main.jpg) 
				repeat-y;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	height:325px;
	width:733px;
	clear:both;
}

#main #foto{
	width:334px;
	float:left;
	z-index:1;
	margin-left:2px;
}
#main #foto img{
	width:330px;
	height:325px;
}

#main a,#main a:active,#main a:visited{
	color:#FFFFFF;
	text-decoration:none;
}




body {
	text-align: center;
	background: #CCCCCC 
				url(../imagenes/theme/background.gif) 
				repeat-x;
}

#container {
	width: 736px;
	margin: 0 auto  0  auto;
	text-align: left;
	background: #CCCCCC ;
}

#header{
	background: #CCCCCC 
				url(../imagenes/theme/header.jpg) 
				no-repeat;
	height:100px;
	width:743px;
	clear:both;
}

#header_solo{
	background: #CCCCCC 
				url(../imagenes/theme/header-representados.jpg) 
				no-repeat;
	height:100px;
	width:743px;
	clear:both;
}

#subheader{
}
#direccion a,#direccion a:active,#direccion a:visited,#menu a,#menu a:active,#menu a:visited{
	color:#FFCC01;
	text-decoration:none;
}

#subheader #direccion{
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	margin-top:1%;
	margin-right:4%;
}


#menu a:hover,#direccion a:hover{
	color:#FFCC01;
	text-decoration:none;
}

#subheader #menu{
/*
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	margin-right:10%;
	margin-bottom:2%;
	width:50%;
*/
	margin-top:10%;
	
}


#subheader #logo{
    float:left;
    margin-left:10px;
    margin-top:10px;
    background-color:#FFFFFF;
}

#sidebar {
	width: 200px;
	padding: 10px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#663300;
	font-size:12;
}
#sidebar a:hover,#sidebar a:active,#sidebar a{
	color:#663300;
	text-decoration:none;
}



td{
	font-size:12px;
	color: #663300;
}

input,select,button,submit,textarea,radio,checkbox{
	color: #663300;
	font-size:12px;
	background-color:#DDD38C;
	border: 1px solid #DDD38C;
}




.tabla_deta{
	font-size:12px;
	color: #663300;
	background-color:#DDD38C;
}

.tabla_cabe{
	font-size:12px;
	background-color:#FFFFFF;
}

.letra_titulo{
	font-size:14px;
	font-weight:bold;
}
.letra_subtitulo{
	font-size:12px;
	font-weight:bold;
}
h1{
	font-size:16;
}
h2{
	font-size:14;
}
h3{
	font-size:12;
}
