* {
	border: 0 none;
	margin: 0;
	padding: 0;
}

.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover {
	border: 0 none !important;
	outline: medium none !important;
}

a {
	color: #0060A5;
	text-decoration: none;
}

p {
	text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h4 {
    font-size: 16.5px;
}

body {
	background: url("../img/bg.jpg") repeat scroll 0 0 #F6F6F6;
	font-family: Verdana, Arial;
	font-size: 13px;
	line-height: 19px;
}

header {
	margin-bottom: 20px;
	position: relative;
}

header h1 {
	margin: 0;
}

header .enlaces {
	left: 190px;
	position: absolute;
	top: 90px;
}

header .enlaces li {
	border-right: 1px solid #333333;
	padding: 0 10px;
}

header .enlaces li:last-child {
	border: 0 none;
}

header .enlaces li a {
	color: #333333;
	padding: 0;
	text-decoration: none;
}

header .enlaces li a:hover, header .enlaces li a:focus {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #000000;
}

header .social {
	position: absolute;
	right: 230px;
	top: 80px;
}

header .social li {
	padding: 0 5px;
}

header .social li a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	padding: 0;
}

header .social li a:hover {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

header .form-search {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 14px 14px 14px 14px;
	box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
	position: absolute;
	right: 0;
	top: 83px;
}

header .form-search .search-query {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	border-radius: 0 0 0 0;
	box-shadow: none;
}

header .form-search .btn {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	border-radius: 0 0 0 0;
	box-shadow: none;
	padding: 3px 7px;
}

.alertas {
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}

.alertas .row-fluid {
	top: 0;
}

.alertas .row-fluid > div {
	min-height: 80px;
}

.link-alerta {
	display: block;
	height: 80px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.alertas p {
	display: table;
	left: 0;
	margin-bottom: 0;
	padding-right: 100px;
	position: relative;
}

.alertas .row-fluid a {
	color: #FFFFFF;
	text-decoration: none;
}

.alertas .date {
	font-size: 13px;
}

.alertas .title {
	font-size: 15px;
}

.alertas .tipo-alerta {
	float: left;
	margin-left: 50px;
	margin-right: 20px;
	margin-top: 10px;
	vertical-align: middle;
}

.alertas .link {
	margin-top: -9px;
	position: absolute;
	right: 55px;
	top: 50%;
	z-index: 11;
}

.alertas .share {
	margin-top: -9px;
	position: absolute;
	right: 20px;
	top: 50%;
	z-index: 11;
}

.alertas .pagination {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
	color: #FFFFFF;
	height: 400px;
	left: 0;
	line-height: 80px;
	margin: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 56px;
}

.alerta-rojo > div {
	background: none repeat scroll 0 0 #D32B40;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15) inset;
	color: #FFFFFF;
	padding: 10px 20px;
}

.alerta-amarillo > div {
	background: none repeat scroll 0 0 #FFCC00;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15) inset;
	color: #333333;
	padding: 10px 20px;
}

.alerta-verde > div {
	background: none repeat scroll 0 0 #3CBA4E;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15) inset;
	color: #FFFFFF;
	padding: 10px 20px;
}

.alerta-informate > div {
	background: none repeat scroll 0 0 #ACCDCD;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15) inset;
	color: #333333;
	padding: 10px 20px;
}

.amarillo {
	color: #DACD00;
}

.verde {
	color: #3CBA4E;
}

.rojo {
	color: #D32B40;
}

#main-menu {
	margin: 0;
}

#main-menu .nav-pills > li > a {
	border-radius: 0 0 0 0;
}

#main-menu .navbar-inner {
	background: linear-gradient(to bottom, #F8F8F8 68%, #E6E6E6 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #CCCCCC;
	border-radius: 0 0 0 0;
	box-shadow: none;
	padding: 0 0 0 1px;
	text-align: center;
}

#main-menu .navbar-inner li {
	border-right: 1px solid #CCCCCC;
}

#main-menu .navbar-inner li:last-child {
	border-right: 0 none;
}

.last-item.active {
	border-right: 1px solid #CCCCCC !important;
}

#main-menu .navbar-inner li a {
	color: #666666;
	font-size: 13.2px;
	margin: 0;
	padding: 13px 28px;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	background: none repeat scroll 0 0 #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	box-shadow: none;
	position: relative;
	top: 1px;
}

#main-menu .navbar-inner li a:hover {
	color: #333333;
}

#content {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: -1px;
	padding: 26px;
}

.block-destacados {
	display: block;
	height: 383px;
	position: relative;
}

.block-destacados > div {
	display: inline-block;
}

.bloque01 {
	left: 0;
	position: absolute;
	top: 0;
}

.bloque02 {
	position: absolute;
	right: 0;
	top: 0;
}

