/* --
CSS Reseter
CSSLab © 2007
Basado en: Yahoo UI Reset CSS, Eric Meyer's Reworked Reset y experiencias personales
-- */

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;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
	text-align: left;
	font-family: Arial, sans;
}

:focus {
	outline: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

a img, iframe {
	border: none;
}


input, textarea, select, button {
	font-size: 100%;
}

select {
	margin: inherit;
}

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left:2em; }


/* ========================================= clearfix == */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*.clearfix {display: inline-block;}*/

* html .clearfix {height: 1%;}
.clearfix {display: block;}


/***********************************
	estilos de página
*****************************/


a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6{
	font-weight: bold;
	border-bottom:1px solid #C2DAE7;
	color:#005F8A;
	margin-bottom: 20px;
	padding:30px 40px 10px;
}

h2.titulo{
	background: url(img/play.gif) no-repeat scroll 10px 30px;
}

h3.titulo{
	background: url(img/circle_arrow_right.gif) no-repeat scroll 10px 30px;
}

p, li{
	color: #7a7a7a;
	font-size: 12px;
	list-style-position: inside;
	margin: 10px 0px;
}

strong{
	font-weight: bold;
}

.boton, .top{
	background-image:url(img/boton.png);
	background-position:0%;
	border:1px solid #63738B;
	color:#63738B;
	font-size:12px;
	padding:0px 5px;
	font-weight: normal;
}

.boton:hover, .top:hover{
	background-position: 0% 6px;
	text-decoration: none;
	color: #4FAAFB;
	border-color: #4FAAFB;
}


body{
    background-color:#4faafb;
	width: 100%;
	 text-align:center;
}

.oculto{
	display: none;
}

#cabecera, #general, #pie{
	width: 1000px;
	margin-top: 0px;
	margin-left:auto; 
	margin-right:auto;
}

#cabecera{
	height: 130px;
	background: url(img/fondo-cabecera.png);
}

#cabecera ul{
left:500px;
position:relative;
top:20px;
width:300px;
}

#cabecera li{
	font-weight: bold;
	color: #f00;
	margin-top:0px;
}



#general, #pagina, #cuerpo, #col-central, #col-derecha{
	min-height: 600px;
	height: 100%;
}

#general {
	background:#4FAAFB url(img/fondo-cuerpoh.png) repeat-x scroll top;
	
}

#pagina{

		background:transparent url(img/fondo-cuerpo.png) repeat-y scroll top;
}

#cuerpo{
	margin: 0px 90px;
	background: #fff url(img/fondo-cuerpo-h2.png) repeat-x scroll top;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	position: relative;
/*	padding: 0px 15px 0px 17px;*/
}

#banner-central{
	width: 587px;
	height: 188px;
}

/******* Menu ********/

#menu{
	width: 560px;
	height: 45px;
	margin-left: 17px;
}

#menu li {
	background:#fff;
	list-style: none;
	margin-top: 0px;
	float: left;
	margin: 0px 1px;
}

#menu li a{
	display: block;
	
	padding: 14px 13px 12px;  
	background:#00739b;
	color: #fff;
	text-align: center;
	font-family: Arial, sans;
	text-decoration: none;
	font-weight: bold;

	font-size: 12px;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #fff;
}

#menu li a:hover, #menu li a.seleccionado{
    background:#f50000;
    padding-bottom: 20px;
}

/****************************
	
***************************/
/*
.col-central, .col-derecha{
	float: left;
}
*/


.col-central{
	width: 614px;
	margin: 17px;
}

.col-derecha{
	width: 170px;
	right: 15px;
	top: -20px;
	position: absolute;
	
}

#banner-der{
	background: #0171A3 url(img/banner-der.png) no-repeat scroll bottom;
	width: 170px;
	height: 218px;
	
}

.estrella{
	background-image: url(img/nuevo.png);
	width: 83px;
	height: 83px;
	position: relative;
	top: -30px;
	left: 140px;
}

#menu-der{
	margin-top: 20px;
}

#menu-der ul{
	background: #2582bb url(img/menu-der-der.png) repeat-y scroll right;
	border-left: 1px solid #b9d9e4;
}

#menu-der .sup{
	background:transparent url(img/menu-der-sup.gif) no-repeat scroll 0%;
	height:21px;
}

#menu-der .sup h3{
	background:transparent url(img/flecha-grande.gif) no-repeat scroll left top;
	border:0px none;
	color:#FFFFFF;
	padding:0px 0px 0px 20px;
}

