body {
background:#fff url(img/bg_test.jpg) repeat-x;
font-family: Calibri;
}


#container {
width: 760px;
margin: 0 auto;
border-left: solid 1px #BF4C00;
border-right: solid 1px #BF4C00;
border-bottom: solid 1px #BF4C00;
background: #fff;
}
#header { background-image: url(img/degradado.jpg); width: 760px; height: 125px; }
#header h1 { height: 125px; width: 760px; background: url(img/logo_home.jpg) no-repeat; text-indent: -999px; }

h2 {
font-size: 24px;
font-weight: bold;
color: #ff6600;
border-bottom: solid 2px #ff6600;
margin: 20px 0 ;
}

h3 {
font-size: 12px;
color: #000000;
margin: 5px 0; 
text-indent: 50px;
}

h4 {
font-size: 16px;
font-weight: bold;
color: #000000;
margin: 20px 0;
}


h5 {
font-size: 20px;
font-weight:bold;
color: #397D02;
margin: 10px 0 ;
}

#cont_main {
width: 600px;
padding: 0 20px;
float: left;
}

#cont_sub {
float: right;
margin: 10px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


#cont_main p {
font-size: 14px;
line-height: 16px;
margin-bottom: 20px;
}

#cont_main p.cita{
text-align: right;
font-size: 20px;
font-style: italic;
margin: 50px 0;
color: #aaa;

}

#cont_main p.citado {
font-weight: bold;
text-align: right;
}



#footer {
background: #E2E012;
padding: 16px;
border-top: solid 1px #9F9D09;

}

#footer p {
font-size: 12px;
color: #308F00;
text-align: center;
}

#footer p img {
margin-top: 5px;
}