.bloque03 {
	position: absolute;
	right: 233px;
	top: 195px;
}

.bloque04 {
	position: absolute;
	right: 0;
	top: 195px;
}

#content.home h2 {
	color: #000000;
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}

.title-block {
	border-bottom: 1px dotted #000000;
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}

.block-alertas {
	display: block;
	margin: 20px 0;
	position: relative;
}

.block-alertas .enlaces {
	margin: 0;
	position: absolute;
	right: -10px;
	top: 6px;
}

.block-alertas .enlaces li {
	margin-left: 10px;
}

.block-alertas .enlaces li.active a {
	background: none repeat scroll 0 0 #2B3C3B;
	border: 0 none;
	border-radius: 0 0 0 0;
	color: #FFFFFF;
}

.block-alertas .enlaces li.active a:hover {
	background: none repeat scroll 0 0 #000000;
	color: #FFFFFF;
}

.block-alertas .enlaces li a {
	color: #666666;
	font-size: 13.2px;
	padding: 5px 10px;
}

.block-alertas .enlaces li a:hover {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #000000;
}

.block-alertas .lista {
	background: none repeat scroll 0 0 #1E2C2B;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.7) inset;
	color: #FFFFFF;
	padding: 30px;
}

#collapseAlertasDes .lista {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.05) inset;
	color: #333333;
	padding-bottom: 5px;
}

.block-alertas .tipo-alerta {
	float: left;
}

.block-alertas .span4 {
	padding-right: 10px;
	position: relative;
}

.block-alertas .span4 p {
	padding-left: 60px;
	text-align: left;
}

.block-alertas .span4 p.location {
	padding-right: 65px;
	font-size: 12.5px;
}

.block-alertas .share {
	position: absolute;
	right: 10px;
	top: 0;
}

.block-alertas .link {
	position: absolute;
	right: 45px;
	top: 0;
}

.block-alertas .date {
	font-size: 11.5px;
}

.more-news {
	background: url("../img/plus-neg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 22px;
	margin: 0 auto 5px;
	width: 22px;
}

.block-acontecimientos .more-news {
	margin: 10px auto !important;
}

.block-alertas .msg {
	display: block;
	margin-bottom: 5px;
	line-height: normal;
}

.block-alertas .msg a {
	color: #333333;
	text-decoration: none;
}

.block-alertas .alerta-rojo .msg a {
	color: #D32B40;
}

.block-alertas .alerta-amarillo .msg a {
	color: #FFCC00;
}

.block-alertas .alerta-verde .msg a {
	color: #3CBA4E;
}

#collapseAlertasDes .accordion-inner {
	padding: 0 !important;
}

.accordion-group {
	border: 1px solid #CCCCCC;
	border-radius: 0 0 0 0;
}

.accordion-heading .accordion-toggle {
	background: url("../img/arrow.png") no-repeat scroll 0 -175px rgba(0, 0, 0, 0);
	color: #000000;
	font-size: 15px;
	padding-left: 44px;
}

.accordion-heading .accordion-toggle.collapsed, .accordion-heading .accordion-toggle.collapsed:focus {
	background-position: 0 10px !important;
}

.accordion-heading .accordion-toggle:hover, .accordion-heading .accordion-toggle:focus {
	text-decoration: none;
}

.bloque-home {
	margin-top: 30px;
}

.bloque-home > .span6 {
	position: relative;
}

.bloque-home > .span6 .enlaces {
	position: absolute;
	right: 0;
	top: 10px;
}

.bloque-home > .span6 .enlaces a {
	color: #666666;
	font-size: 16px;
	padding: 0;
}

.bloque-home > .span6 .enlaces a:hover {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #000000;
	text-decoration: none;
}

.bloque-home > .span6 .date {
	display: block;
}

.block-acontecimientos .row-fluid {
	background: none repeat scroll 0 0 #ACCDCD;
}

.block-acontecimientos .row-fluid .span2 {
	padding: 20px 0 20px 20px;
	text-align: center;
}

.block-acontecimientos .row-fluid .span10 {
	padding: 16px 20px 20px 0;
}

.block-acontecimientos .row-fluid .span10 a {
	color: #333333;
	display: block;
	text-decoration: none;
	font-size: 12px;
}

.block-acontecimientos .row-fluid .span10 a .date span {
	color: #000000;
}

.block-acontecimientos .highlights, .block-acontecimientos .highlights .span10 a .date span {
	background: none repeat scroll 0 0 #2C3C3B;
	color: #FFFFFF;
}

.block-acontecimientos .highlights .span10 a {
	color: #FFFFFF;
}

.block-actualidad h2 a {
	display: inline-block;
	margin: 0 0 0 10px;
	position: relative;
	top: -2px;
}

.block-actualidad .row-fluid {
	border-top: 1px dotted #000000;
	padding-top: 20px;
}

