body {
	text-align: center;
	background-color: #B7D3EB;
	margin: 20px auto 0px auto;
}

.contenedor {
	background-color: #FEFEFE;
	text-align: center;
	margin: auto;
	}
	
.encabezado {
	background-color: #EEF5FF;
	padding: 10px;
	height: 200px;
	margin: auto;
	}
	
.menu {
	margin: auto;
	text-align: center;
	width: 990px;
 	height: 32px;
 	background-align: left;
 	background-image: url('../images/menu-bg.png');
 	background-repeat: no-repeat;
 	margin-bottom: 10px;
 	}
 	
.contenido{
 	background: url('../images/bg.gif') top repeat-x #FEFEFE;
 	text-align: center;
 	margin: auto;
 	}

.columnas{
	margin: auto;
	width: 990px;
}
	
.colizquierda{
	padding-left: 30px;
	float: left;
	text-align: left;
	width: 220px;
}

.colderecha{
	padding-left: 50px;
	float: left;
	text-align: justify;
	width: 620px;
	margin-bottom: 30px;
}

.pie{
	margin-top: 20px;
    padding: 10px 0px 10px 0px;
    clear: both;
	background-color: #EEF5FF;
	background-align: top;
 	background-repeat: repeat-x;
 	background-image: url('../images/sombra.jpg');
 	whidth: 800px;
 	height: 50px;
 	}
 	
a.menu-home {
	float: left;
	display: block;
    width: 165px;
    height: 32px;
    color: #fff;
    font-size: 4px;
    background: url('../images/home-off.gif') no-repeat 0 0px;
}
a.menu-home:hover{
    background: url('../images/home-on.gif') no-repeat 0 0px;
    color: #fff;
}

a.menu-quienes {
	float: left;
	display: block;
    width: 165px;
    height: 32px;
    color: #fff;
    font-size: 4px;
    background: url('../images/quienes-off.gif') no-repeat 0 0px;
}
a.menu-quienes:hover{
    background: url('../images/quienes-on.gif') no-repeat 0 0px;
    color: #fff;
}

a.menu-servicios {
	float: left;
	display: block;
    width: 165px;
    height: 32px;
    color: #fff;
    font-size: 4px;
    background: url('../images/servicios-off.gif') no-repeat 0 0px;
}
a.menu-servicios:hover{
    background: url('../images/servicios-on.gif') no-repeat 0 0px;
    color: #fff;
}

a.menu-como {
	float: left;
	display: block;
    width: 165px;
    height: 32px;
    color: #fff;
    font-size: 4px;
    background: url('../images/como-off.gif') no-repeat 0 0px;
}
a.menu-como:hover{
    background: url('../images/como-on.gif') no-repeat 0 0px;
    color: #fff;
}

a.menu-clientes {
	float: left;
	display: block;
    width: 165px;
    height: 32px;
    color: #fff;
    font-size: 4px;
    background: url('../images/clientes-off.gif') no-repeat 0 0px;
}
a.menu-clientes:hover{
    background: url('../images/clientes-on.gif') no-repeat 0 0px;
    color: #fff;
}

a.menu-contacto {
	float: left;
	display: block;
    width: 165px;
    height: 32px;
    color: #fff;
    font-size: 4px;
    background: url('../images/contacto-off.gif') no-repeat 0 0px;
}
a.menu-contacto:hover{
    background: url('../images/contacto-on.gif') no-repeat 0 0px;
    color: #fff;
}

.col {
	font-family: Arial;
    color: #666666;
    font-size: 10px;
}

.textos{
	font-family: Arial;
    color: #666666;
    font-size: 11px;
    }

.boton { 
	border: 1px solid #666; 
	font: 700 11px Verdana; 
	background-color: #0B3D90; 
	padding: 1px; color:#fff; 
	margin-top: 4px; 
	}
	
.input { 
	border: 1px solid #666; 
	font-family: Verdana; 
	font-weight: 300; 
	font-size: 10px; 
	background: #fff /*#F2EDD9*/ url('../../images/form.gif') top left repeat-x; 
	padding-left: 3; 
	color: #0B3D90;
	}
	
.txtrotuloform {
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold; 
	color: #0B3D90;
}

h1{
	font-family: Arial;
    color: #666666;
    font-size: 12px;
    font-weight:700;
}
    
h3{
	font-family: Arial;
    color: #FF7D21;
    font-size: 13px;
    font-weight:700;
}


ul {
	list-style-image: url('../images/flecha.gif'); 
	text-align: left; 
	padding-left: 30px; 
	margin-left: 0px;
	font-family: Arial;
    color: #666666;
    font-size: 11px;
}
.eon{
	float: right;
	margin-right: 5px;
	}
	
a.eon {
	font-family: Verdana;
    color: #666666;
    font-size: 12px;
    font-weight:700;
}
a.eon:hover{
	font-family: Verdana;
    color: #666666;
    font-size: 12px;
    font-weight:700;
    text-decoration: underline;
}