body {
	font: 81%/1 "Lucida Grande", Arial, sans-serif;
	color: #6398aa;
	text-align: center;
}

a {
	color: #6398aa;
	font-weight: bold;
}


a:hover {
	color: #36525c;
	font-weight: bold;
	text-decoration: none;
}

a img {
	vertical-align: bottom;
}


.container_12 {
	text-align: left;
}

/* @group Buscador */

#header {
	background: #6398AA;
	padding: .4em;
	margin: 0 0 .5em;
}

#formbuscar {
	margin: 0 auto;
	width: 960px;
	text-align: right;
}

#formbuscar span {
	float: left;
	display: inline;
	text-align: left;
	color: #fff!important;
}

#formbuscar span img {
	vertical-align: middle;
}

#formbuscar span a {
	color: #fff!important;
	margin:  0 1em;
	font-size: .9em;
	text-decoration: none;
}

#formbuscar p {
	display: block;
	margin: 0 10px 0 0;
	padding: 0;
	width: 270px;
	height: 28px;
	background: url(../images/web/search.gif) no-repeat;
	text-align: ;
	float: right;
}

#formbuscar p#help {
	display: block;
	margin: 0 10px 0 0;
	padding: 0;
	width: auto;
	height: 28px;
	background: none no-repeat;
	text-align: ;
	float: right;
}

#formbuscar p#help a {
	color: #fff!important;
	line-height: 28px;
	vertical-align: middle;
}

#formbuscar p#help img {
	padding-top: .5em;
	vertical-align: middle;
}

#formbuscar label {
	display: none;
}

#formbuscar input {
	border: 0;
	font-size: 1.2em;
	background-color: transparent;
	width: 231px;
	padding: .1em 0 0 .5em;
	color: #fff;
}

#formbuscar input.boton {
	border: 0;
	margin: .2em 0 0;
	width: 24px;
	height: 24px;
	padding: 0 0 0 24px;
	overflow: hidden;
	text-indent: -2000px;
	cursor: pointer;
	background: url(../images/web/search_boton.gif) no-repeat;
}

/* @end */

/* @group H1 */

h1 a {
	background: url(../images/web/web_logotipo.gif) no-repeat;
	width: 131px;
	height: 260px;
	margin: 0 0 1em;
	text-indent: -20000px;
	display: block;
}

/* @end */

/* @group Flash */

#flash {
	height: 260px;
	display: block;
	margin: 0 0 1em;
}

/* @end */

/* @group Portacontenido */

#portacontent {
	background: url(../images/web/lateral_sep.gif) repeat-y;
}

/* @end */

#menuIdiomas {
	background: #6398AA;
	padding: 1em 0;
	overflow: auto;
}

/* @group Idiomas */

#menuIdiomas li {
	float: left;
	display: inline;
	margin: 0 .2em;
}

#menuIdiomas li a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	font-size: .8em;
	width: 64px;
	text-align: center;
	display: block;
}

/* @end */

/* @group Menu Lateral */

#menuLateral {
}

#menuLateral li {
	border-bottom: 1px solid #6398aa;
	position: relative;
}

#menuLateral ul li {
	border-bottom: 1px solid #fff;
}

#menuLateral li a {
	padding: 1em 2em 1em 0;
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	color: #6398aa;
	font-size: .9em;
}

#menuLateral li ul {
	position: absolute;
	top: -999em;
	left: 140px;
	width: 160px;
	vertical-align: middle;
}

#menuLateral li a:hover {
	color: #000;
	text-decoration: none;
}

#menuLateral li a.activo {
	text-decoration: none;
	color: #000;
}

#menuLateral li a.activo:hover {
	color: #000;
	background-color: #fff}

#menuLateral li.sfHover ul {
	top: 5px ;
	background-color: #6398aa;
	padding: 0;
	z-index: 200;
}

#menuLateral li.sfHover a {
	color: #000;
}

#menuLateral li.sfHover ul {
	z-index: 1000;
}

#menuLateral li.sfHover ul a {
	z-index: 1000;
	white-space: nowrap;
	padding: .5em .5em;
	color: #fff;
	display: block;
	text-align: left;
	background: #6398aa;
}

#menuLateral li.sfHover ul a:hover, #menuLateral li.sfHover ul a.activo {
	background-color: #eee;
	color: #6398aa;
}

/* @end */

/* @group Contenido */
h2 {
	background: #8bb3c0 url(../images/web/h2_prin.gif) no-repeat left center;
	text-align: right;
	padding: .7em 1em;
	color: #fff;
	font-size: 1.2em;
	margin:  0 0 .7em;
}
h3 {
	background: #b2ccd5 url(../images/web/h2_sec.gif) no-repeat left center;
	text-align: right;
	padding: .7em 1em .7em 80px!important;
	color: #4A7280;
	font-size: 1.1em;
	margin:  0 0 .7em;
	clear: both;
}

h3 a {
	color: #4A7280;
	text-decoration: none;
	display: block;
}

.imageRight {
	float: right;
	display: inline;
	padding: 5px;
	border: 1px solid #ccc;
	margin: 0 0 0 1em;
}

.logoRight {
	float: right;
	display: inline;
	padding: 5px;
	margin: 0 0 0 1em;
}

.imageLeft {
	float: left;
	display: inline;
	padding: 5px;
	border: 1px solid #ccc;
	margin: 0 1em 0 0;
}