.block-actualidad .row-fluid a {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}

.block-actualidad .row-fluid a:hover {
	color: #000000 !important;
}

.block-actualidad .row-fluid img {
	margin-bottom: 10px;
}

.block-actualidad .row-fluid .date {
}

footer {
	padding: 30px 0 0;
}

.banners {
	border-bottom: 1px solid #CCCCCC;
	padding: 40px 30px 25px;
	text-align: center;
}

.banners .row-fluid {
	margin-bottom: 15px;
}

footer h2 {
	color: #000000;
	font-size: 13.2px;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 15px;
}

footer ul {
	margin: 0;
	padding: 0;
}

footer ul li {
	color: #666666;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

footer ul li a {
	color: #666666;
	text-decoration: none;
}

footer ul li a:hover {
	color: #000000;
	text-decoration: none;
}

footer .menus-footer {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 30px;
}

footer p {
	color: #666666;
	font-size: 10.4px;
	margin-bottom: 15px;
}

footer p span {
	color: #333333;
}

#submenu {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

.mini-home #submenu {
	border: 0 none;
}

#submenu ul {
	margin-bottom: 13px;
}

#submenu .nav > li {
	font-size: 13.2px;
}

#submenu .nav > li > a {
	padding: 2px 0;
}

#submenu .nav > li > a:hover, #submenu .nav > li.active > a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #333333;
}

#sidebar-banners .banner {
	margin-bottom: 4px;
}

#sidebar-banners .banner:last-child {
	margin-bottom: 0;
}

.breadcrumb {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #0060A5;
	font-size: 13px;
	margin: 0;
	padding: 0 50px 0 0;
}

#content h2 {
	color: #333333;
	font-size: 19px;
	font-weight: normal;
	margin: 0;
	text-transform: none;
}

#content.left-sidebar .span9 h2 {
	line-height: normal;
	margin: 10px 0;
}

#content h3 {
	color: #333333;
	font-size: 16px;
	font-weight: normal;
	line-height:normal;
	margin: 0;
	text-transform: none;
	padding-bottom:8px;
}

.regiones .span3 {
	text-align: center;
}

.regiones .span3 a {
	display: block;
	margin: 15px 0 25px;
	text-decoration: none;
}

.regiones .span3 img {
	margin-bottom: 10px;
}

.regiones .span3 h3 {
	line-height: normal;
}

#content.left-sidebar h2, #content.no-sidebar h2 {
	margin-bottom: 10px;
}

#content.no-sidebar h3 {
	line-height: normal;
	margin-bottom: 15px;
}

#content.left-sidebar > .row-fluid > .span9 {
	color: #666666;
	font-size: 13.2px;
}

#searchform input {
	margin-bottom: 0;
}

.left-sidebar > .row-fluid > .span3 {
	border-right: 1px solid #CCCCCC;
	padding-right: 26px;
}

.left-sidebar > .row-fluid > .span9 {
	border-left: 1px solid #CCCCCC;
	margin-left: -1px;
	padding-left: 26px;
	position: relative;
	width: 76.7%;
}

.no-sidebar > .row-fluid > .span12 {
	position: relative;
}

.left-sidebar.mini-home > .row-fluid > .span3 {
	border-right: 0 none;
	padding-right: 26px;
}

.left-sidebar.mini-home > .row-fluid > .span9 {
	border-left: 0 none;
	margin-left: 16px;
	padding-left: 0;
	width: 693px;
}

.block-recomendaciones {
	border-bottom: 1px dotted #333333;
	margin: 40px 0;
	padding-bottom: 10px;
}

.block-recomendaciones:last-child, .block-listado:last-child {
	border: 0 none;
	margin-bottom: 0;
}

.block-listado {
	border-bottom: 1px dotted #333333;
	margin: 10px 0 40px;
	padding-bottom: 10px;
}

.block-listado .date {
	margin-bottom: 0;
}

.block-listado .span4 h4 {
	color: #333333;
}

.block-recomendaciones .row-fluid {
	margin-bottom: 20px;
}

.block-recomendaciones h3 {
	color: #333333;
	font-size: 20px;
	font-weight: normal;
	margin: 7px 0 3px;
}

.block-recomendaciones a, .block-listado a {
	color: #666666;
	display: block;
	padding-right: 16px;
	text-decoration: none;
}

.block-listado .nav a {
	color: #0060A5;
}

