@import url("reset.css");

@import url("960.css");

/* General */
html {
	padding: 0px;
	margin: 0px;
	border-top: 8px solid #d7d7d7;
}

body,p {
	font: 13px/1.5 arial, sans-serif;
	color: #333333;
}

p {
	text-align: justify;
	padding-bottom: 15px;
}

ul {
	list-style-type: disc;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul li ul {
	list-style-type: circle;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* botones */
div.boton170 {
	width: 170px;
	height: 27px;
	background-image: url(./imagenes/boton170.png);
	text-align: center;
	line-height: 27px;
}

div.boton170 a {
	color: #666;
	font-weight: bold;
}

div.boton170 a:hover {
	text-decoration: none;
}

/* separadores */
.linea {
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
}

/* enlaces */
a {
	font-size: 13px;
	color: #005AA1;
	text-decoration: underline;
}

a:hover {
	font-size: 13px;
	text-decoration: none;
}

#opcionesheader_a a {
	color: #666;
	font-weight: bold;
	font-size: 13px;
	padding-left: 5px;
}

#opcionesheader_a a:hover {
	color: #9400ae;
	text-decoration: none;
}

#opcionesheader_b a {
	color: #a1a1a1;
}

#opcionesheader_b a:hover {
	color: #9400ae;
	text-decoration: none;
}

#opcionesheader_c a {
	font-size: 13px;
	padding-left: 5px;
	color: #005AA1;
	font-weight: bold;
	text-decoration: underline;
}

#opcionesheader_c a:hover {
	text-decoration: none;
}

#botoneraheader a {
	color: #444;
}

#botoneraheader a:hover {
	color: #ae0422;
}

#content-box-in-left a {
	font-weight: bold;
}

#footer a {
	color: #666;
}

/* cabeceras */
h1 {
	font-size: 1.5em;
	font-weight: normal;
	color: #333;
	border-bottom: 1px dashed #333;
	margin-bottom: 20px;
	margin
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #333;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ccc;
}

h3 {
	font-size: 1.4em;
	font-family: arial, sans-serif;
	font-weight: normal;
	color: #004C87;
	letter-spacing: 1px;
	padding-bottom: 3px;
	border-bottom: 1px solid #004C87;
	margin-bottom: 7px;
}

h4 {
	font-size: 14px;
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #004C87;
	letter-spacing: 1px;
	padding-bottom: 3px;
	margin-bottom: 7px;
}

/* imagenes */
img.float {
	float: left;
	border: 1px solid #004C87;
	margin: 0.5em 0.8em 0.5em 0;
}

/* HEADER */
#headertop {
	position: relative;
	height: 90px;
	z-index: 200;
	padding-top: 6px;
}

#header {
	background-color: #fff;
	background-image: url(./imagenes/fondoheader340.png);
	background-position: top left;
	background-repeat: repeat-x;
	height: 140px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#logoheader {
	padding-top: 14px;
}

#sloganheader {
	font-size: 11px;
	color: #a1a1a1;
}

#opcionesheader_a,#opcionesheader_b,#opcionesheader_c {
	margin: 0px;
	font-size: 11px;
	text-align: right;
	padding-top: 0px;
}

#opcionesheader_b {
	color: #a1a1a1;
}

#botoneraheader {
	padding-top: 6px;
	font-size: 12px;
}

#botoneraheader ul {
	float: left;
	list-style-type: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#botoneraheader ul li {
	float: left;
	/* text-indent: -9999px;  */
	overflow: visible;
	position: relative;
	z-index: 100;
	color: #f7f8f8;
	border-right: 1px solid #626262;
	height: 38px;
}

#botoneraheader ul li.first {
	border-left: 1px solid #626262;
}

#botoneraheader ul>li>a {
	line-height: 20px;
}

#botoneraheader ul li a {
	display: block;
	padding-top: 9px;
	white-space: no-wrap;
	padding-bottom: 9px;
	/* border:1px solid #fff; */
	padding-left: 12px;
	padding-right: 12px;
	background-color: #990000;
	background-image: url(./imagenes/backgroundoptionsfade.png);
	background-position: 50% 0%;
	background-repeat: repeat-x;
	color: #f7f8f8;
	text-decoration: none;
	font-weight: normal;
}

#botoneraheader ul li a:hover {
	color: #f7f8f8;
	background-color: #990000;
	background-image: url(./imagenes/backgroundoptionsfade.png);
	background-position: 50% 100%;
	background-repeat: repeat-x;
	text-decoration: none;
}

#botoneraheader ul li a.seloption {
	background-color: #990000;
	background-image: url(./imagenes/backgroundoptionsfade.png);
	background-position: 50% 100%;
	background-repeat: repeat-x;
	color: #f7f8f8;
	text-decoration: none;
}

