/* //////////////// GLOBALES //////////////////// */
html, body{
  	height:100%;
	min-height:100%;
  	width: 100%;
	margin: 0px;
	padding: 0px;
}
html > body{
  	height:auto;
}
body {
	SCROLLBAR-FACE-COLOR: #d8f5ff;
	SCROLLBAR-HIGHLIGHT-COLOR: #fff;
	SCROLLBAR-SHADOW-COLOR: #fff;
	SCROLLBAR-3DLIGHT-COLOR: #00beff;
	SCROLLBAR-ARROW-COLOR:  #00beff;
	SCROLLBAR-TRACK-COLOR: #fff;
	SCROLLBAR-DARKSHADOW-COLOR: #00beff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0592DD;
	background: #fff url(img/fondo_web.gif) repeat-x bottom;
	overflow: -moz-scrollbars-vertical;
	background-repeat: repeat-x;
	word-spacing: 0.1em;
}
a {
	color: #000056;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0;
	padding: 10px 0 0 24px;
	color: #0592DD;
	text-indent:15px;
}
h3 {
	margin: 0;
}
h6 {
	margin: 0;
}
strong{
	color: #000056;
	padding: 0 2px 0 2px;
	font-weight: normal;
}
img {
	border: 0px none;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000056;
	width: 248px;
	height: 12px;
	background-color: #d8f5ff;
	border: 1px solid #00beff;
	padding: 0 5px;
}
textarea {
	height: 45px;
}
table {
	border-collapse:collapse;
	margin: 0;
	padding: 0px;
	border: 0px none;
	text-align: left;
}


/* //////////////// GENERICOS //////////////////// */

#contenedor{
	position: relative;
	width: 749px;
	height: 420px;
	left:50%;
	margin-left:-374px;
	background: url(img/fondo_sombra.png) no-repeat;
}
#presentacion{
	position: relative;
	width: 700px;
	left: 50%;
	margin-left: -350px;
}
.alingLeft {
	text-align: left;
}
.nofondo{
	background: none !important;
}

/* //////////////// COLUMNA IZQUIERDA //////////////////// */

#colLeft{
	position: absolute;
	width: 287px;
	height: 410px;
	left: 12px;
	/left:13px;
}
#logoCV{
	position: relative;
	width: 287px;
	height:175px;
}
#colInfo{
	position: relative;
	width: 287px;
	height:235px;
	background: url(img/fondo_colLeft.gif) no-repeat;
}
#colInfo h3{
	position: relative;
 	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	background: url(img/fondo_titulo_b.gif) no-repeat;
	top:5px;
	left: 18px;
	padding: 7px 0 5px 15px;
	font-weight: normal;
}
.marcas{
	position: relative;
	width: 265px;
	height: 198px;
	left: 12px;
}
.marcas img{
	margin: 20px 10px 0 10px;
}

/* //////////////// COLUMNA DERECHA //////////////////// */

#colRight{
	position: relative;
	width:406px;
	height:410px;
	left:326px;
	/left:329px;
}
#menu {
	background: #00beff url(img/fondo_menu.jpg) repeat-y right;
	width:406px;
	height:52px;
	padding: 0 0 0 1px;
}
#menu li{
	display: inline;
}
#menu a{
	width: 101px;
	height: 52px;
	display: block;
	float: left;
	background-repeat: no-repeat;
	text-indent: -9999px;
	text-decoration: none;
}
#menu a:hover, .menuOn {
	background-position: -101px;
}
.menuAse {
	background-image: url(img/menu_aseguradoras.gif);
}
.menuPro {
	background-image: url(img/menu_productos.gif);
}
.menuMar{
	background-image: url(img/menu_marcas.gif);
}
.menuOfe {
	background-image: url(img/menu_ofertas.gif);
}
.menuEmp {
	background-image: url(img/menu_laempresa.gif);
}
.menuCon {
	background-image: url(img/menu_contacto.gif);
}