.block-listado .nav a:hover, .block-listado .nav a:focus {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.block-recomendaciones a:hover, .block-listado a:hover {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #333333;
	text-decoration: none;
}

.block-listado a img {
	margin-bottom: 12px;
}

.block-listado .row-fluid .span4 {
	margin-bottom: 20px;
}

.block-mini-home {
	height: 779px;
	position: relative;
}

.block-mini-home .bloque01 {
	display: block;
	left: auto;
	position: relative;
	right: auto;
	top: auto;
	width: 100%;
}

.block-mini-home img {
	margin-bottom: 4px;
}

.block-mini-home .bloque02 {
	right: 0;
	top: 0;
}

.block-mini-home .bloque02 img, .block-mini-home .bloque03 img, .block-mini-home .bloque04 img {
	height: 189px;
	width: 227px;
}

.block-mini-home .bloque05 img {
	height: 189px;
	width: 460px;
}

.block-mini-home .bloque03 {
	right: 0;
	top: 195px;
}

.block-mini-home .bloque04 {
	left: 0;
	right: auto;
	top: 390px;
}

.block-mini-home .bloque05 {
	position: absolute;
	right: 0;
	top: 390px;
	width: 460px;
}

.block-mini-home .bloque06 {
	bottom: 0;
	left: 0;
	position: absolute;
}

.block-mini-home .bloque07 {
	bottom: 0;
	position: absolute;
	right: 0;
}

.block-mini-home .bloque08 {
	bottom: 0;
	left: 233px;
	position: absolute;
}

.drop-menu {
	background: none repeat scroll 0 0 #EDEDED;
	color: #333333;
	font-size: 15px;
	padding: 3px 10px;
}

.drop-region {
	margin-right: 16px;
	margin-top: -33px;
	min-width: 200px;
}

.drop-menu > a {
	color: #333333;
	display: block;
	text-decoration: none;
}

.drop-menu > a b {
	margin-left: 10px !important;
}

.drop-menu .caret {
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	border-top: 6px solid #0062A6;
	content: "";
	display: inline-block;
	float: right;
	height: 0;
	vertical-align: top;
	width: 0;
}

.listado-alertas {
	margin-top: 20px;
}

.detalle-alertas {
	padding: 15px 0;
	position: relative;
}

.listado-alertas .row-fluid .span12 {
	border-bottom: 1px dotted #000000;
	padding-top: 10px;
	position: relative;
}

.listado-noticias .row-fluid {
	border-bottom: 1px dotted #000000;
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
}

.listado-noticias .row-fluid:hover {
	background: none repeat scroll 0 0 #F7F7F7;
}

.listado-noticias .row-fluid a:hover {
	text-decoration: none;
}

.destacada {
	background: none repeat scroll 0 0 #EEECDC;
}

.listado-noticias .row-fluid:last-child {
	border: 0 none;
}

.listado-alertas .row-fluid:last-child .span12 {
	border: 0 none;
}

.listado-alertas .tipo-alerta, .detalle-alertas .tipo-alerta {
	float: left;
}

.listado-alertas .tipo-alerta, .listado-noticias .row-fluid img {
	margin-left: 10px;
}

.listado-alertas a, .listado-alertas .title-alerta {
	text-decoration: none;
}

.listado-alertas a p, .listado-alertas .title-alerta p {
	font-size: 13.2px;
	padding-left: 60px;
}

.listado-noticias a p {
	font-size: 13.2px;
}

.listado-alertas .accordion-heading a {
	padding: 5px 15px 0 44px !important;
}

.listado-alertas a p.date {
	color: #666666;
	font-size: 13px;
	padding-right: 70px;
	margin-bottom: 	0;
}

.listado-noticias a p.date {
	color: #666666;
	font-size: 13.2px;
}

.detalle-alertas p.date {
	color: #666666;
	font-size: 13.2px;
	line-height: 40px;
	padding-left: 55px;
	padding-right: 75px;
}

.listado-alertas .share {
	padding: 0;
	position: absolute;
	right: 0;
	top: 10px;
}

.listado-alertas .link {
	padding: 0;
	position: absolute;
	right: 40px;
	top: 10px;
}

.detalle-alertas .share {
	padding: 0;
	position: absolute;
	right: 0;
	top: 23px;
}

.detalle-alertas .link {
	padding: 0;
	position: absolute;
	right: 40px;
	top: 23px;
}

.pagination {
	margin-bottom: 0;
	text-align: center;
}

.header-region {
	border-bottom: 1px dotted #000000;
	border-top: 1px dotted #000000;
	display: block;
	font-size: 20px !important;
	margin: 20px 0 !important;
	padding: 10px 0;
}

.header-region img {
	margin-right: 20px;
}

.indice {
	display: block;
	margin-bottom: 0;
	text-align: center;
}

.indice ul {
	display: inline-block;
	margin-bottom: 0 !important;
	text-align: center;
}

.indice .nav-pills > li > a {
	color: #CCCCCC;
	padding-left: 7px;
	padding-right: 7px;
}

.indice .nav-pills > li > a:hover {
	color: #333333;
}

.indice .nav-pills > li > a.activa {
	color: #0060A5;
}

.download-pdf {
	background: url("../img/pdf.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: inline-block;
	margin-top: -32px;
	padding-left: 24px;
}

.block-consejos .row-fluid > .row-fluid {
	margin-bottom: 15px;
	vertical-align: middle;
}

.block-consejos .row-fluid > .row-fluid [class*="span"] {
	display: inline-block;
	float: none;
	vertical-align: middle;
}

.block-consejos .row-fluid > .row-fluid .span10 {
	margin-left: 10px;
}

.block-consejos .row-fluid > .row-fluid .span10 p {
	margin: 0;
}

.block-historico {
	margin: 40px 0 0;
}

.block-historico .listado-alertas {
	margin: 0;
}

.share-page {
	position: absolute;
	right: -5px;
	top: 0;
}

.btn-recomendaciones {
	color: #333333;
	display: inline-block;
	line-height: 20px;
	margin: 10px 0 10px 5px;
	text-decoration: none;
}

.btn-recomendaciones img {
	float: left;
	margin-right: 5px;
}

.block-simulacros-region {
	margin-top: 20px;
}

.block-simulacros-region .row-fluid {
	margin-bottom: 10px;
}

.block-simulacros-region .row-fluid:last-child {
	margin-bottom: 0;
}

.block-simulacros-region .row-fluid a {
	padding-right: 0;
}

.block-info-region {
	font-size: 13.2px;
}

.block-info-region h2 {
	padding-right: 120px;
}

.block-info-region p {
	margin-bottom: 15px;
}

.block-info-region span {
	color: #666666;
}

.block-info-region .span6 {
	position: relative;
}

.block-info-region p {
	position: relative;
	z-index: 2;
}

.region {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

#content.home .block-info-region h2 {
	font-size: 20px !important;
	margin-bottom: 15px;
	text-transform: none !important;
}

.ico-map-region {
	background: url("../img/map-ico.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
	display: inline-block;
	height: 26px;
	line-height: 26px;
	margin: 10px 0;
	padding-left: 48px;
}

#content p strong, #content li strong {
	color: #000000;
	font-weight: normal;
}

#content .unstyled strong {
	font-weight: bold;
}

#content .unstyled li {
	line-height: 25px;
}

