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

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0;  outline:0; font-size:100%;  text-decoration:none; list-style: none;     list-style-type: none; }
/* Comun */
h1{
	font-family: 'Federo', sans-serif;
	font-weight: 400;
	font-size:36px;
	color:#399ecc;
	}
	
h2{
	font-family: 'Federo', sans-serif;
	font-weight: 400;
	font-size:20px;
	color:#5765ae;
	}
	
h3{
	font-family: 'Federo', sans-serif;
	font-weight: 400;
	font-size:14px;
	color:#399ecc;
	}
	
		
body{
	background:url(../img/partes/fondo.jpg) repeat-x top;
	margin:0 auto;
	}
	
#contenedor{
	width:1110px;
	overflow:hidden;
	margin: 0 auto;
	}
	
#logo{
	width:222px;
	height:104px;
	background:url(../img/partes/logo.png) no-repeat;
	margin:4px 290px 4px 0;
	float:left;
	}


#menu{
	width:590px;
	float:left;
	color:#35357b;
	font-family: 'Federo', sans-serif;
	font-weight: 400;
	text-align:center;
	height:111px;
	overflow:hidden;
	}
	
#menu li{
	float:left; /* Esto hara que los elementos de la lista se vean horizontalmente */
	margin-left:50px; /* Espacio de separacion entre cada elemento de la lista */
	text-align:left;
	font-family: 'Federo', sans-serif;
	font-weight:400;
	font-size:16px;
	text-align:right;
	height:105px;
	display:block;
	line-height:135px;
	}

#menu li a{
	color:#35357b;
	letter-spacing:0px; /* Espacio entre letras */
	padding:0 5px;
	}

#menu li a:hover{
	color:#fff;
	display:block;
	background-color:#399ecc;
	}

#cuerpo{
	width:1110px;
	float:left;
	color:#fff;
	}
	
#pie{
	width:1110px;
	height:25px;
	float:left;
	border-top:1px #7373ae solid;
	font-family: 'Federo', sans-serif;
	font-size:12px;
	color:#fff;
	padding-top:5px; margin-top:10px;
	}
	
#pie a{
	color:#fff;
	}
	
#pietx{
	width:975px; float:left;
	}
	
#pietx{
	width:1065px; float:left;
	}

#pierd{
	width:36px; float:left;
	}
	
	
/* SERVICIOS */
#izq{
	width:490px; height:445px; float:left; padding:20px; background-color:#171746;
	}
	
#izq2{
	width:490px;  float:left; padding:20px 20px 0 20px; background-color:#171746;
	}
	
#derimg{
	width:580px; float:left;
	}
	
.titulo{	
    border-bottom:2px #399ecc dotted; 
	width:475px;
	float:left; margin-left:5px;}
	
.rec{	
	width:475px;
	float:left;
	margin-bottom:15px; margin-left:5px;}
	
.txt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	width:475px;
	float:left;
	margin-top:15px;
	text-align:justify; margin-left:10px;}
	
.txt li{
	list-style:outside;
	list-style-image:url(../img/partes/vin.png); margin:8px; line-height:14px;}