#contenidoweb p {
	padding: .5em 1em;
	text-align: justify;
	font-size: .9em;
	line-height: 1.6em;
}

p {
	text-align: justify;
}
div.intro p {
	padding: .5em 0!important;

}

div.bannersint a {
	margin: 0 .3em .5em 0;
	float: left;
	display: inline;
}

/* @end */

/* @group Tablas */

table {
	border-collapse: collapse;
	border: 1px solid #8bb3c0;
	font-size: .9em!important;
	margin: 1em 0;
	width: 100%;
}

td, th {
	border: 1px solid #8bb3c0;
	padding: .5em;
	line-height: 1.6em;
}
.feriatbl td {
	width: 50%;
}

td {
	font-size: 1em!important;
	vertical-align: middle;
}

td img {
	margin: 1em 0;
}

td.titfecha {
	background: #8bb3c0;
	text-align: left;
}

td.titfecha a {
	color: #fff!important;
	text-decoration: none!important;
}


th {
	background: #dae8ee;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}

ul.horizontal, ul.meses {
	border: 1px solid #8bb3c0;
	padding: 1em;
	margin:  .5em 0;
}

ul.horizontal li, ul.meses li {
	float: left;
	display: inline;
	margin: 0 1em 0 0;
}

ul.horizontal li a, ul.meses li a {
	display: block;
	background: url(../images/web/ico_year.gif) no-repeat left center;
	padding: .3em 0 .3em 16px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 .5em .5em 0;
}


ul.meses li a {
	background: url(../images/web/ico_date.gif) no-repeat left center;
	width: 72px;
}



/* @end */

p#nav {	padding: 10px 10px 0px 10px;text-align: center;border-top: 1px solid #8bb3c0;clear: both;} 
p#nav a {padding: 2px 5px;text-align: center;border: 1px solid #416976;text-decoration: none;font-weight: bold;} 
p#nav a:hover {color: #FFFFFF;background: #416976;} 

ul.links {
	display: none;
}

ul.links li {
	border: 1px solid #8bb3c0;
	float: left;
	display: inline;
	width: 140px;
	height: 150px;
	text-align: center;
	margin: 0 5px 10px;
}

ul.links li a {
	text-decoration: none;
}

ul.links li a img {
	margin: 10px 0;
}

ul.links li a span {
	display: block;
	background: #6398aa;
	color: #fff;
	padding: .4em 0;
	font-size: .8em!important;
}

form label {
	display: block;
	font-weight: bold;
}

form label span {
	color: red;
}

form input, form textarea {
	border: 1px solid #8bb3c0;
	background: #eee;
	padding: .3em;
	width: 430px;
}

#SubmitCont, #Submitk {
	width: auto;
	background: #8bb3c0;
	font-weight: bold;
	color: #fff;
	font-size: 1.2em;
}

#mapaweb {font-weight: bold;margin-top: 5px;margin-left: 10px;margin-right: 15px;padding: 10px 15px;background: #FFF;font-size: 100%;}
#mapaweb li {list-style: none;margin-bottom: 5px;background: url(../images/web/li_mapaweb.gif) no-repeat 0 4px;padding-left: 15px;margin-bottom: 15px;}
#mapaweb li ul {margin-left: 10px;padding-top: 5px;font-size: 90%;}
#mapaweb li ul li {list-style: none;margin-bottom: 5px;background: url(../images/web/li_general.gif) no-repeat 0 center;padding-left: 15px;line-height: 15px;}
#mapaweb li ul li ul {margin-left: 10px;padding-top: 5px;}
#mapaweb ul ul li {font-weight: normal;padding-left: 15px;background: url(../images/web/li_general2.gif) no-repeat 0 50%;line-height: 15px;}


.itemnews {
	margin: .5em 0 1em;
	padding: 0 0 1em;
	border-bottom: 1px dotted #8bb3c0;
}

.itemnews p {
	margin: 0 0 0 117px;
	text-align: justify;
}

.itemnews h4 {
	font-size: .9em;
	font-weight: bold;
	margin: 0 0 .5em;
}

.itemnews h4 a {
	text-decoration: none;
	color: #324C55;
	font-weight: bold;
}

.itemnews a {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
.itemnews h4 a:hover {
	text-decoration: none;
	color: #324C55;
}

.itemnews a:hover {
	text-decoration: none;
	color: #6398aa;
}

/* @group Lateral */

.ifacard {
	background-color: #6398aa;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 4px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}


.ifacardb {
	background-color: #6398aa;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	padding: 6px 13px;
}

.boxp {
	border: 1px solid #8bb3c0;
	text-align: center!important;
	height: 165px;
	margin: 1em 0 1em;
	position: relative;
}

.boxprox {
		cursor: pointer;

}

.boxp a {
	border: 0;
	text-decoration: none;
}
.boxp img {
	display: none;
}

.boxp p.fecha {
	background: #6398aa;
	color: #fff;
	padding: .9em 0;
	font-size: .7em!important;
}

.boxp p {
	text-align: center!important;
}

.linktodas {
	clear: both;
	display: block;
	padding: 0 1em 1em;
}

/* @end */

#copyr{
	text-align: center!important;
	margin-top: 10px;
	border-top: 1px dotted #8bb3c0;
}

#copyr p {
	text-align: center!important;
	padding: 1em;
	font-size: .9em;
}

/* @group Hacks */

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

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

* html .clearfix {
	height: 1px;
}

.clearfix {
	zoom: 1;
}

/* @end */