#menu-der ul, #menu-der .sup{
	padding:12px 18px 10px;

}


#menu-der ul li{
	list-style-image: url(img/flecha.gif);
	list-style-position: inside;
}

#menu-der ul li a{
	color: #fff;
	font-size: 10px;
}
#menu-der ul li a:hover{
	color: #FFFF33;
}

#menu-der .inf{
	background-image: url(img/menu-der-inf.png);
	height: 23px;
}

#bloque-inf{
	position: relative;
	border-top: 1px #92bcd3 dashed;
	height:362px;

}

#bloque-inf, .final{
	background: transparent url(img/fondo-inf.png) repeat-x scroll center bottom;

}


#bloque-inf .bloque-grande{
	height: 265px;
	background: url(img/fondo-bloque-grande.png) repeat-x scroll top;
	border: 1px solid #c2dae7;
	padding: 10px;
	margin: 20px;
}
/*
#bloque-inf .bloque-grande h2.titulo{
	
	color: #005f8a;
	padding: 30px 40px 10px;
	border-bottom: 1px solid #c2dae7;
}
*/
#bloque-inf .bloque-grande h2.titulo .boton{
	margin-left:70px;
}

#bloque-inf .bloque-grande li{
	color:#666666;
	font-size:12px;
	list-style-type: circle;
	list-style-position:inside;
	margin:10px;
}

#bloque-inf .col-central{
	width: 550px;
	margin:0px;
}

#bloque-inf .col-derecha{
	width: 263px;
	top:20px;
}



#bloque-inf .boton-grande{
	background-image: url(img/boton-grande.png);
	width: 263px;
	height: 95px;
	position: relative;
}

#bloque-inf .boton-grande h3.titulo{
	color: #037aae;
	border-bottom: 1px dashed #7a7a7a;
	margin-bottom:0px;
	
}

#bloque-inf .boton-grande h3.titulo, #bloque-inf .boton-grande p{
	margin-left: 10px;
	padding:10px 0px 5px 10px;
	width: 170px;
	font-size:12px;
}

#bloque-inf .boton-grande p{
	margin-top: 0px;
}

#bloque-inf .boton-grande img{
	position:absolute;
	right:10px;
	top:20px;
}


.bloque-producto{
	margin-top: 20px;
	background-color:#fff;
	width: 600px;
	
}

.bloque-producto .sup{
	background:url(img/producto-sup.png) no-repeat;
	height: 22px;
}

.bloque-producto .inf{
	background:url(img/producto-inf.png) no-repeat;
	height: 26px;
	position: relative;
}

.bloque-producto .bloque-texto{
	background: #fff url(img/sombra-izq.png) repeat-y;
	border-right: 1px solid #B9D9E4;
	position: relative;
	padding: 10px 20px;
	width:560px;

} 

.bloque-producto ol{
	font-weight: bold;
}

.bloque-producto ol p, .bloque-producto ol ol, .bloque-producto ol.plano {
	font-weight: normal;
}

.bloque-producto ol ol li {
list-style-type:upper-alpha;
}

.bloque-producto ul{
	list-style-type: circle;
}

.bloque-producto div.descargas{
	clear: both;
	min-height: 100px;
	width: 550px;
}

.bloque-producto ul.descargas li{
	list-style-image: url(img/flecha.gif);
	float: left;
	width:260px;
}

.final{
	height:150px;
	margin-top:-80px;
	width: 818px;
}

#pie{
	clear: both;
	background: transparent url(img/pie.gif) repeat scroll center top;
	height: 199px;
}


/************************
	formulario
*************************/

label{
    display: block;
    width: 400px;
	text-align: right;
	font-size: 12px;
	color: #666;
	vertical-align: top;
}

input, textarea{
    width: 250px;
    margin-top: 5px;
    font-size: 12px;
    font-weight: normal;
    color: #666;
    border: 1px solid #666;
	vertical-align:top;
}

input:focus, textarea:focus{
    background-color: #eee;
    font-weight: bold;
}

textarea{
    height: 200px;
}

form{
    text-align: right;
    width: 400px;
    margin-bottom:40px;
}

#mensaje-envio{
    min-height: 50px;
	text-align: center;
}

#mensaje-envio .exito, #mensaje-envio .error{
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 20px 0px;
}

#mensaje-envio .exito{
	background-color: #2582BB;

}

#mensaje-envio .error{
	background-color: #f00;
}