.newsletters .span3 img {
	margin-bottom: 10px;
}

.newsletters .span3 p {
	margin-bottom: 0;
}

.newsletters .span3 a:hover {
	text-decoration: none;
}

.newsletters .span3:hover {
	background: none repeat scroll 0 0 #F7F7F7;
}

.listado .date {
	margin-bottom: 0;
}

.listado .row-fluid .span12 {
	border-bottom: 1px dotted #000000;
	padding: 10px 0;
	position: relative;
}

.home .modal-body {
	max-height: none !important;
}

.modal-body {
  padding: 5px;
}	

li.header a {
	background: linear-gradient(to bottom, #F8F8F8 68%, #E6E6E6 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #666666;
}

.block-region h4 {
	border-bottom: 1px solid #CCCCCC;
	color: #333333;
	padding-bottom: 5px;
}

.block-region {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.nav-pills .date {
	color: #666666;
	font-size: 11px;
	margin-bottom: 5px;
}

.btn {
	font-size:13px !important;
}

.btn-small {
	font-size:11.9px !important;
}

.span6 p {
	text-align:left;
}

.cabecera {
	margin-bottom:10px;
}

.page-template-page-onemi-left-sidebar-cursos-php #content .nav-pills li {
	border-bottom:1px solid #ccc;
}

.page-template-page-onemi-left-sidebar-cursos-php .nav-pills li p.date {
	margin-bottom:10px;
	padding-left:10px;
}

@media (max-width: 767px) {

.block-acontecimientos .accordion-group .accordion-body {
	background:#ACCDCD;
}

.download-pdf {
	float: left !important;
	margin-bottom: 13px;
	margin-top: 0;
}

.block-simulacros-region {
	margin-top: 0;
}

.block-info-region h2 {
	padding: 10px 10px 0 !important;
}

.block-info-region .block-destacados {
	display: block;
}

.share-page {
	display: none;
}

#content.left-sidebar .listado-noticias .row-fluid .span9, #content.left-sidebar .listado-noticias .row-fluid .span3 {
	border: 0 none;
	margin-top: 0;
	text-align: center;
}

#content.left-sidebar .listado-noticias .row-fluid img {
	margin-bottom: 5px;
}

.bloque-home {
	margin-top: 0;
}

.alertas .tipo-alerta {
	margin-top: 0;
}

.alertas p {
	clear: both;
}

.alertas .title {
	font-size: 13.2px;
}

.alertas .row-fluid > div {
	min-height: 200px;
}

.link-alerta {
	height: 200px;
}

