
.dos-cajas {
	width: 300px;
	padding: 0px;
}

.head{
	background-image: url(../imagenes/head.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	padding: 0px;
	height: 46px;
}

.texto_servicios {
	margin: 0px;
	padding:0px;
	background-image: url(../imagenes/services.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 236px;
}

.texto{
	margin:0px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}


.h1_servicios{
	font-weight: bolder;
	color: #FFFFFF;
	font-size: 14px;
	margin: 0px;
	padding: 2px;

}

.h2_servicios{
	font-size: 12px;
	font-style: italic;
	font-weight: bolder;
	color: #000066;
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0px;
}

.h1_servicios-pagina{
	font-size: 14px;
	margin:0px;
	display:block;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #000066;
}
.servi_pie {
	margin: 0px;
	background-image: url(../imagenes/footer.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 9px;
	height:49px;
	background-position: top;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	}
.bg-contenido {
	background-image: url(../imagenes/bg_servicios.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #CCCCCC;
}