ul#dropdown li ul {
	display: none;
	overflow: hidden;
	padding: 1px;
	z-index: 99;
	list-style: none;
	position: absolute;
	background: #555;
	width: 218px;
	border-bottom: 1px solid #ddd;
	margin: 0px;
}

ul#dropdown li ul li {
	font-size: 12px;
	height: 24px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 220px;
}

ul#dropdown li ul a {
	width: 208px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	vertical-align: middle;
	background-color: #990000;
	background-image: url(./imagenes/backgroundoptionsfadenull.png);
	background-position: 50% 0%;
	background-repeat: repeat-x;
}

ul#dropdown li ul a:hover {
	height: 24px;
	background-color: #990000;
	background-image: url(./imagenes/backgroundoptionsfadenull.png);
	background-position: 50% 100%;
	background-repeat: repeat-x;
}

/* MAIN */
#main {
	width: 100%;
	background: url('/img/main-bg.gif') repeat-y center 0;
	min-height: 800px;
	height: 100%;
	position: relative;
}

body>#main {
	height: auto;
}

.cleaner {
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
	content: ' ';
}

.cleaning-box {
	min-height: 1px;
}

.cleaning-box:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
	content: ' ';
}

.noscreen {
	display: none;
}

.hidden { /* Skip menu */
	position: absolute;
	top: -10000px;
	left: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* Content box */
#content {
	/* background: #FFFFFF url('/img/content-bg.gif') repeat-x 0 0; */
	background: #EDEDED;
	min-height: 624px;
}

#content-box { /* width: 950px; */
	width: 960px;
	margin: 0 auto;
	background-color: #FFFFFF;
	text-align: left;
	border-right: 1px solid #B0B0B0;
	border-left: 1px solid #B0B0B0;
	padding-bottom: 80px;
	min-height: 544px;
}

#content-box-in-right {
	width: 71%;
	/* width: 69%; */
	float: right;
	background-color: #FFFFFF;
}

#content-box-in-right-in {
	margin: 1.8em 0.5em 7em 1.8em;
}

#content-box-in-left {
	width: 29%;
	/* width: 29%; */
	float: left;
	background-color: #FFFFFF;
}

#content-box-in-left h3 {
	border: 0;
	background-color: #252525;
	color: #FFFFFF;
	padding: 3px 0 4px 10px;
	font-size: 1.3em;
}

#content-box-in-left-in {
	margin: 1.8em 0 7em 1.5em;
}

#content-box-in-left-in dl {
	margin: 0 0 40px 2px;
}

#content-box-in-left-in dt {
	margin-bottom: 3px;
	font-weight: bold;
	background-color: #E2F5FF;
	color: #002C4E;
	line-height: 140%;
	padding: 1px 0 1px 5px;
}

#content-box-in-left-in dd {
	margin: 0 5px 18px 2px;
	line-height: 140%;
}

/* footer */
#footer {
	width: 100%;
	height: 140px;
	background: #c2c2c2;
	position: absolute;
	bottom: 0;
	left: 0;
}

#footer-in {
	width: 950px;
	margin: 0 auto;
}

p.footer-left {
	float: left;
	width: 450px;
	color: #333;
	text-align: left;
	margin: 9px 0 0 15px;
	display: inline;
}

p.footer-right {
	float: right;
	width: 450px;
	color: #333;
	text-align: right;
	margin: 9px 15px 0 0;
	display: inline;
}

p.footer-enlaces {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}

/* paginacion */
p.dsPag {
	text-align: center;
}

a:link.dsPag {
	color: #004C87;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

a:link.dsPagActivo {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

a:visited.dsPag {
	color: #004C87;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

a:visited.dsPagActivo {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

/* Breadcrumbs */
#breadcrumbs {
	margin-top: 15px;
	margin-left: 65px;
	margin-bottom: 0px;
	background-image: url(./imagenes/breadcrumbsCentro.png);
	background-position: center left;
	background-repeat: repeat-x;
	display: block;
	float: left;
}

#breadcrumbs a {
	line-height: 28px;
	letter-spacing: 0.5px;
	color: #666;
	font-weight: bold;
	font-size: 13px;
	padding-left: 5px;
	padding-right: 5px;
}

#breadcrumbs a:hover {
	color: #9400ae;
	text-decoration: none;
}

a#breadcrumbsInicio {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(./imagenes/breadcrumbsIzda.png);
	background-position: center left;
	background-repeat: no-repeat;
}

a#breadcrumbsFin {
	background-image: url(./imagenes/breadcrumbsDcha.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
