/* GENERALES */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	background: #fff;
	font-family: 'Lucida Sans Unicode', 'Trebuchet MS', Arial, Sans Serif;
	color: #183152;
	font-size: 13px;
}

a img {
	border: none;
}

h1,h2,h3,h4,h5, h6 {
	font-weight: normal;
	letter-spacing: -1px;
}

h4 {
	font-size: 16px;
	background: #efefef;
	padding: 3px 5px;
	border: 1px solid #dfdfdf;
}


h5 {
	font-size: 15px;
	padding: 0;
	margin-bottom: 10px;
	border-bottom: 1px dotted #8FABFF;
}

#contenedor {
	width: 960px;
	margin: 0 auto;
}

#header {
	padding: 0 10px;
	margin-top: 30px;
}

.oculto {
	display: none;
}

#logo {
	float: left;
	width: 270px;
}

/* MENU */

#menu {
	width: 560px;
	margin-top: 15px;
	margin-right: 20px;
	padding: 0;
	font-size: 15px;
	float: right;
}

#menu ul{
	margin: 0;
	padding-left: 10px;
	float: right;
	font-size: 14px;
	font-family: Lucida Sans Unicode, Arial, sans serif;
}

* html #menu ul{ /*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0;
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	float: left;
	padding: 0px 16px 4px 16px;
	text-decoration: none;
	border-right: 1px solid #8BA0DF;
	color: #002596;
}

#menu ul li a:hover {
	color: #3a94e8;
}

li#last a{
	border-right: none !important;
}

#imagenheader {
	padding-top: 20px;
}

#imagenheader img{
	margin-top: 15px;
}

/* CONTENIDO */

#contenido {
	width: 960px;
	float: left;
	margin: 20px 0;
	clear: both;
}

#contenido h2 {
	font-size: 22px;
	margin: 0 0 10px;
	border-bottom: 1px solid #183152;
}

#contenido h3 {
	font-size: 11px;
	font-weight: bold; !important;
}

#contenido img {
	padding: 5px;
}

#contenido form{
	width: 450px;
	margin: 0 auto;
}

#productos {
	width: 460px;
	float: left;
	margin: 0px;
}

html>body #productos {
	margin: 10px;
}

#productos img {
	margin-top: 24px;
}

#otrosproductos {
	width: 220px;
	float: left;
	padding: 9px;
	font-size: 11px;
	background: #efefef;
	border: 1px solid #DFDFDF;
}

#compromiso {
	width: 220px;
	float: right;
	margin: 10px;
	font-size: 11px;
}

.colpeq {
	width: 220px;
	float: right;
	margin-bottom: 30px;
}

.textocolpeq {
	width: 150px;
	float: right;
}

.textocolpeq img {
	padding: 0 !important;
}

.colgran {
	width: 460px;
	float: left;
}

.textocolgran {
	width: 300px;
	float: left;
}

#columnaiz {
	margin-left: 5px;
	width: 510px;
	float: left;
	
}

html>body #columnaiz {
	width: 520px;
	margin: 10px;
}

#columnader {
	width: 380px;
	float: right;
	margin-left: 30px;
}

html>body #columnader {
	margin: 10px;
}


/* FOOTER */

#footer {
	width: 960px;
	clear: both;
	text-align: center;
	border-top: 1px solid #375d81;
	color: #375d81;
	font-size: 11px;
	height: 30px;
	padding-top: 5px;
}

#uvadesign {
	float: right;
	margin-top: -45px;
}

/* OTROS */

.fontsmall {
	font-size: 11px;
}

.secundario {
	font-size: 14px !important;
}

.requerido {
	font-size: 11px;
	color: #f00;
}

#btn {
	float: right;
}

#innovacorfo {
	text-align: center;
}

#lang {
	clear: both;
	float: right;
	font-size: 9px;
	margin: 5px 12px 0;
}

.en {
	padding-left: 20px;
	background: url(/images/gb.png) left center no-repeat;
}
