/* CSS Document */
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #1F447C;
	background-attachment:fixed;
}
h1, h2 {
	font-size:9px;
	color:#FFFFFF;
	}

.txt_domicilio { /*------ Texto gris-------*/
	color: #888888
} 
.style5 { /*------ Título naranja-------*/
	color: #FD8103;
	font-weight: normal;
	font-size: 18px;
	vertical-align: top;
	
}
.txt_body_index { /*------ Texto body pagina ppal-------*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 16px;
	color: #82428E;
	
}
/**** START DEFS IMG BLOCKS ****/
	div#cuadros_servicios {
		margin-left:auto; 
		margin-right:auto; 
		margin-bottom:56px;
		width:720px;		 
		}
	ul#split,ul#split li{
		margin:0;
		padding:0;
		list-style:none
		}
	ul#split li{
		float:left;
		width:170px;
		margin:0 10px 10px 0px;
		}
	ul#split h3{
		font: normal 100%/1.3 Verdana,sans-serif;
		text-transform:capitalize;
		margin:0px;
		padding: 5px 0 3px;
		text-align:center;
		color: #FFFFFF}
	ul#split p{
		margin:0;
		padding:5px 8px 15px
		}
	ul#split div{background:#EDEAE0}
	li#one h3{background:#B3B3D9; height:50px;}
	li#two h3{background:#FFB164; height:50px;}
	li#three h3{background:#C89191; height:50px;}
	li#four h3{background:#A7835F; height:50px;}
/**** END DEFS IMG BLOCKS ****/

/**********************************************
div#serv_den a:link {color: #0016AA;}
div#serv_den a:visited {color: #0016AA;}
div#serv_den a:hover {color: #333333;}
div#serv_den a:active {color: #0016AA;}

div#serv_spa a:link {color: #992264;}
div#serv_spa a:visited {color: #992264; text-decoration:underline}
div#serv_spa a:hover {color: #333333; text-decoration:underline}
div#serv_spa a:active {color: #992264; text-decoration:underline}
***********************************************/