/*
poner información
*/

body {
	background-color : #ffffff;
	font-family : Verdana, Arial, sans-serif;
	margin : 5px;
	font-size : 0.8em;
}

hr {
	border : 1px dotted #f26a34;
	width : 95%;
}

img {
	border : 0;
}

/* tablas */
table {
	width : 95%;
}

table.idioma {
	width : 100%;
}
table.idioma td {
	width : 50%;
}

/* cabeceras comunes */
h1 {
	font-family : Arial Narrow, Arial, Helvetica, sans-serif;
	color : #666;
	margin : 0;
	font-weight : normal;
	font-size : 2em;
}
h1 a:link, h1 a:visited {
	color : #666;
	text-decoration : none;
}
h2 {
	color : #f26a34;
	font-size : 1.5em;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
}
h3 {
	color: #015995;
	font-size : 1.5em;
	margin: 4px 0 0 0;
	padding : 0;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
}
h4 {
	color: #666;
	font-size : 1.2em;
	margin : 0;
	padding : 0;
	font-family : Arial, Helvetica, sans-serif;
}

/* listas comunes */
ul {
	margin-top : 0;
	line-height : 1.4em;
	list-style : square;
}
ol {
	line-height : 1.4em;
	text-align : justify;
}
ol li { 
	padding-bottom : 1em;
	padding-right : 1em;
}

/* enlaces comunes */
a:link, a:visited {
	color : #005995;
	text-decoration : underline;
}
a:hover {
	color : #000000;
	text-decoration : none;
}

acronym {
	cursor : help;
}

/* top */
#panel {
	background-color : #949a9a;
	clear : both;
	margin : 0;
	padding : 2px 10px 4px 4px;
	font-size : 0.8em;
	font-weight : bold;
	color : #ffffff;
	text-align : right;
}
#panel ul {
	margin : 0;
	padding : 0;
	list-style : none;
}
#panel li {
	display : inline;
}
#panel a {
	color : #f5f5f5;
	text-decoration : none;
}
#panel a:hover {
	color : #ffffff;
	text-decoration : underline;
}

#header {
	background-color : #f5f5f5;
	float : left;
	width : 100%;
	padding : 10px 0 0;
	margin-bottom : 1.5em;
}

#logo {
	float : left;
	width : 86px;
	text-align : left;
	padding-left : 10px;
}

#lema {
	height : 50px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.2em;
	margin : 0;
	padding : 0;
	color : #666666;
}

#oculto {
	display : none;
}

/* contenedor */
#contenedor {
	width : 755px;
	text-align : left;
	margin : 5px auto 0;
	padding : 0 !important;
}

/* localizador */
#localizador {
	background-color : #f26a34;
	clear : both;
	margin : 0;
	padding : 2px 0 4px 4px;
	font-size : 0.8em;
	color : #ffffff;
}
#localizador a {
	color : #ffffff;
	text-decoration : none;
}
#localizador a:hover {
	color : #000000;
	text-decoration : none;
}

/* navegación */
#nav ul {
	margin : 0 0 0 10px;
	padding : 0;
	list-style : none;
}
#nav li {
	display : inline;
	float : left;
	width : auto;
	list-style-type : none;
	background : #f8b49a url(../images/nav/navdi.gif) no-repeat right top;
	margin : 6px 2px 0 1px;
	padding : 0;
	text-align : center;
}
#nav a {
	display : block;
	float : left;
	background : url(../images/nav/navii.gif) no-repeat left top;
	padding : 4px 8px;
	color : #ffffff;
	text-decoration : none;
}
#nav a:hover {
	color : #000000;
}
#nav #current {
	background : #f26a34 url(../images/nav/navda.gif) no-repeat right top !important;
}
#nav #current a {
	background : url(../images/nav/navia.gif) no-repeat left top !important;
	color : #ffffff;
}
#nav #current a:hover {
	color : #000000;
}

/* comparativa */
#comparativa {
	float : left;
	width : 98%;
	padding-left : 10px;
	font-size : 1em;
	border-left : 1px solid #f5f5f5;
	border-right : 1px solid #f5f5f5;
	text-align : center;
}
#comparativa h1 {
	font-family : "Arial-black", Arial, Verdana;
	font-weight : bold;
}
#comparativa h2 {
	color : #f26a34;
}
#comparativa th {
	background-color : #efefef;
	text-align : center;
	width : 15%;
	border :  1px solid #aaa;
}
#comparativa td {
	border : 1px solid #efefef;
	text-align : center;
}
#comparativa td.th {
	border : 1px solid #aaa;
	text-align : center;
}

