@charset "UTF-8";
/* CSS Document */

body  {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10pt;
background:url(../images/fondo_gral.gif) repeat-x fixed;
margin: 0; 
padding: 0;
text-align: center;
color: #666666;
}

#contenedor { 
width:980px;
min-height:500px;
margin: 0 auto;
text-align: left;
} 

#buscar {
display:block;
text-align:right;
width:980;
height:50px;
clear:both;
} 


#superior {
width:980px;
height:150px;
background-color:#FFFFFF;
float:left;
} 

#datos {
margin-right:25px;
display:block;
float:right;
width:725px;
height:110px;

} 

#logo {
display:block;
float:left;
width:230px;
height:150px;
border:none;
} 

#logo img{
border:none;
} 

#menu {
margin-right:25px;
float:right;
width:705px;
padding:12px 20px 0px 0px;
height:40px;
background-color:#4e6d03;
text-align:right !important;
}

#cabezote {
width:980px;
height:310px;
background-color:#FFFFFF;
float:left;
}

#migasDePan{
width:920px;
padding:10px 0px 10px 60px;
float:left;
}

#general {
width:980px;
min-height:500px;
background-color:#FFFFFF;
float:left;
}

#izquierdo {
padding:5px;
width:210px;
min-height:500px;
float:left;
}

#contenido {
float:right;
text-align: left;
padding:10px;
width:740px;
min-height:500px; 
} 

#contenido h3 {
font-size:13pt;
color:#4E6D03;
} 

#contenido h2 {
color:#4E6D03;
font-size:10pt;
font-weight:normal;
} 

#contenido img {
margin:0px 10px 10px 0px;
float:left;
} 

#pie {
float:right;
width:972px;
height:22px;
font-size:9pt;
color:#000000;
background-color:#FFFFFF;
text-align:right;
padding:0px 8px 0px 0px;
} 

#pie img{
border:none;
} 


.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}