.accordion-body p {
	padding: 0 10px;
}

.block-consejos .row-fluid > .row-fluid .span10 {
	margin: 0;
}

.block-consejos .row-fluid > .row-fluid .span10 p {
	padding: 0 10px;
	text-align: center;
}

.block-consejos .row-fluid > .row-fluid img {
	margin-bottom: 10px;
}

.drop-region {
	float: none !important;
	margin: 0 0 20px;
}

.block-listado .span4 {
	text-align: center;
}

.left-sidebar.mini-home > .row-fluid > .span3 {
	padding-right: 0;
}

#content.left-sidebar > .row-fluid > .span9 {
	padding: 10px 20px !important;
}

#content.left-sidebar .span9 {
	margin: 0;
}

#content.left-sidebar .span9 {
	padding: 4px !important;
}

.block-mini-home {
	height: auto;
}

.block-mini-home bloque01, .block-mini-home .bloque05 {
	display: block;
	left: auto;
	position: relative;
	right: auto;
	top: auto;
	width: 100%;
}

.block-mini-home .bloque02, .block-mini-home .bloque04, .block-mini-home .bloque07 {
	display: block;
	float: left;
	left: auto;
	position: relative;
	right: auto;
	top: auto;
	width: 49.5%;
}

.block-mini-home .bloque03, .block-mini-home .bloque06, .block-mini-home .bloque08 {
	display: block;
	float: right;
	left: auto;
	position: relative;
	right: auto;
	top: auto;
	width: 49.5%;
}

.block-mini-home .bloque07 img, .block-mini-home .bloque08 img {
	margin-bottom: 0;
}

.block-mini-home .bloque02 img, .block-mini-home .bloque03 img, .block-mini-home .bloque04 img, .block-mini-home .bloque05 img, .block-mini-home .bloque06 img, .block-mini-home .bloque07 img, .block-mini-home .bloque08 img {
	height: auto;
	width: 100%;
}

.block-recomendaciones a {
	padding-right: 0;
}

#collapseMenu {
	background: none repeat scroll 0 0 #FFFFFF;
}

.left-sidebar > .row-fluid > .span3 {
	border-right: 0 none;
	padding-right: 0;
}

.left-sidebar > .row-fluid > .span9 {
	border-left: 0 none;
	margin-left: 0;
	padding-left: 0;
}

.alertas .date {
	margin-left: 50px;
	margin-top: 40px;
	padding-right: 10px;
}

.alertas .tipo-alerta {
	margin-bottom: 10px;
}

.alertas .title {
	margin-left: 50px;
	padding-right: 10px;
}

.alertas .link {
	margin-top: 0;
	position: absolute;
	right: 55px;
	top: 20px;
}

.alertas .share {
	margin-top: 0;
	position: absolute;
	right: 20px;
	top: 20px;
}

#mobile-menu {
	margin-bottom: 10px;
}

#mobile-menu .accordion-group {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#mobile-menu li a, #submenu li a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.04);
	border-radius: 10px 10px 10px 10px;
	box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.03) inset;
	color: #333333;
	font-size: 13.2px;
	margin: 5px 10px;
	padding: 10px !important;
}

#mobile-menu li.active a, #submenu li.active a {
	background: none repeat scroll 0 0 #0060A5 !important;
	box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.03) inset;
	color: #FFFFFF !important;
}

li.divider {
	margin: 20px 0;
}

footer ul {
	margin: 5px 10px;
}

footer ul li {
	padding: 5px 0;
}

header h1 img {
	max-width: 100px;
}

.form-search .input-append .search-query {
	padding: 4px 40px 4px 10px;
	width: 180px;
}

.form-search .input-append {
	width: 180px;
}

header .form-search {
	bottom: 0;
	margin-bottom: 0;
	max-width: 180px;
	overflow: hidden;
	top: auto;
}

header .form-search .btn {
	position: absolute;
	right: 0;
}

body {
	padding: 0 10px !important;
}

.banners .accordion-body {
	text-align: center;
}

.banners .row-fluid {
	margin-bottom: 0;
}

.banners .span3 {
	display: inline-block;
	margin: 10px !important;
	width: auto;
}

.block-actualidad img {
	display: none;
}

.block-actualidad .accordion-body.in {
}

.block-actualidad .accordion-body a.img {
	display: none !important;
}

.block-actualidad .accordion-body .row-fluid {
	border: 0 none;
	margin-bottom: 5px;
	padding-top: 0;
}

.block-actualidad .accordion-body .span4 a {
	border-bottom: 1px dotted #333333;
	display: block;
	padding: 15px 10px;
}

.block-actualidad .accordion-body .span4:last-child a {
	border: 0 none;
}

.block-actualidad .accordion-body .span4 .date {
	font-weight: bold;
}