#baseContenidos{
	background: url(img/fondo_contenidos.gif) no-repeat;
	width:407px;
	height:358px;
}
#contenidos{
	position: relative;
	left: 33px;
	width:321px;
	height:305px;
	padding: 10px 10px 5px 10px;
	overflow: visible;
}
#contenidos h3{
 	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	background:url(img/fondo_titulo.gif) no-repeat;
	text-align: right;
	padding: 7px 15px 0 0;
	margin: 0;
	font-weight: normal;
}
#submenu, #subcontenidos, #subcontenidosB, #subcontenidosC{
	position: relative;
	font-size: 11px;
	width:306px;
	height:115px;
	padding: 0 13px 0 0;
	border-bottom: 1px solid #00beff;
	overflow: auto;
	text-align: right;
}
#subcontenidos{
	height: 265px;
	border-bottom: 0px;
	padding: 20px 0 0 14px;
}
#subcontenidosB{
	height: 155px;
	border-bottom: 0px;
	padding: 10px 0 0 14px;
	text-align: justify;
}
#subcontenidosB p{
	padding: 0 10px 10px 0;
}
#subcontenidosC{
	height: 265px;
	border-bottom: 0px;
	padding: 20px 0 0 14px;
	text-align: left;
}
#subcontenidosC input, #subcontenidosC select, #subcontenidosC textarea{
	width: auto !important;
	padding: 0;
}
#subcontenidosC select{
	height: auto;
}
.submit{
	height: auto;
	width: auto;
	background-color: #000056 !important;
	color: #fff;
}
.marca{
	float: right;
	margin: 10px 40px 0 0;
	/margin-right:20px;
	width: 100px;
	height: 60px;
	text-align: center;
}
#productos{
	text-align: center;
}
#productos img{
	margin: 20px 2px 5px 2px;
}
#prodPags{
	padding: 3px 0;
	border-top: 1px solid #00beff;
}
#prodPags a{
	padding: 0 4px;
}
#prodPags a:hover{
	color: #00beff;
	text-decoration: none;
}
.prodPagOn{
	background-color: #ffec00;
}
.prodMod{
	height: 13px;
	color: #000056;
	text-transform: uppercase;
}
.ocultar{
	display: none;
}
.form{
	margin: 5px 0 0 0;
}
.form a{
	color: #0592DD;
}
.form th{
	color:#000056;
	padding: 0 0 3px 0;
	font-size:10px;
	border-bottom: 1px solid #00beff;
}
.form td{
	padding: 4px 0 0 0;
}
.tdCol{
	padding: 5px 10px 0 0 !important;
	vertical-align: text-top;
}
.submit{
	width: auto;
	height: auto;
	border: none;
	background: transparent;
	padding: 0;
}
.tablaDatos th{
	padding: 5px 0 3px 0;
}
.tablaDatos .tdCol{
	width: 50%;
}
.tablaDatos a{
	color:#000056;
	text-decoration: underline;
}
.tablaDatos a:hover{
	color:#000056;
	text-decoration: none;
}

/* //////////////// PIE //////////////////// */

#pie{
	position: absolute;
	color: #fff;
	width: 305px;
	height: 15px;
	left: 33px;
	top: 394px;
	padding: 0 0 0 12px;
}
#pie h6{
	padding: 1px 0 0 0;
	font-size:9px;
}
#pie a{
	color: #fff;
}


/* //////////////// POP UP //////////////////// */

#popup{
	background: url(img/fondo_popup.gif) repeat-y fixed;
	padding: 0 0 10px 0;
}
.popupImg{
	position:relative;
	width: 325px;
	top:17px;
	left:49px;
	text-align: center;
}
.popupTxt{
	position:relative;
	width: 325px;
	top: 30px;
	left:49px;
	padding: 0 0 25px 0;
}
.popupTxt h3{
	font-size: 12px;
	text-transform: uppercase;
	border-bottom: 1px solid #00beff;
}
.precio{
	color: #000056;
	font-size: 11px;
	position: relative;
	border-top: 1px solid #00beff;
	padding: 3px 0 0 0;
	top: 5px;
	width: 325px;
	text-align: right;
}