/* contenido */
#contenido {
	float : left;
	width : 68%;
	padding-left : 10px;
	font-size : 0.95em;
	border-left : 1px solid #f5f5f5;
}
#contenido h1 {
	font-family : "Arial-black", Arial, Verdana;
	font-weight : bold;
}
#contenido h2 {
	color : #f26a34;
}
#contenido h2 a {
	color : #f26a34;
	text-decoration : none;
}
#contenido p.index{
	line-height: 1.5em;
}
#contenido p.index img {
	display : block;
	float : right;
	margin-right : 13px;
	border : 0;
}
#contenido p.mas {
	background-color : #f5f5f5;
	text-align : right;
	margin-bottom : 0;
	padding-right : 4px;
}
#contenido p.mas a {
	color : #f26a34;
	text-decoration : none;
}
#contenido p.mas a:hover {
	color : #000000;
	text-decoration : none;
}
#contenido p.estado {
	background-color : #efefef;
	padding : 6px;
	border : 1px solid #f26a34;
	font-size : 1em;
	width : 94%;
}
#contenido p.step {
	color : #666;
	padding : 0;
	margin : 0;
	font-size : 0.7em;
}
#contenido p.centrado {
	text-align : center;
}
#contenido span.ok {
	color : #008000;
	cursor : help;
}
#contenido span.ko {
	color : #ff0000;
	cursor : help;
}
#contenido th {
	background-color : #efefef;
	text-align : center;
	width : 33%;
}
#contenido td {
	text-align : center;
	border : 1px solid #efefef;
}
#contenido td.paso {
	background-color : #efefef;
	color : #666;
	width: 25%;
	font-size : 0.9em;
	text-align : center;
	border : 1px solid #ddd;
}
#contenido td.pasoactivo {
	background-color : #015995;
	color : #fff;
	width: 25%;
	font-weight: bold;
	font-size : 0.9em;
	text-align : center;
	border : 1px solid #000;
}
#contenido fieldset th {
	background-color : #efefef;
	text-align : right;
}
#contenido fieldset td {
	text-align : left;
	border : 0;
}
#contenido input.boton {
	background-color : #015995;
	color : #fff;
	border : 1px solid #000;
	font-weight : bold;
}
#contenido input.boton:hover {
	cursor: pointer;
	background: #f26A34;
}
#contenido input.obligatorio {
	border : 1px solid #FF0000;
}
#contenido ul.bloque {
	padding : 0;
	margin-left : 15px;
	border-right : 8px solid #efefef;
}

/* para formar el index */
#bloquei {
	float : left;
	padding-right : 20px;
	width : 45%;
}
#bloqued {
	float : right;
	padding-right : 20px;
	width : 45%;
}

/* para formar el mapa web */
#bloqueimapa {
	float : left;
	padding-right : 20px;
	width : 45%;
	font-size: 0.9em;
}
#bloquedmapa {
	float : right;
	padding-right : 20px;
	width : 45%;
	font-size: 0.9em;
}

/* sidebar */
#sidebar {
	float : right;
	width : 30%;
	font-size : 0.85em;
}

/* redondeado */
b.curvat, b.curvab {
	display : block;
	background : #ffffff;
}
b.curvat b, b.curvab b {
	display : block;
	height : 1px;
	overflow : hidden;
	background : #f5f5f5;
}
b.c1 { margin : 0 5px; }
b.c2 { margin : 0 3px; }
b.c3 { margin : 0 2px; }
b.curvat b.c4, b.curvab b.c4 {
	margin : 0 1px;
	height : 2px;
}
.redondeado {
	padding : 13px 20px 0;
}
.redondeado h3 {
	font-size : 1.4em;
	font-weight : bold;
	margin : 0 0 5px;
}
.redondeado h3 a:link, .redondeado h3 a:visited {
	color : #005995;
	border : 0;
}
.redondeado a:link, .redondeado a:visited {
	color : #000000;
	text-decoration : none;
	border-bottom : 1px solid #cccccc;
}
.redondeado a:hover {
	color : #005995;
	text-decoration : none;
	border-bottom : 1px solid #005995;
}
.redondeado ul {
	margin : 0;
	line-height : 1.4em;
	list-style : none;
	padding-left : 0;
}
.redondeado ul a:hover, .redondeado ul a.activo {
	background-color : #ffffff;
	text-decoration : none;
	border-bottom : 1px solid #005995;
}

/* bloque principal */
#principal {
	background-color : #ffffff;
	float : left;
	text-align : left;
	background-color : #eeeeee;
	margin-bottom : 1em;
	width : 100%;
}
#principal b.curvat b { background : #eeeeee; }
#principal b.curvab b { background : #eeeeee; }

/* bloque central */
#central {
	background-color : #ffffff;
	float : left;
	text-align : left;
	background-color : #eeeeee;
	margin-bottom : 1em;
	width : 100%;
}
#central b.curvat b { background : #eeeeee; }
#central b.curvab b { background : #eeeeee; }

/* bloque de las ofertas */
#ofertas {
	background-color : #ffffff;
	float : left;
	text-align : left;
	background-color : #e2e8f4;
	margin-bottom : 1em;
	width : 100%;
}
#ofertas b.curvat b { background : #e2e8f4; }
#ofertas b.curvab b { background : #e2e8f4; }

/* bloque final */
#final {
	background-color : #ffffff;
	float : left;
	text-align : left;
	background-color : #f5f5f5;
	margin-bottom : 1em;
	width : 100%;
}
#final b.curvat b { background : #f5f5f5; }

/* end */
#pie {
	float : left;
	width : 97.5%;
	border-top : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	margin-top : 2em;
	padding : 1em;
	font-size : 0.8em;
	color : #666;
	background-color : #f5f5f5;
}
#pie p { margin : 0 0 6px; }
#pie a { color : #666666; }
#pie strong { font-weight : normal; }

/* no ver */
.nover {
	display: none;
}

/* cent */
.cent {
	margin: 0 auto;
	display: block;
}