.more-news {
	background: url("../img/plus-neg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 22px;
	margin: 0 auto 5px !important;
	width: 22px;
}

.more-alerts {
	background: url("../img/plus-neg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 22px;
	margin: 5px auto;
	width: 22px;
}

.block-alertas .lista {
	padding-bottom: 10px;
}

.block-destacados .accordion-body {
	padding: 4px 4px 0;
}

.block-simulacros-region .row-fluid a {
	margin: 0 4px;
}

.block-simulacros-region .row-fluid {
	margin-bottom: 0;
}

.block-simulacros-region img {
	margin-bottom: 4px !important;
}

.block-simulacros-region .block-listado {
	margin: 0;
	padding: 0;
}

.accordion-heading .accordion-toggle {
	color: #000000;
	text-transform: uppercase;
}

.accordion-group {
	background: none repeat scroll 0 0 #FFFFFF;
}

footer .accordion-heading .accordion-toggle, .banners .accordion-heading .accordion-toggle {
	color: #666666;
	text-transform: none !important;
}

footer .accordion-heading .accordion-toggle, .banners .accordion-heading .accordion-toggle, #mobile-menu .accordion-heading .accordion-toggle {
	background-color: rgba(0, 0, 0, 0);
	box-shadow: 0 -5px 5px 0 rgba(102, 102, 102, 0.15) inset;
	text-transform: uppercase;
}

#content .accordion-group {
	margin-bottom: -1px;
}

#content {
	margin-bottom: 10px;
}

footer .accordion-group, .banners .accordion-group {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	margin-bottom: -1px;
}

.accordion {
	margin-bottom: 0;
}

footer .menus-footer {
	border: 0 none;
	padding: 0;
}

.block-alertas {
	display: table-header-group;
}

.block-alertas h2 {
	display: none;
}

.block-alertas .span4 {
	float: left;
}

.block-destacados {
	display: table-footer-group;
	height: auto;
}

.accordion-group {
	display: block !important;
}

.bloque01, .bloque02 {
	display: block;
	left: auto;
	position: relative;
	right: auto;
	top: auto;
	width: 100%;
}

.bloque01 img, .bloque02 img, .bloque03 img, .bloque04 img {
	margin-bottom: 4px;
	width: 100%;
}

.bloque03 {
	display: block;
	float: left;
	left: auto;
	position: relative;
	right: auto;
	top: auto;
	width: 49.5%;
}

.bloque04 {
	display: block;
	float: right;
	left: auto;
	position: relative;
	right: auto;
	top: auto;
	width: 49.5%;
}

.block-alertas .span4 {
	border-bottom: 1px solid #999999;
	margin-bottom: 20px;
}

.block-alertas .span4:last-child {
	border: 0 none;
	margin-bottom: 0;
}

footer h2, .block-actualidad h2, .block-acontecimientos h2, .block-simulacros-region h2 {
	display: none;
}

.banners {
	border: 0 none;
	padding: 0;
	text-align: left;
}

footer {
	padding: 0;
}

#content {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	padding: 0;
}

.block-acontecimientos .row-fluid .span10, .block-acontecimientos .row-fluid .span2 {
	padding: 10px 0 5px;
}

.block-acontecimientos .row-fluid .span10 a {
	padding: 0 10px;
	text-align: center;
}

#content.left-sidebar .span9 {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	display: block;
	margin-top: -21px;
	padding: 20px;
	width: auto;
}

#content.no-sidebar > .row-fluid > .span12 {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	display: block;
	padding: 20px;
	width: auto;
}

.breadcrumb {
	display: none;
}

.block-recomendaciones .row-fluid {
	margin-bottom: 0;
}

.block-recomendaciones .row-fluid .span4 {
	margin-bottom: 30px;
	text-align: center;
}

.block-recomendaciones .row-fluid .span4 a {
	display: block;
}

#mobile-menu .nav {
	margin: 10px 0;
}

.header-region img {
	display: none;
}
}

@media (min-width: 768px) and (max-width: 989px) {


.modal {
	/*margin-left: -330px;*/
	width: 500px;
}

.alertas .title {
	font-size: 16px;
}

.indice .nav-pills > li > a {
	padding-left: 3px;
	padding-right: 4px;
}

.block-mini-home .bloque02 img, .block-mini-home .bloque03 img, .block-mini-home .bloque04 img {
	height: auto;
	width: auto;
}

.block-mini-home .bloque05 img {
	height: auto;
	width: auto;
}

.left-sidebar.mini-home > .row-fluid > .span9 {
	margin-left: 14px;
	width: 502px;
}

.block-mini-home {
	height: 566px;
	position: relative;
}

.block-mini-home .bloque01 {
	display: block;
	left: auto;
	position: relative;
	right: auto;
	top: auto;
	width: 333px;
}

.block-mini-home img {
	margin-bottom: 4px;
}

.block-mini-home .bloque02 {
	right: 0;
	top: 0;
	width: 162px;
}

.block-mini-home .bloque03 {
	right: 0;
	width: 162px;
}

.block-mini-home .bloque04 {
	left: 0;
	right: auto;
	top: 285px;
	width: 162px;
}

.block-mini-home .bloque05 {
	height: 134px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 285px;
	width: 332px;
}

.block-mini-home .bloque06 {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 162px;
}

.block-mini-home .bloque07 {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 162px;
}

.block-mini-home .bloque08 {
	bottom: 0;
	left: 170px;
	position: absolute;
	width: 162px;
}

#submenu .nav > li {
	font-size: 13.2px;
}

