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

body { 
	font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;
	margin:0;
	background: #c3c3c3 url(/_img/fondo_body.jpg) repeat-x top left;
	}	

.font_10 {font-size:77%}
.font_12 {font-size:93%}
.font_13 {font-size:100%}
.font_14 {font-size:108%}
.font_16 {font-size:123.1%}
.font_18 {font-size:138.5%}
.font_20 {font-size:153.9%}
.font_22 {font-size:167%} 
.font_24 {font-size:182%}
.font_26 {font-size:197%}

p {margin:0 0 10px 0;}

h1, h2, h3, h4, h5, h6 { margin:0;}

h1 {font-size:36px}
h2 {font-size:24px}
h3 {font-size:18px}
h4 {font-size:16px}
h5 {font-size:14px}

.rojo {color:#db261d;}
.azul {color:#291670;}
.gris {color:#666666;}

.justify {text-align:justify;}

#titulos {
	border-bottom:#db261d 4px solid;
	padding-bottom:5px;
	margin-bottom:20px;
	}
#titulos_info {
	background:#db261d;
	color:#F0F0F0;
	padding:5px;
	margin-bottom:20px;
	}

/* -- Varios -- */

.clear {clear:both;}
.left {float:left}
.right {float:right}

/* -- Layout para un ancho de 800px-- */

#contenido {
width:720px;
padding:10px 40px;
margin:0 auto;
background:#FFF url(/_img/bg_contenido.jpg) repeat-y;
border-top:#FFFFFF 8px solid;
}
#contenido_inicio {
	width:780px;
	background:#FFF url(/_img/bg_contenido.jpg) repeat-y;
	border-top:#FFFFFF 8px solid;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#contenido_servicios {
	width:780px;
	padding:10px;
	margin:0 auto;
	background:#FFF url(/_img/bg_contenido.jpg) repeat-y;
}

#contenido_plagas {
	background:#FFFFFF;
	width:100%;
	}

/*--SERVICIOS--*/

#col_izq_serv {
width:370px;
padding:10px;
float:left;
}
#col_der_serv {
width:370px;
padding:10px;
float:right;
}

/* -- Divs para un ancho de 800px -- */

.780, .370 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	}

.80 {width:80px;}
.100 {width:100px;}
.200 {width:200px;}
.370 {width:370px;}
.500 {width:500px;}
.780 {width:780px;}
.800 {width:800px;}	

.p10 {padding:10px;}
.p20 {padding:20px;}

.m10 {margin:10px;}
.m20 {margin:20px;}

.mder10 {margin-right:10px;}
.mder20 {margin-right:20px;}
.mder40 {margin-right:40px;}
.mizq10 {margin-left:10px;}
.mizq20 {margin-left:20px;}
.mizq100 {margin-left:100px;}
.minf5 {margin-bottom:5px;}
.minf10 {margin-bottom:10px;}
.minf20 {margin-bottom:20px;}
.msup10 {margin-top:10px;}
.msup20 {margin-top:20px;}
.msup30 {margin-top:30px;}
.msup40 {margin-top:40px;}

.centrar {margin:0 auto}

.borde_img {
	border:#333333 1px solid;
}

/* -- fondos -- */

.bg_blanco {background-color:#FFFFFF;}
.bg_negro {background-color:#000000;}

/* -- separadores -- */

#separador1 {
	height:10px;
	background: url(/_img/sep1.jpg) repeat-x top;
	}
#sep_blanco {
	margin:0 auto;
	width:800px;
	height:8px;
	background-color:#FFFFFF;
	}

/* --- MENU--- */

#menu {
clear:both;
position: relative;
width:790px;
background:#333333 url(/_img/a16_8.gif);
background-repeat: repeat-x;
height: 67px;
padding:0;
margin:0 auto;
text-align:center;
}

#menu ul {
padding:0px;
margin:0;
}

#menu ul li {
display: inline;
line-height: 48px;
padding-left: 0px;
}

#menu ul li.first {
border-left: 0px;
}

#menu ul li a {
background-color: transparent;
background-repeat: repeat-x;
padding: 8px 12px 8px 12px;
font-size: 12px;
color: #fff;
font-weight: bold;
}

#menu ul li a:hover {
background: #fff url(/_img/a18.gif) repeat-x top;
color: #4A4A24;
text-decoration: none;
}

/*--CONTACTO--*/

#formulario {
	width:300px;
	padding:10px;
	float:right;
	border:#ffffff 4px solid;
	margin:0 auto;
	}
.ancho_campo {
	width:100%;
	}

/*--PIE--*/

#pie {
	width:790px;
	height:80px;
	text-align:center;
	font-size:12px;
	color:#E8E8E8;
	background:url(/_img/fondo_pie.jpg) repeat-x;
	margin:0 auto;
	border:#FFFFFF solid;
	border-width:8px 5px;
	padding-top:10px;
	}
#pie a {
	color:#E8E8E8;
	text-decoration:none;
	font-size:12px;
	}
#pie a:hover {
	color:#FFFFFF;
	}
