/* CSS Document */

#container{ /*contiene toda la pagina, todo esta dentro de este div*/
	background-image:url(../img/fondo_web.jpg);
	background-repeat:repeat-y;
	background-position:center;
	margin:0px auto 0px auto;
	padding:0px;
	width:950px;
	/*min-height:1106px;*/
}
body{
	background-color:#333366;
	background-position:top;
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333366;
	text-align:justify;}


#hoja{
background-image:url(../img/fondo_cuerpo.jpg);
background-repeat:repeat-y;
width:766px;
/*height:1030px;*/
margin-left:100px;
}

.txt_obj{
font-size:14px;}

#col_b {
float:left;
/*height:850px;*/
}
.estilo1 {
font-size:16px;
margin-bottom:1px;
}
.campo_servicios{
margin:10px 0px 10px 10px;
clear:both;

}
.img_campo{
margin:10px 20px 20px 0px;
float:left;
}
.contenido_campo{
float:left;
margin-top:9px;
}
.titulo_campo{
font-size:14px;
color:#333366;
font-weight:bold;
}
.enlace_campo a{
font-size:14px;
color:#333366;
text-decoration: none;
}
.enlace_campo a:hover{
font-size:14px;
color:#333366;
text-decoration:underline;
}
.objeto {
	width:550px;
	padding:40px10px 0px 20px;
	clear:both;
	padding-left:20px;

}
.enlace_campo img{
border:0px solid;
}
.separa {
height:20px;
width:500px;
}


.linea_h_obj{font-size:1px;}
.texto_inferior {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
.texto_inferior a{}
.separador_grande_final {
text-align:center;
margin-left:100px;
}