.accordion {
	margin-bottom: 0;
}

#main-menu .navbar-inner li a {
	font-size: 10.5px;
	padding: 13px 14px;
}

header .social {
	right: 0;
	top: 30px;
}

.block-destacados {
	height: 277px;
}

.bloque01 img {
	width: 333px;
}

.bloque02 img {
	width: 331px;
}

.bloque03 img, .bloque04 img {
	width: 162px;
}

.bloque03 {
	right: 169px;
	top: 143px;
}

.block-mini-home .bloque03 {
	top: 143px;
}

.bloque04 {
	top: 143px;
}

#content.home h2 {
	font-size: 16px;
}

.block-alertas .span4 {
	font-size: 12px;
	line-height: normal;
}

.block-alertas .span4 p {
	padding-left: 50px;
}

.block-alertas .span4 .date {
	font-size: 12px;
}

footer .accordion-group, .banners .accordion-group, .block-actualidad .accordion-group, .block-destacados .accordion-group, .block-alertas .accordion-group:first-child, .block-acontecimientos .accordion-group:first-child, #submenu .accordion-group:first-child, .block-simulacros-region .accordion-group, .block-info-region .accordion-group {
	border: 0 none;
}

footer .collapse, .banners .collapse, .block-actualidad .collapse, .block-destacados .collapse, .block-alertas .accordion-group:first-child .collapse, .block-acontecimientos .accordion-group:first-child .collapse, #submenu .accordion-group:first-child .collapse, .block-simulacros-region .collapse {
	height: auto !important;
	overflow: visible;
	position: inherit !important;
}

.left-sidebar .span9 .accordion-heading a, .left-sidebar .span9 .accordion-heading a:focus {
	border: 0 none !important;
	font-size: 15px;
	padding-top: 12px;
}

.left-sidebar .span9 .accordion-heading .accordion-toggle.collapsed, .left-sidebar .span9 .accordion-heading .accordion-toggle.collapsed:focus {
	background-position: 0 14px !important;
}

.left-sidebar .span9 .accordion-group {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-bottom: 1px dotted #333333 !important;
	border-image: none;
	border-left: 0 none;
	border-right: 0 none;
	border-top: 0 none;
	clear: both;
}
}

@media (min-width: 990px) {


.modal {
	/*margin-left: -450px;*/
	width: 500px;
}

.accordion {
	margin-bottom: 0;
}

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
	width: 980px;
}

footer .accordion-group, .banners .accordion-group, .block-actualidad .accordion-group, .block-destacados .accordion-group, .block-alertas .accordion-group:first-child, .block-acontecimientos .accordion-group:first-child, #submenu .accordion-group:first-child, .block-simulacros-region .accordion-group, .block-info-region .accordion-group {
	border: 0 none;
}

footer .collapse, .banners .collapse, .block-actualidad .collapse, .block-destacados .collapse, .block-alertas .accordion-group:first-child .collapse, .block-acontecimientos .accordion-group:first-child .collapse, #submenu .accordion-group:first-child .collapse, .block-simulacros-region .collapse {
	height: auto !important;
	overflow: visible;
	position: inherit !important;
}

.left-sidebar .span9 .accordion-heading a, .left-sidebar .span9 .accordion-heading a:focus {
	border: 0 none !important;
	font-size: 15px;
	padding-bottom: 8px;
	padding-top: 12px;
}

.left-sidebar .span9 .accordion-heading .accordion-toggle.collapsed, .left-sidebar .span9 .accordion-heading .accordion-toggle.collapsed:focus {
	background-position: 0 14px !important;
}

.left-sidebar .span9 .accordion-group {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-bottom: 1px dotted #333333 !important;
	border-image: none;
	border-left: 0 none;
	border-right: 0 none;
	border-top: 0 none;
	clear: both;
}

[class^="icon-"], [class*=" icon-"] {
	/* vertical-align: sub !important; */
}

.parrafo-region {
	padding-right: 120px;
}

.alertas {
	height:80px;
}
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

