/* GENERAL DEFINITIONS STARTS */
* {
	margin: 0;
	padding: 0;
	border:0;
	outline:0;
}
body {
	background: url(../images/defaults/background.jpg) repeat center top;
	font-family:Arial, Helvetica, sans-serif;
}
img {
	vertical-align:bottom;
	border: none;
}
h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:bold;
	color:#0074A4;
}
h2 {
	color:#005D83;
	font-size:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
}
h3 {
	color:#008FCA /*#007EB1*/;
	font-size:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:10px 0 5px;
	-webkit-text-shadow: 1px 1px 0 #FFFFFF;
	-moz-text-shadow: 1px 1px 0 #FFFFFF;
	text-shadow: 1px 1px 0 #FFFFFF;
}
p+h3 {
	padding-top:30px;
}
h4 {
	font-size:13px;
	font-weight:bold;
	color:#666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h4+h4 {
	padding-top:20px;
}
h4 a:link {
	color: #0073A4;
	font-size: 14px;
	border:0;
}
h4 a:visited {
	color:#999;
}
h4 a:hover {
	color:#99BE3E;
}
#CenterContent h4, .oficina_box h4 {
	font-size:14px;
	color:#0073A4;
}
p+h4 {
	padding-top:10px;
}
h5 {
	font-size:12px;
	font-weight:bold;
	color:#666;
}
h6 {
}
p {
	color:#333;
	font-size:12px;
	line-height:18px;
	padding:5px 0 5px; 	/*se cambio el inferior de 10 a 5*/
}
ul {
	color: #333333;
	font-size: 12px;
	padding: 5px 0 5px 25px;	/*se cambio el inferior de 10 a 5*/
	list-style:disc;
}
ul li {
	padding: 2px 0;
}
ol {
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	padding: 5px 0 5px 25px; 	/*se cambio el inferior de 10 a 5*/

}
.form-item{
	margin: 0;
}

.container-inline div, .container-inline label {
    display: block;
}

ol li {
	padding: 5px 0;
}
.item-list ul {
	padding:0;
	list-style:none;
}
a, a:link, a:active, li a:active {
	color:#006690;
	text-decoration:none;
}
/*a:visited {
	color:#999;
}

*/
/* Incluido 01/06/18 */
#CenterContent .node a, #CenterContent .node a:link, #CenterContent .node a:active, #CenterContent .node li a:active{
border-bottom: none;
}
#CenterContent .node a:hover, #CenterContent .node a:hover, #CenterContent .node li a:hover{
border-bottom: 1px dashed;
}
/* fin */

a:hover {
	color:#809029;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
.clearfix {
	clear: both;
}
.floatLeft, .floatLeft.print {
	float:left;
}
.floatRight {
	float:right;
}
img.left {
	border:4px solid #FFF;
	float:left;
	margin:5px 15px 5px 5px;

		transform: rotate(-2deg);
		-moz-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);

	-webkit-box-shadow:0 0 3px #333;
		-moz-box-shadow:0 0 3px #333;
			box-shadow:0 0 3px #333;
}
img.right {
	border:4px solid #FFF;
	float:right;
	margin:20px 5px 20px 35px;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	transform: rotate(2deg);
	-webkit-box-shadow:0 0 3px #333;
	-moz-box-shadow:0 0 3px #333;
	box-shadow:0 0 3px #333;
}
.hidden, .ui-tabs-hide {
	display: none !important;
	visibility: hidden;
}
a.more_tab {
	position:absolute;
	bottom:-17px;
	right:24px;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	line-height:25px;
	background:url(../images/index/more_tab.png) no-repeat 0 0;
	height:27px;
	width:86px;
	border:0 none;
	-webkit-text-shadow:0 0 3px #333;
	-moz-text-shadow:0 0 3px #333;
	text-shadow:0 0 3px #333;
}
a.more_tab:hover {
	background-position:0 -27px;
}
.messages, .view-empty {
	font-size:13px;
	background:#f1f1f1;
	padding:10px;
	margin:10px 0;
	border:2px solid #FFF;
	color:#333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.view-empty p {
	padding:0;
	font-size:13px;
}
#centros_educativos_content .view-empty {
	border: none;
	margin:0;
	padding:0
}
/* =============================================================================
   Forms
   ========================================================================== */

form {
	margin: 0;
	font-size:13px;
	color:#666666;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
legend {
}
label {
	cursor: pointer;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
	font-size: 13px;
	vertical-align: baseline;
*vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */
button, input {
	line-height: normal;
*overflow: visible;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

/* Colors for form validity */
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
background-color: #f0dddd;
}
.error {
	color:#FF0000;
}
/* GENERAL DEFINITIONS ENDS */

/* TOP STARTS */
#Top {
	background:url(../images/defaults/top_bg.png) repeat-x 0 47px;
	padding-bottom:10px; /* MODIFICACION PARA QUE LA REGION TOP TENGA MAS ALTO Y ASI SE VEA EL BACKGROUNG*/
	position: relative;
	z-index: 10;
}
#TopInfo {
	margin:0 auto;
	width:980px;
	position:relative;
}
#Logo {
	float: left;
}
#Logo a {
	border: none;
	text-decoration: none;
}
#TopInfo #block-search-0 {
	height:44px;
	float:right;
	width:230px;
	padding:5px 35px 0 0;
	position:relative;
}
#TopInfo #block-search-0 .search-form {
	margin:0 !important;
}
#TopInfo #block-search-0 #edit-search-block-form-1-wrapper {
	float:right;
}
#TopInfo #block-search-0 input[type=text] {
	color:#666;
	height:20px;
	line-height:20px;
}
#TopInfo #block-search-0 input[type=image] {
	float:right;
	position:absolute;
	right:20px;
	top:4px;
}
#TopInfo .gov{
	float: left;
	margin-left:10px;
	margin-top:5px;
}
#logos {
	position: absolute;
	width:160px;
	padding-left:15px;
	height:33px;
	float:left;
	left:530px;
	top: 3px;
}
#logos a {
	border:0 none;
	overflow:hidden;
	position:relative;
	width:25px;
	height:33px;
	float: left;
	margin-right:5px;
}
#logos a img {
	position:absolute;
	left:0;
	top:10px;
	-webkit-transition-property:top;
	   -moz-transition-property:top;
	        transition-property:top;

	-webkit-transition-duration: 1s;
	   -moz-transition-duration: 1s;
	        transition-duration: 1s;
}
#logos a:hover img {
	top:3px;

	-webkit-transition-property:top;
	   -moz-transition-property:top;
	        transition-property:top;

	-webkit-transition-duration: 1s;
	   -moz-transition-duration: 1s;
	        transition-duration: 1s;
}
#logos img.shadow {
	position: absolute;
	z-index:5;
	bottom:0;
	left:0;
	width: 116px;
}

#Navigation {
	float:right;
	width:750px;
	position:relative;
	padding-top:3px;
	z-index:1;
}
#Navigation .breadcrumb {
	color: #666666;
	font-size: 12px;
	padding:6px 0 0;
	font-weight:bold;
}
#Navigation .breadcrumb a {
	font-weight:normal;
	margin:0 5px
}
#Navigation .breadcrumb a:first-child {
	text-transform:uppercase;
}
#Navigation .breadcrumb span.current {
	padding-left:5px
}
/* TOP ENDS */

/* PAGE PAGE STARTS */
#MainContainer {
	background:url(../images/defaults/page_shadow.png) repeat-x bottom;
	position: relative;
	z-index: 5;
}
#PageContent {
	margin: 0 auto;
	width:980px;
	clear:both;
	padding-bottom:30px
}
#CenterContent {
	float:left;
	width:700px;
	position:relative;
	padding-bottom:10px;
}
.box_content {
	background:url(../images/page/box_top_vertical.png) no-repeat 0 0;
}
#RightContainer .box_content > div {
	background:url(../images/page/box_bottom_vertical.png) no-repeat bottom right;
	padding:20px 26px;
}
a.link_arrow, .da2a_button {
	position:absolute;
	right:-1px;
	bottom:21px;
	text-decoration:none;
	color:#FFF !important;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background:url(../images/page/arrow_right_green.png) no-repeat 0 0;
	width:77px;
	height:28px;
	padding: 5px 0 1px 13px;
	line-height:28px;
	clear:both;
	float:right;
	border:0 none !important;
}

.share .da2a_button {
	    float: none;
    margin: 0 auto;
    width: 83px;
    border-radius: 20px;
    margin-top: 39px;
}

a.link_arrow:hover, .da2a_button:hover {
	background-position:0 -68px;
}
.imagenContainer {
	background:url(../images/page/shadow_small.png) no-repeat center bottom;
	padding-bottom:7px;
}
.imagenContainer img {
	border:4px solid #FFF;

	-webkit-box-shadow: 0 0 3px #333;
	   -moz-box-shadow: 0 0 3px #333;
	        box-shadow: 0 0 3px #333;
}
.imagenContainer a {
	border:0;
}
.print {
	background:url(../images/defaults/imprimir.gif) no-repeat 0 15px !important;
	float:right;
	color:#333;
	font-size:12px;
	font-weight:bold;
	padding:15px 0 0 28px !important;
	height:18px;
	line-height:18px;
	clear:both;
	margin-top:20px;
}
.print a {
	color:#333;
	border-bottom-color:#333;
}
/* PAGE PAGE ENDS */

/*PAGINADOR START*/
.item-list ul.pager {
	margin-top:40px;
	padding:7px 5px 0;
	font-size:12px;
	border-width:1.5px;
	border-style: solid;
	border-color: #CCCCCC #FFF #FFF #CCCCCC;
	height:27px;

	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}
.item-list ul.pager li /*,
#CenterContent ul.pager li,
#CenterContent .view-Preguntas-Frecuentes .item-list ul.pager li,
#CenterContent .view-Directorio-de-oficinas .item-list ul.pager li,
#CenterContent .view-Leyes-y-Reglamentos .item-list ul.pager li,
#CenterContent .view-Tramites .item-list ul.pager li,
#CenterContent .view-Programas-de-estudio .item-list ul.pager li*/{
	margin:0 5px !important;
	border:0 none !important;
	float:left !important;
	padding:0 !important;
	font-weight:bold;
	clear:none !important;
	width:auto !important;
}
.item-list ul.pager li.pager-current/*,
#CenterContent ul.pager li.pager-current,
#CenterContent .view-Preguntas-Frecuentes .item-list ul.pager li.pager-current,
#CenterContent .view-Directorio-de-oficinas .item-list ul.pager li.pager-current,
#CenterContent .view-Leyes-y-Reglamentos .item-list ul.pager li.pager-current,
#CenterContent .view-Tramites .item-list ul.pager li.pager-current,
#CenterContent .view-Programas-de-estudio .item-list ul.pager li.pager-current*/ {
	color:#FFF !important;
	background:#0073A4 !important;
	padding:3px 6px !important;

	-webkit-border-radius: 2px !important;
	   -moz-border-radius: 2px !important;
	        border-radius: 2px !important;
}
.item-list ul.pager li.pager-item {
}
.item-list ul.pager a, #CenterContent ul.pager li a {
	border:0 none !important;
	color:#666;
	display:block;
	padding:3px 5px !important;
	margin:0 !important
}
.item-list ul.pager a:hover, #CenterContent ul.pager li a:hover {
	color:#0073A4;
	background:#FFF;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}
.item-list ul.pager a.active {
}
.item-list li.pager-next {
}
.item-list li.pager-last {
}
/*PAGINADOR ENDS*/

/*COMMENTS START*/
#comments {
	clear:both;
}
#comments h2 {
	color:#fff;
	background: url(../images/page/tab_lightblue_big.png) no-repeat 0 0;
	text-align: center;
	padding:0 5px 0 0;
	width:222px;
	height:70px;
	line-height:60px;
	text-transform:uppercase;
	position:relative;
	top:-33px;
	font-size:18px;
	text-shadow: none;
	border:0;
	margin:0;
}
#comments .box-comments h2 {
	background: url(../images/page/tab_lightblue.png) no-repeat 0 0;
	width:155px;
}
#comments .box {
	background:url(../images/page/box_top_horizontal.png) no-repeat 0 0;
	padding:20px 0 0 26px;
	margin-top:40px;
}
#comments .box .content {
	background:url(../images/page/box_bottom_horizontal.png) no-repeat bottom right;
	padding:0 26px 20px 0;
}
.comment_content {
	border-bottom:2px dotted #CCC;
	padding:0 10px 20px;
	width:560px;
	margin-bottom:20px;
}
.comment_content > h3 {
	font-size:14px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#00638C;
	padding:0 0 10px;
	float:right;
	width:495px;
}
.comment_content p {
	font-size:12px;
}
.comment_content .comment_text {
	float:right;
	width:495px;
	font-size:12px;
	color:#333;
}
#comment-form {
	padding-bottom:30px;
	top:-20px;
	position:relative;
}
#comment-form .form-item {
	clear:both;
	padding-top:5px;
}
#comment-form label {
	float:left;
	width:170px;
	padding-right:20px;
}
#edit-name-wrapper {
}
#edit-mail-wrapper {
}
#edit-homepage-wrapper {
}
#edit-comment-wrapper {
	padding-bottom:10px;
}
#comment-form .form-actions {
	padding: 0 60px 0 0;
	clear:both;
}
#comment-form .description {
	clear:both;
	padding:2px 0 10px;
}
#comment-form .form-actions {
	clear:both;
	height:25px;
}
#comment-form .form-submit {
	float:right;
	margin-top:20px;
}
html.js .resizable-textarea textarea {
	width:auto;
}
.comment_content .comment-date {
	position:relative;
	top:0;
}
.comment-date {
	background: url("../images/page/date_box.png") no-repeat scroll 0 0 transparent;
	color: #FFE446;
	font-size: 11px;
	width:45px;
	height:56px;
	line-height: 12px;
	padding-top:9px;
	text-align: center;
	float: left;
	position:absolute;
	left:0;
	top:40px;
}
.comment-date span {
	font-size:25px;
	font-weight:bold;
	line-height:23px;
}
.comment-count {
	clear:both;
	float:left;
}
/* RIGHT CONTENT STARTS */
#RightContainer {
	float: right;
	width: 260px;
}
/* Estilos del BLoque de Proximos Eventos */

#RightContainer #block-views-Calendario_Eventos-block_2 {
	background: url(../images/page/box_top_vertical.png) no-repeat 0 0;
	float: right;
	width: 272px;
	position: relative;
	top: -6px;
	right: -6px;
}

.front #RightContainer #block-views-Calendario_Eventos-block_2 {
	top: -6px;
	left: 0;

}
#RightContainer #block-views-Calendario_Eventos-block_2 > div {
	background: url(../images/page/box_bottom_vertical.png) no-repeat bottom right;
	height: 319px;
	padding:20px 26px;
}
#RightContainer #block-views-Calendario_Eventos-block_2 h2 {
	color: #FFFFFF;
	font-size: 18px;
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url("../images/page/calendar_title.png") no-repeat scroll 0 0 transparent;
	display: block;
	left: -27px;
	padding: 8px 20px 0 0;
	position: relative;
	top:-5px;
	z-index: 2;
	border-bottom:0;
	font-weight: 100;
	height: 47px;
	line-height:47px;
	width: 169px;
}
#RightContainer .view-Calendario-Eventos .more-link {
	text-align: left;
}
#RightContainer .view-Calendario-Eventos .more-link a {
	border-bottom: 0 none;
	bottom: 21px;
	clear: both;
	color: #FFFFFF;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding: 5px 0 1px 13px;
	position: absolute;
	right: 0;
	text-decoration: none;
	background-image: url("../images/page/arrow_right_green_big.png");
	width: 122px;
}
#calendar ul {
	list-style:none;
	padding:0;
}
#calendar ul li {
	clear:both;
	padding:10px 0 0 0;
	margin:0;
	list-style:none;
}
#calendar ul li div.date {
	background:url(../images/page/date_box.png) no-repeat 0 0;
	width:45px;
	height:56px;
	text-align:center;
	color:#FFE446;
	font-size:11px;
	line-height:12px;
	padding-top:9px;
	float:left;
	text-transform: uppercase;
}
#calendar ul li div.date span {
	font-size:25px;
	font-weight:bold;
	line-height:23px;
}
#calendar ul li div.event_content {
	width:160px;
	float:right;
}
#calendar ul li h5 {
	font-size:12px;
	font-weight:bold;
}
#calendar ul li h5 a:link, #calendar ul li h5 a:active {
	color:#666;
	border:0 none;
	font-size:12px;
}
#calendar ul li h5 a:visited {
	color:#999;
}
#calendar ul li h5 a:hover {
	color:#99BE3E;
}
#calendar ul li p {
	padding:0;
}
#calendar ul li a {
	font-size:11px;
	font-weight:bold;
}
#calendar ul li a:hover {
}
/*Estilos del Nodo Evento */
.ContenedorEvento .ContenedorImagenEvento {
	float: left;
	padding-right: 5px;
	width: 172px
}
.ContenedorEvento .ContenedorInformacionEvento {
	float: left;
	width: 500px;
}
/* RIGHT CONTENT ENDS */


/* BOTTOM STARTS */
#Bottom {
	clear:both;
	background:url(../images/defaults/bottom.jpg) repeat center top;
	position:relative;

}
.BottomInfo {
	width:980px;
	margin:0 auto;
	padding:20px 0 40px;
	position:relative;
}
#Bottom a {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFCC;
	font-size:12px;
}
#Bottom a:hover {
	color:#ADD05A;
}
a.more_tab:hover {
	background-position:0 -27px;
}
/* BOTTOM ENDS */

/* FOOTER STARTS */
#Footer {
	background:url(../images/defaults/footer_bg.png) repeat-x top;
	padding:40px 0 20px;
	clear:both;
}
#FooterInfo {
	margin: 0 auto;
	width: 940px;
}
#FooterInfo .block-mep_helper {
	float:left
}

.block-mep_helper .content .item-list + a {
  float: left;
  clear: both;
}

#FooterInfo .block-views {
	float: left;
	padding-right:15px;
}

#FooterInfo .content{padding:0 0 40px 0;
}

#Footer ul {
	float:left;
	list-style:none;
	font-size:12px;

	width:220px;
}
#Footer h2 {
	padding-left:0;
}
#Footer h2 {
	color:#FFCC33;
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	padding-bottom:20px;
}
#Footer ul li {
	padding:5px 0;
	list-style: none;
	margin: 0 0 0.25em 0.1em;
}
#Footer a {
        font-size:12px;
	color:#92E0FF;
	text-decoration:none;
	padding-bottom:2px;
	border-bottom:0 none;
}
#Footer a:hover {
	color:#FFF;
	border-bottom:1px dotted #FFF;
}
#Footer #block-block-3,
#FooterInfo #block-block-3 .content{
	clear:both;
	padding:0;
}
#info_footer_right {
	float:left;
	width:916px;
}
#Footer #info_footer_right a:hover {
	border-bottom:none;
}
#info_footer_right a img {
/* este margen fue modificado de 15px a 5px para abrir espacio para nuevos íconos de direcciones 16/04 Ana*/
	margin-right:5px;
	-webkit-opacity:0.7;
	   -moz-opacity:0.7;
	        opacity:0.7;
}
#info_footer_right a:hover img {
	opacity:1;
}
#Footer p {
	color:#FFF;
	font-size:11px;
	padding:10px 0 0;
	line-height:12px;
	text-align:right;
	float:right;
}
#Footer p a {
	line-height:30px;
}
/* FOOTER ENDS*/


/* IE7 */

*:first-child + html .clearfix {
	min-height: 1%;
}
.UstreamFrame {
	border: 0px none transparent;
	scrolling: none;
	frameborder: 0;
}
.site-map-menu li {
	list-style-image: none;
}
.site-map-menus h2 {
	display: none;
}
.site-map-menu .pull {
	display: block;
	height: 1px;
	width: 1px;
}
.site-map-menu .pull + ul {
	margin-left: -18px;
}
.site-map-taxonomys .taxonomy-term-description {
	display: none;
}
/*PAGINA OFICINAS CENTRALES*/
.mapa_oficinas_centrales .print{ display:none;}
.mapa_oficinas_centrales{
	width:100% !important;
}
.mapa_oficinas_centrales div h1 {
    display: none;
}
.full-width {
    width: 100% !important;
}

#views-exposed-form-Leyes-y-Reglamentos-page-1 .views-widget-filter-tid .jqTransformSelectWrapper span{
  width: 157px!important;
}

#views-exposed-form-Leyes-y-Reglamentos-page-1 .views-widget-filter-tid .jqTransformSelectWrapper ul{
  height: auto!important;
}

#block-menu-menu-menu-superior-mobile {
	display: none;
	z-index: 9999999999999;
}

#calendar ul li.views-row-last {
	display: none;
}
/* Inicio de estilo para Gallery formatted 31/07/2018*/
/* eliminar borde de puntos al enlace de la Gallery formatted */
.galleryformatter a, .galleryformatter a:link, .galleryformatter a:active, .galleryformatter li a:active {
   border-bottom: none!important;
}
/* eliminar margen */
.gallery-frame ul li {
	  margin: 0 0 0.25em 0!important;
}

/* borde al slide */
.gallery-slides  {
border: 4px solid #FFF;
box-shadow: 0 0 4px #666;
}
/* ubicación de las flechas verdes */
.css-gallery .galleryformatter-greenarrows .gallery-thumbs .back,
.css-gallery .galleryformatter-greenarrows .gallery-thumbs .forward {
    top: 75%!important;
}
.css-gallery .galleryformatter-greenarrows .gallery-thumbs li {
    margin: 0!important;
}

/* excluir la galeria Gallery formatted 30/07 */
.galleryformatter a, .galleryformatter a:link, .galleryformatter a:active, .galleryformatter li a:active {
   border-bottom: none!important;
}


/* fin de estilo de Gallery formatted */

/*modificacion Ana T. 20 julio 2016*/
.node-type-pagina-listado .node .field-field-pagina-listado-vista .field-label,
.field-field-pagina-listado-posterior .field-label
{
	display: none;
}

.node-type-page .node img.img-inline {
	display: inline-block!important;
    margin-left: 5% !important;
    margin-bottom: 5%;
    border: 0;
}

.node-type-page-iframe .node img.img-inline {
    display: inline-block!important;
    margin-left: 7%;
    border: 0;
    height: auto;
}
/*  Agregado para enlaces recomendados 22/01/18*/
.views-accordion-item .accordion-content img.img-enlace {
		border-top: 2px solid #CCCCCC!important;
}
/*  fin de agregado */

.node-type-page-iframe .node a{
    border: 0;
}


.node-type-page .node a {
	border: 0;
}

.a_enlace {
    border-bottom: none!important;
}

.container-inline-img {
	display: inline-block;
	margin-top: 20px;
	width: 49%;
}

#webform-client-form-61 input {
   width: 96%;
    border-radius: 5px;
    height: 34px;
    margin-top: 9px;
    margin-bottom: 13px;
    border: solid 2px #DDD;
    padding-left: 2%;
}

#webform-client-form-61 textarea{
    width: 96%;
    border-radius: 4px;
    height: 90px;
    border: solid 2px #DDD;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 2%;
}

    #edit-submitted-mensaje-wrapper label {
    	margin-bottom: 10px;
    }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

#webform-client-form-61 select{
width: 98.5%;
    height: 34px;
    background-color: #FFF;
    margin-top: 9px;
    margin-bottom: 13px;
    border: solid 2px #DDD;
}

#webform-client-form-61 #edit-submit {
	background: none;
    background: #c3e551;
    background: -moz-linear-gradient(top, #c3e551 0%, #7bae2d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3e551), color-stop(100%,#7bae2d));
    background: -webkit-linear-gradient(top, #c3e551 0%,#7bae2d 100%);
    background: -o-linear-gradient(top, #c3e551 0%,#7bae2d 100%);
    background: -ms-linear-gradient(top, #c3e551 0%,#7bae2d 100%);
    background: linear-gradient(to bottom, #c3e551 0%,#7bae2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3e551', endColorstr='#7bae2d',GradientType=0 );
    padding: 0px 4px 0 8px;
    position: relative;
    float: none;
    margin: 0 auto;
    display: block;
    padding-left: 17px;
    border-radius: 20px;
    padding-right: 7px;
    color: #FFF;
        width: 13%;
    padding-right: 16px;
    float: left;
    margin-top: -16px;
    margin-bottom: 14px;
    width: 100px;
    padding-right: 14px;


}


#webform-client-form-61 #recaptcha_response_field {
	border: 0;
}


.node-type-page-iframe ul.buttons_container {
	list-style: none;
}

.node-type-page-iframe ul.buttons_container li {
	    display: inline-block;
    padding-right: 2em;
    padding-bottom: 1.8em;

}


@media only screen and (min-width: 720px) and (max-width: 1010px) {

#TopInfo #block-search-0 input[type=image] {
    float: right;
    position: absolute;
    right: 43px;
    top: 9px;

}

#calendar ul li div.date {
	margin-left: 17%;
}


#PageContent, #CenterContent, #CenterContent .node {
	width: 100%;
}

#CenterContent {
	  padding: 0;
}

.box_content {
	background: none;
}

#CenterContent h1 {
  background: none;
  background: #0098d5;
  background: -moz-linear-gradient(top, #0098d5 0%, #005f84 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0098d5), color-stop(100%,#005f84));
  background: -webkit-linear-gradient(top, #0098d5 0%,#005f84 100%);
  background: -o-linear-gradient(top, #0098d5 0%,#005f84 100%);
  background: -ms-linear-gradient(top, #0098d5 0%,#005f84 100%);
  background: linear-gradient(to bottom, #0098d5 0%,#005f84 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0098d5', endColorstr='#005f84',GradientType=0 );
  text-align: center;
  width: 95%;
  margin: 0 auto;
  height: 39px;
  border-radius: 7px;
  line-height: 2;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 20px;
    left: -0.6%;
}
#CenterContent .node {
  padding: 0 26px 27px 0;
  position: relative;
  width: 92%;
  padding: 0;
  padding-left: 5%;
  background: none;
}

#Navigation {
width: 66%;
    position: absolute;
    left: 181px;
    top: 89px;

}

#Navigation .breadcrumb {
  text-align: left;
  width: 100%;
}

 div#RightContainer {
  float: left;
  width: 100%;
  margin-left: 0;

 }


.page-educatico div#RightContainer {
    width: 98%;
}
  #Footer {
 	  background: url(../images/defaults/footer_bg_ipad.png) repeat-x top;

 }

 #FooterInfo {
 	width: 100%;
 }

 #FooterInfo .block-views {
 	width: 46%;
  text-align: center;
  padding: 0px 5px 0 20px;
 }


 #Footer ul {
 	width: 100%;
 }

 #block-mep_helper-menu_aleatorio {
 	display: none;
 }

 #Footer h2 {
 	font-size: 26px;
 }

 #Footer a {
 	  font-size: 14px;
 }

#info_footer_right {
	display: none;
}
#Footer #block-block-3 {
	width: 100%;
}

#block-block-3 .content p {
	text-align: center;
}
#Footer p {
	float: none;
}

#block-views-Lo_Mas_Consultado-block_2 {
	display: none;
}

.BottomInfo {
	width: 100%;
}
#bottom_news_content .imagenContainer {
	background: none;
}
.imagenContainer {
	background: none;
}
#CenterContent {
	  width: 90%!important;
  display: block;
  margin: 0 auto;
  float: none;
  padding: 0!important;
}
.hide-for-small {
	display: none;
}

/* Common styles of menus */

#TopInfo .dl-menuwrapper {
	width: 100%;
	float: left;
	position: relative;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
}

#TopInfo .dl-menuwrapper:first-child {
	margin-right: 100px;
	    margin-top: -85px;
	    z-index: 999;
}

#TopInfo .dl-menuwrapper button {
	background: none;
	border: none;
	width: 48px;
	height: 45px;
	text-indent: -900em;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	outline: none;
	float: right;
	    right: 8px;
        top: -44px;
}

#TopInfo .dl-menuwrapper button:hover,
#TopInfo .dl-menuwrapper button.dl-active,
#TopInfo .dl-menuwrapper ul {
	background: none;
}

#TopInfo .dl-menuwrapper button:after {
	content: '';
	position: absolute;
	width: 68%;
	height: 5px;
	background: #02A0E3;
	top: 10px;
	left: 16%;
	box-shadow:
		0 10px 0 #02A0E3,
		0 20px 0 #02A0E3;
}

#TopInfo .dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

#TopInfo .dl-menuwrapper li {
	position: relative!important;
}

#TopInfo .dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
	outline: none;
}

#TopInfo .no-touch .dl-menuwrapper li a:hover {
	background: rgba(255,248,213,0.1);
}

#TopInfo .dl-menuwrapper li.dl-back > a {
	padding-left: 21px;
	background: rgba(0,0,0,0.1);
	width: 100%!important;

}

#TopInfo .dl-menuwrapper li.dl-back:after,
#TopInfo .dl-menuwrapper li > a:not(:only-child):after {
	position: absolute;
	top: 0;
	content: url(../images/defaults/arrow_responsive.png);
	    right: 56px;
}

#TopInfo .dl-menuwrapper li.dl-back:after {
	 right: 77px;
	color: rgba(212,204,198,0.3);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	top: -4px;
	 width: 100%;
}

#TopInfo .dl-menuwrapper li > a:after {
	right: 10px;
	color: rgba(0,0,0,0.15);
}

#TopInfo .dl-menuwrapper .dl-menu {
	margin: 5px 0 0 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#TopInfo .dl-menuwrapper .dl-menu.dl-menu-toggle {
	transition: all 0.3s ease;
}

#TopInfo .dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);

}

/* Hide the inner submenus */
#TopInfo .dl-menuwrapper li .dl-submenu {
	display: none;

}

#TopInfo .dl-menuwrapper li .dl-submenu li .dl-submenu  {
margin-top: 0;
	}

/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
#TopInfo .dl-menu.dl-subview li,
#TopInfo .dl-menu.dl-subview li.dl-subviewopen > a,
#TopInfo .dl-menu.dl-subview li.dl-subview > a {
	display: none!important;
}

#TopInfo .dl-menu.dl-subview li.dl-subview,
#TopInfo .dl-menu.dl-subview li.dl-subview .dl-submenu,
#TopInfo .dl-menu.dl-subview li.dl-subviewopen,
#TopInfo .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
#TopInfo .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block!important;
}

/* Dynamically added submenu outside of the menu context */
#TopInfo .dl-menuwrapper > .dl-submenu {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	margin: 0;
}

/* Animation classes for moving out and in */

#TopInfo .dl-menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 0.4s;
	animation: MenuAnimOut1 0.4s;
}


@-webkit-keyframes MenuAnimOut1 {
	0% { }
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}



@keyframes MenuAnimOut1 {
	0% { }
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}


#TopInfo .dl-menu.dl-animate-in-1 {
	-webkit-animation: MenuAnimIn1 0.3s;
	animation: MenuAnimIn1 0.3s;
}



@-webkit-keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(0deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}



@keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(0deg);
		transform: translateZ(-250px) rotateY(0deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}



#TopInfo .dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
	-webkit-animation: SubMenuAnimIn1 0.4s ease;
	animation: SubMenuAnimIn1 0.4s ease;
}


@-webkit-keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}


@keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
		opacity: 1;
	}
}




#TopInfo .dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
	-webkit-animation: SubMenuAnimOut1 0.4s ease;
	animation: SubMenuAnimOut1 0.4s ease;
}


@-webkit-keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
}


@keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}

}



/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

 .dl-menuwrapper li .dl-submenu {
	display: block;
}

.no-js .dl-menuwrapper li.dl-back {
	display: none!important;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
	background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
	content: '';
}

/* Colors for demos */

/* Demo 1 */



#TopInfo {
	width: 100%;
}

#Top {
	background: none;
}

#TopInfo ul.menu li {
	    display: block;
    width: 100%;
    text-align: left;
    background: url(../images/defaults/top_bg_responsive.png) repeat-x 0;
        margin: 0;
        padding-right: 0;

}

#logos {
	position: absolute;
    width: 160px;
    padding-left: 15px;
    height: 33px;
    float: left;
    left: 320px;
    top: 3px;
}

 .dl-submenu {
 	width: 100%;
 }


 #TopInfo ul.menu li a {

 	text-align: left;
 	padding: 0 14px;
    -webkit-text-shadow: 0 0 3px #000;
    -moz-text-shadow: 0 0 3px #000;
    text-shadow: 0 0 3px #000;
        width: 96%!important;
    padding: 0;
    padding-left: 21px;
    border: 0;
    height: 45px;
    line-height: 2.4;
 }

 #TopInfo ul.menu li:hover ul {
	display: none;
	padding: 0;

}

#TopInfo ul.menu ul li {
	width: 100%;
	line-height: 48px;
}

 #TopInfo ul.menu ul li a {
 	    visibility: visible;
    overflow: visible;
    text-indent: 0;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    line-height: 1px;
    text-align: left;
    display: block;
    margin-left: 0;
 }

 #TopInfo ul.menu li.expanded:hover a {
 	background: none;
 	-webkit-text-shadow: 0 0 3px #000;
    -moz-text-shadow: 0 0 3px #000;
    text-shadow: 0 0 3px #000;
    font-size: 16px;

 }

  #TopInfo ul.dl-menu li.leaf a {
 	background: none;
 	padding-left: 20px;

 }

 #TopInfo ul.menu ul {
 	width: 100%;
 	top: 50px;
 	padding:0;
 }

#TopInfo ul.menu li:hover li, #TopInfo ul.menu li:hover li a {
	width: 100%;
	display: block;
	background: url(../images/defaults/top_bg_responsive.png) repeat-x 0;
}

.dl-menuwrapper li ul.dl-submenu > a:not(:only-child):after {
	position: absolute;
    top: 0;
    content: url(../images/defaults/arrow_responsive.png);
    right: 76px;

}

#TopInfo ul.dl-submenu li.expanded a {
	width: 95%!important;
	padding: 0;
	padding-left: 20px;
	text-shadow: 0 0 3px #000;
	font-size: 16px;

}

#TopInfo ul.dl-submenu li.expanded a:after {
	top: 3px!important;

}

#TopInfo ul.menu ul ul a, #TopInfo ul.menu ul ul .nolink {
	color: #FFF;
}

#TopInfo ul.menu ul ul li {
	padding:0;
}

#TopInfo ul.menu ul ul ul li a {
	line-height: 0;
	color: #FFF;
}

#TopInfo ul.menu ul li a {
	height: auto;
}

#TopInfo ul.menu ul li a {
	line-height: 45px;
}



#block-menu-menu-mep-menu-superior {
	display: none;
}

#block-menu-menu-menu-superior-mobile {
	display: block;
}

#block-menu-menu-menu-superior-mobile .menu {
	display: none;
	}

#block-menu-menu-menu-superior-mobile .dl-menuopen {
	display: block;
	}

#TopInfo ul.menu ul li a:hover {
	border:0;
	color: #FFF;
	padding-left: 20px!important;
}

#TopInfo ul.menu ul ul {
	padding-right: 0;
}


#TopInfo #block-search-0 {
height: 44px;
    float: left;
    width: 278px;
    padding: 5px 35px 0 0;
    position: relative;
    margin-top: 44px;
    margin-left: -128px;
}

#MainContainer {
	width: 100%;
	margin:0;
	padding:0;
}

.container-inline div.jqTransformInputWrapper {
    width: 102%!important;
}

#TopInfo #block-search-0 #edit-search-block-form-1-wrapper {
	float: left;
}

#TopInfo ul.menu li.rightOpcion ul {
	right: 0;
	width: 100%!important;
}



#TopInfo #block-search-0 input[type=text] {

    color: #666;
    height: 20px;
    line-height: 20px;
        width: 238px!important;
}

.front #TopInfo #block-search-0 input[type=text] {
	    color: #666;
    height: 20px;
    line-height: 20px;
    width: 218px!important;
}



.page-educatico #TopInfo #block-search-0 input[type=text] {
	    width: 236px!important;
}

.item-list ul.pager {
	margin-top: 0;
}


.clear-block {
	color: #999;
}

#logos img.shadow {
	display: none;
}

#logos a {
	height: 36px;
}

#edit-submitted-cedula {
	width: 100%;
    height: 34px;
    border-radius: 20px;
}

img.left {
	margin-top: 0;
}

 .node img {
  	display: block;
 	  float: none!important;
    max-width: 80%;
    height: auto;
 }

/*  Agregado para enlaces recomendados 23/01/18*/
.views-accordion-item .accordion-content img.img-enlace {
    display: inline-block!important;
    margin-left: 5% !important;
    margin-bottom: 5%;
    border: 0;
    border-top: 2px solid #CCCCCC;
}
 /* fin del agregado */

/* mantener tamaño a la Gallery formatted 31/07/18 */
.views-field-field-img-galeria-fid img {
		max-width: 100%!important;
}
 .node-type-pagina-larga .node img {
	 	max-width: 100%!important;
}
/* fin */
.node-type-page-iframe  .node img {
	width: 100%;
}



#CenterContent table td {
	width: 100%;
}

.node-type-tramite .node img {
    display: inline-block;
}

.imagenContainer {
	background: none;
}

.node-type-evento a.link_arrow, .node-type-evento .da2a_button {
	clear: none;
}

.page-noticias a.link_arrow {
	float: left;
margin-left: 40%;
border-radius: 20px
}

a.link_arrow:hover, .da2a_button:hover {
	background-position: inherit;
}

.node-type-page-iframe .node img.img-inline {
    margin-left: 0;
}

#webform-client-form-61 input {
    width: 96%;
    border-radius: 5px;
    height: 34px;
    margin-top: 9px;
    margin-bottom: 13px;
    border: solid 2px #DDD;
    padding-left: 2%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

#webform-client-form-61 textarea{
    width: 96%;
    border-radius: 4px;
    height: 90px;
    border: solid 2px #DDD;
    padding-top: 7px;
    padding-bottom: 7px;

}

#webform-client-form-61 select{
     width: 98.5%;
    height: 34px;
    background-color: #FFF;
    margin-top: 9px;
    margin-bottom: 13px;
    border: solid 2px #DDD;
}

#webform-client-form-61 #edit-submit {
	background: none;
    background: #c3e551;
    background: -moz-linear-gradient(top, #c3e551 0%, #7bae2d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3e551), color-stop(100%,#7bae2d));
    background: -webkit-linear-gradient(top, #c3e551 0%,#7bae2d 100%);
    background: -o-linear-gradient(top, #c3e551 0%,#7bae2d 100%);
    background: -ms-linear-gradient(top, #c3e551 0%,#7bae2d 100%);
    background: linear-gradient(to bottom, #c3e551 0%,#7bae2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3e551', endColorstr='#7bae2d',GradientType=0 );
    padding: 0px 4px 0 8px;
    position: relative;
    float: none;
    margin: 0 auto;
    display: block;
    padding-left: 17px;
    margin-right: 37%;
    border-radius: 20px;
    padding-right: 7px;
    color: #FFF;
        width: 13%;
    padding-right: 16px;
    float: left;
    margin-top: -16px;
    margin-bottom: 14px;


}


#webform-client-form-61 #recaptcha_response_field {
	    width: 305px;
    background: none;
    background-color: #FFF;
    border: solid 2px #DDD;
}

.node-type-page-iframe ul.buttons_container {
list-style: none;
padding-left: 0;
}

.node-type-page-iframe ul.buttons_container li {
width: 49%;
display: inline-block;
}

.node-type-page-iframe ul.buttons_container li img {
margin: 0 auto;
}

#views-exposed-form-Leyes-y-Reglamentos-page-1 .views-widget-filter-tid .jqTransformSelectWrapper span {
	width: 97%!important;
}

}

@media only screen and (min-width: 0) and (max-width: 719px) {
.imagenContainer img {
	  float: none;
    margin: 0 auto;
    display: block;
    width: 100%;
    height: auto;
}

.page-educatico .imagenContainer img {
	width: 80%;
}

.pane-content .imagenContainer img {

  width: auto;
  height: auto;
}


#block-views-Calendario_Eventos-block_2 {
	display: none;
}

#RightContainer {
	float: none;
  width: 90%!important;
  margin: 0 auto;
}



#Footer {
 	  background: url(../images/defaults/footer_bg_ipad.png) repeat-x top;
 	    padding-left: 16px;
  padding-right: 16px;

 }

 #FooterInfo {
 	width: 100%;
 }

 #FooterInfo .block-views {
 	width: 100%;
 	  text-align: center;
 }


 #Footer ul {
 	width: 100%;
 }

 #block-mep_helper-menu_aleatorio {
 	display: none;
 }

 #Footer h2 {
 	font-size: 26px;
 }

 #Footer a {
 	  font-size: 12px;
 }

#info_footer_right {
	display: none;
}
#Footer #block-block-3 {
	width: 100%;
}

#Footer p {
	float: none;
	text-align: center;
}
#block-views-Lo_Mas_Consultado-block_2 {
	display: none;
}
#PageContent {
	width: 100%;
	padding-bottom: 10px;
}
.BottomInfo {
	width: 100%;
}
#CenterContent {
    width: 90%!important;
    display: block;
    margin: 0 auto;
    float: none;
    top: 0;
    padding: 0!important;
}

#TopInfo ul.menu li {
	padding-right: 0;
}


.hide-for-small {
	display: none;
}
#block-menu-menu-mep-menu-superior {
	display: none;
}

/* Common styles of menus */

#TopInfo .dl-menuwrapper {
	width: 100%;
	float: left;
	position: relative;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
}

#TopInfo .dl-menuwrapper:first-child {
	margin-right: 100px;
	    margin-top: -90px;
	    z-index: 999;
}

#TopInfo .dl-menuwrapper button {
	background: none;
	border: none;
	width: 48px;
	height: 45px;
	text-indent: -900em;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	outline: none;
	float: right;
	    right: 8px;
       top: -42px;
}

#TopInfo .dl-menuwrapper button:hover,
#TopInfo .dl-menuwrapper button.dl-active,
#TopInfo .dl-menuwrapper ul {
	background: none;
}

#TopInfo .dl-menuwrapper button:after {
	content: '';
	position: absolute;
	width: 68%;
	height: 5px;
	background: #02A0E3;
	top: 10px;
	left: 16%;
	box-shadow:
		0 10px 0 #02A0E3,
		0 20px 0 #02A0E3;
}

#TopInfo .dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

#TopInfo .dl-menuwrapper li {
	position: relative!important;
}

#TopInfo .dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
	outline: none;
}

#TopInfo .no-touch .dl-menuwrapper li a:hover {
	background: rgba(255,248,213,0.1);
}

#TopInfo .dl-menuwrapper li.dl-back > a {
	background: rgba(0,0,0,0.1);
    padding-left:21px;
    width: 94%!important;
}

#TopInfo .dl-menuwrapper li.dl-back:after,
#TopInfo .dl-menuwrapper li > a:not(:only-child):after {
	position: absolute;
	top: 0;
	content: url(../images/defaults/arrow_responsive.png);
	    right: 14%;
}

#TopInfo .dl-menuwrapper li.dl-back:after {
	right: 16%;
	color: rgba(212,204,198,0.3);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	top: -4px;
	 width: 100%;
}

#TopInfo .dl-menuwrapper li > a:after {
	right: 10px;
	color: rgba(0,0,0,0.15);
}

#TopInfo .dl-menuwrapper .dl-menu {
	margin: 5px 0 0 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#TopInfo .dl-menuwrapper .dl-menu.dl-menu-toggle {
	transition: all 0.3s ease;
}

#TopInfo .dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);

}

/* Hide the inner submenus */
#TopInfo .dl-menuwrapper li .dl-submenu {
	display: none;
}

#TopInfo .dl-menuwrapper li .dl-submenu li .dl-submenu {
	margin-top: 0;
}

/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
#TopInfo .dl-menu.dl-subview li,
#TopInfo .dl-menu.dl-subview li.dl-subviewopen > a,
#TopInfo .dl-menu.dl-subview li.dl-subview > a {
	display: none!important;
}

#TopInfo .dl-menu.dl-subview li.dl-subview,
#TopInfo .dl-menu.dl-subview li.dl-subview .dl-submenu,
#TopInfo .dl-menu.dl-subview li.dl-subviewopen,
#TopInfo .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
#TopInfo .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block!important;
}

/* Dynamically added submenu outside of the menu context */
#TopInfo .dl-menuwrapper > .dl-submenu {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	margin: 0;
}

/* Animation classes for moving out and in */

#TopInfo .dl-menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 0.4s;
	animation: MenuAnimOut1 0.4s;
}


@-webkit-keyframes MenuAnimOut1 {
	0% { }
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}



@keyframes MenuAnimOut1 {
	0% { }
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}


#TopInfo .dl-menu.dl-animate-in-1 {
	-webkit-animation: MenuAnimIn1 0.3s;
	animation: MenuAnimIn1 0.3s;
}



@-webkit-keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(0deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}



@keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(0deg);
		transform: translateZ(-250px) rotateY(0deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}



#TopInfo .dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
	-webkit-animation: SubMenuAnimIn1 0.4s ease;
	animation: SubMenuAnimIn1 0.4s ease;
}


@-webkit-keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}


@keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
		opacity: 1;
	}
}




#TopInfo .dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
	-webkit-animation: SubMenuAnimOut1 0.4s ease;
	animation: SubMenuAnimOut1 0.4s ease;
}


@-webkit-keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
}


@keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
}



/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

 .dl-menuwrapper li .dl-submenu {
	display: block;
}

.no-js .dl-menuwrapper li.dl-back {
	display: none!important;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
	background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
	content: '';
}




#TopInfo #block-search-0 {
   height: 44px;
    width: 100%;
    padding: 0;
    position: relative;
    margin-top: 139px;
    position: absolute;
        left: 4px;
}

#TopInfo {
	width: 100%;
}

#Top {
	background: none;
}

#TopInfo ul.menu li {
	    display: block;
    width: 100%;
    text-align: left;
    background: url(../images/defaults/top_bg_responsive.png) repeat-x 0;
        margin: 0;

}

#logos {
    position: absolute;
    width: 105px;
    padding-left: 15px;
    height: 33px;
    float: left;
    left: 170px;
    top: 0px;
}

 .dl-submenu {
 	width: 100%;
 }

 #block-menu-menu-menu-superior-mobile .menu {
	display: none;
	}

#block-menu-menu-menu-superior-mobile .dl-menuopen {
	display: block;
	}


 #TopInfo ul.menu li a {
 		text-align: left;
 	padding: 0 14px;
    -webkit-text-shadow: 0 0 3px #000;
    -moz-text-shadow: 0 0 3px #000;
    text-shadow: 0 0 3px #000;
        width: 91%!important;
    padding: 0;
    padding-left: 21px;
    border: 0;
    height: 45px;
    line-height: 2.4;
 }

 #TopInfo ul.menu li:hover ul {
	display: none;
	padding: 0;

}

#TopInfo ul.menu ul li {
	width: 100%;
	line-height: 48px;
}

 #TopInfo ul.menu ul li a {
 	    visibility: visible;
    overflow: visible;
    text-indent: 0;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    line-height: 1px;
    text-align: left;
    display: block;
    margin-left: 0;
 }

 #TopInfo ul.menu li.expanded:hover a {
 	background: none;
    -webkit-text-shadow: 0 0 3px #000;
    -moz-text-shadow: 0 0 3px #000;
    text-shadow: 0 0 3px #000;
    font-size: 13px;

 }

  #TopInfo ul.dl-menu li.leaf a {
 	background: none;
 	padding-left: 20px;


 }

 #TopInfo ul.menu ul {
 	width: 100%;
 	top: 50px;
 	padding:0;
 }

#TopInfo ul.menu li:hover li, #TopInfo ul.menu li:hover li a {
	width: 100%;
	display: block;
	background: url(../images/defaults/top_bg_responsive.png) repeat-x 0;
}

.dl-menuwrapper li ul.dl-submenu > a:not(:only-child):after {
	position: absolute;
    top: 0;
    content: url(../images/defaults/arrow_responsive.png);
    right: 76px;

}

#TopInfo ul.dl-submenu li.expanded a {
	width: 92%!important;
	padding: 0;
	padding-left: 20px;
		text-shadow: 0 0 3px #000;
	font-size: 14px;

}

#TopInfo ul.dl-submenu li.expanded a:after {
	top: 3px!important;

}

#TopInfo ul.menu ul ul a, #TopInfo ul.menu ul ul .nolink {
	color: #FFF;
}

#TopInfo ul.menu ul ul li {
	padding:0;
}

#TopInfo ul.menu ul ul ul li a {
	line-height: 0;
	color: #FFF;
}

#TopInfo ul.menu ul li a {
	height: auto;
}

#TopInfo ul.menu ul li a {
	line-height: 45px;
}



#block-menu-menu-mep-menu-superior {
	display: none;
}

#block-menu-menu-menu-superior-mobile {
	display: block;
	z-index: 99999999999;
}


#TopInfo ul.menu ul li a:hover {
	border:0;
	color: #FFF;
	padding-left: 20px!important;
}

#TopInfo ul.menu ul ul {
	padding-right: 0;
}

#TopInfo .gov {
	    margin-top: 78px;
	        margin-left: 17px;
}

.front #block-search-0 .container-inline div {
	width: 96%!important;
}



 #block-search-0 .container-inline div {
	width: 94%!important;
}

.page-educatico #block-search-0 .container-inline div {
width: 94%!important;
}

.node-type-recurso-educativo #block-search-0 .container-inline div {
width: 94%!important;
}

.container-inline div {
	    display: block;
        width: 95%!important;
            margin-left:-2px;
}

.page-educatico .container-inline div {
    margin-left: 3px;
}

.node-type-recurso-educativo .container-inline div {
    margin-left: 3px;
}
.container-inline div {
	 display: block;
    margin-left: 0;
    margin: 0;
    padding-right: 0;
}

#TopInfo #block-search-0 input[type=text] {
	width: 85%!important;
}

.front #TopInfo #block-search-0 input[type=image] {
	           right: 8%;
}

#TopInfo #block-search-0 input[type=image] {
	right: 8%;
}

#Navigation {
	  width: 100%;
  float: left;
  margin-top: 50px;
  line-height: 1.8;
}
#Navigation .breadcrumb {
     width: 90%;
    margin: 0 auto;
    text-align: center;
}

#Navigation .breadcrumb a:first-child {
	margin: 0;
}

#MainContainer {
	width: 100%;
}

.item-list ul.pager li.pager-first, .item-list ul.pager li.pager-last {
	display: none;
}

#TopInfo ul.menu li.rightOpcion ul {
	right: 0;
	width: 100%!important;
}

#logos a {
	    display: block;
    width: 30%;
    height: 35px;
}

#logos img.shadow {
	display: none;
}

.pane-content .imagenContainer img {
	width: 90%;
}

#NavigationTabs h3 {
	font-size: 16px;
}

.front #TopInfo #block-search-0 input[type=text] {
	padding-left: 20px;
}

#TopInfo ul.menu li a {
	font-size: 14px;
	line-height: 3.2;
}

#edit-submitted-cedula {
	width: 100%;
    height: 34px;
    border-radius: 20px;
}

.share .da2a_button {
	    float: none;
    margin: 0 auto;
    width: 83px;
    border-radius: 20px;
    margin-top: 39px;
}

img.left {
	margin-top: 0;
}

 .node img {
 	display: block;
 	float: none!important;
  max-width: 80%;
  height: auto;
 }

 /*  Agregado para enlaces recomendados 23/01/18*/
 .views-accordion-item .accordion-content img.img-enlace {
     display: inline-block!important;
     margin-left: 5% !important;
     margin-bottom: 5%;
     border: 0;
     border-top: 2px solid #CCCCCC;
 }
 /* fin del agregado */
 /* para mantener tamaño imagen Gallery formatted 31/07/18 */
 .node-type-pagina-larga .node img {
 	 max-width: 100%!important;
 }

 .views-field-field-img-galeria-fid img  {
 		max-width: 100%!important;
 }

  #CenterContent.full-width .node img {
 	max-width: 100%;
 }

iframe {
    width: 100%;
    height: 180px;

}

.node-type-page iframe  {
	width: 100%;
	height: 180px;
}

#TopInfo #block-search-0 #edit-search-block-form-1-wrapper {
	float: left;
	margin-left: 4.9%;


}

.page-educatico #TopInfo #block-search-0 #edit-search-block-form-1-wrapper {
margin-left: 3%;
}

.node-type-recurso-educativo #TopInfo #block-search-0 #edit-search-block-form-1-wrapper {
margin-left: 3%;
}
#TopInfo #block-search-0 {
	width: 98%;
	margin-bottom: 20px;
	z-index: 99;
}

.item-list ul.pager a, #CenterContent ul.pager li a {
	font-size: 13px;
	padding-left: 5px!important;
    padding-right: 5px!important;
}

.item-list ul.pager li.pager-current {
	font-size: 13px;
}

.item-list ul.pager {
	    width: 93%!important;
    margin: 0 auto;
    margin-bottom: 11px;
    margin-top: 10px;
}

.node-type-recurso-educativo .imagenContainer img {
	    float: none;
    margin: 0 auto;
    display: block;
    width: 90%;
}


.node-type-recurso-educativo .box_content {
	background: none;
}

.node-type-tramite .node img {
	display: inline-block;
}


.page-educatico .box_content {
	background: none;
}

a.link_arrow:hover, .da2a_button:hover {
	background-position: inherit;
}

a.link_arrow, .da2a_button {
	 background: none;
  background: #c3e551;
  background: -moz-linear-gradient(top, #c3e551 0%, #7bae2d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3e551), color-stop(100%,#7bae2d));
  background: -webkit-linear-gradient(top, #c3e551 0%,#7bae2d 100%);
  background: -o-linear-gradient(top, #c3e551 0%,#7bae2d 100%);
  background: -ms-linear-gradient(top, #c3e551 0%,#7bae2d 100%);
  background: linear-gradient(to bottom, #c3e551 0%,#7bae2d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3e551', endColorstr='#7bae2d',GradientType=0 );
  padding: 0px 4px 0 8px;
      position: relative;
    float: right;
    margin: 0 auto;
    display: block;
    padding-left: 17px;
    margin-right: 37%;
    border-radius: 20px;
        padding-right: 7px;
}

.node-type-page .node img.img-inline {
	  display: block!important;
    margin: 0 auto;
    margin-bottom: 20px;
}

.node-type-page-iframe .node img.img-inline {
	display: block!important;
	margin: 0 auto;
}

#webform-client-form-61 input {
    width: 93%;
    border-radius: 5px;
    height: 34px;
    margin-top: 9px;
    margin-bottom: 13px;
    border: solid 2px #DDD;
    padding-left: 2%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

#webform-client-form-61 textarea{
    width: 87%;
    border-radius: 3px;
    height: 90px;
    border: solid 2px #DDD;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 7px;
    padding-bottom: 7px;

}

#webform-client-form-61 select{
        width: 95.5%;
    height: 34px;
    background-color: #FFF;
        margin-top: 9px;
        margin-bottom: 13px;
        border: solid 2px #DDD;
}

#webform-client-form-61 #edit-submit {
	background: none;
    background: #c3e551;
    background: -moz-linear-gradient(top, #c3e551 0%, #7bae2d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3e551), color-stop(100%,#7bae2d));
    background: -webkit-linear-gradient(top, #c3e551 0%,#7bae2d 100%);
    background: -o-linear-gradient(top, #c3e551 0%,#7bae2d 100%);
    background: -ms-linear-gradient(top, #c3e551 0%,#7bae2d 100%);
    background: linear-gradient(to bottom, #c3e551 0%,#7bae2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3e551', endColorstr='#7bae2d',GradientType=0 );
    padding: 0px 4px 0 8px;
    position: relative;
    float: none;
    margin: 0 auto;
    display: block;
    padding-left: 17px;
    border-radius: 20px;
    padding-right: 7px;
    color: #FFF;
    width: 100px;
    padding-right: 14px;
    border: 0;
    margin-bottom: 32px;


}


#webform-client-form-61 #recaptcha_response_field {
	    width: 305px;
    background: none;
    background-color: #FFF;
    border: solid 2px #DDD;
}


.item-list ul.pager li {
	    margin: 0 3px !important;
}

.node-type-recurso-educativo iframe {
    width: 100%;
    height: 220px;
}

.node-type-page-iframe ul.buttons_container {
list-style: none;
padding-left: 0;
}

.node-type-page-iframe ul.buttons_container li {
width: 100%;
}

.node-type-page-iframe ul.buttons_container li img {
margin: 0 auto;
}

a.ver_ley {
    margin-bottom: 3em;
    text-align: center;
    float: none;
    margin: 0 auto;
    display: block;
    width: 15em;
}

#webform-client-form-61 #recaptcha_response_field {
	width: 180px;
}

 #logos a:hover img {
	 	top: 10px;
	 }

	 #webform-client-form-61 #edit-submitted-cedula  {
	 	margin-bottom: 5px;
	 }

	 .form-item .description {
	 	    margin-bottom: 20px;
	 }


}

@media only screen and (min-width: 450px) and (max-width: 550px) {

.container-inline div {
		    display: block;
    width: 98%!important;
    margin-left: 0;
    margin-right: 0;
        padding-right: 0;
	}

	.not-front .container-inline div {
		    display: block;
    width: 96.9%!important;
    margin-left: 0;
    margin-right: 0;
        padding-right: 0;
            margin-left: 3px;
	}

	#Navigation #educatico-form-publico-meta .jqTransformSelectWrapper {
		width: 58%;
	}

	#TopInfo .dl-menuwrapper li.dl-back:after {
		right: 17.8%
	}

	.page-educatico #block-search-0 .container-inline div {
		width: 95%!important
	}

	.node-type-recurso-educativo #block-search-0 .container-inline div {
		width: 95%!important
	}

	#Navigation #educatico-form-publico-meta .jqTransformSelectWrapper a.jqTransformSelectOpen {
		right: -1%;
	}

	.node-type-recurso-educativo iframe {
		    height: 280px;
	}

	}

@media only screen and (min-width: 550px) and (max-width: 650px) {

.container-inline div {
		    display: block;
    width: 98.5%!important;
    margin-left: 0;
    margin-right: 0;
        padding-right: 0;
	}
		.not-front .container-inline div {
		    display: block;
    width: 97.5%!important;
    margin-left: 0;
    margin-right: 0;
        padding-right: 0;
            margin-left: 3px;
	}
	#Navigation #educatico-form-publico-meta .jqTransformSelectWrapper {
		width: 61%;
	}
		#TopInfo .dl-menuwrapper li.dl-back:after {
		 right: 18.6%;

	}
	.page-educatico #block-search-0 .container-inline div {
		width: 96%!important;
	}

	.node-type-recurso-educativo #block-search-0 .container-inline div {
		width: 96%!important;
	}

	.page-educatico #TopInfo #block-search-0 input[type=image] {
		right: 5%;
	}

	.node-type-recurso-educativo #TopInfo #block-search-0 input[type=image] {
		right: 5%;
	}

	.node-type-recurso-educativo iframe {
		        height: 330px;

	}
		 .node-type-recurso-educativo .da2a_button {
	 	float: none;
	 	    margin: 0 auto!important;
	 	    margin-top: -25px!important;
	 }
}


@media only screen and (min-width: 650px) and (max-width: 719px) {
.container-inline div {
		    display: block;
    width: 98%!important;
    margin-left: 0;
    margin-right: 0;
        padding-right: 0;
	}
			.not-front .container-inline div {
		    display: block;
    width: 97.7%!important;
    margin-left: 0;
    margin-right: 0;
        padding-right: 0;
            margin-left: 3px;
	}
	#Navigation #educatico-form-publico-meta .jqTransformSelectWrapper {
		width: 63%;
	}
			#TopInfo .dl-menuwrapper li.dl-back:after {
		 right: 18.6%;

	}

	.page-educatico #TopInfo #block-search-0 input[type=image],	.node-type-recurso-educativo #TopInfo #block-search-0 input[type=image] {
	right: 5%;
	}
	.node-type-recurso-educativo iframe {
		        height: 360px;

	}

	 .node-type-recurso-educativo .da2a_button {
	 	float: none;
	 	    margin: 0 auto!important;
	 	   margin-top: -25px!important;
	 }

	 .node-type-recurso-educativo #block-search-0 .container-inline div {
	 	    width: 96%!important;
	 }

	 #logos a:hover img {
	 	top: 10px;
	 }
}


@media only screen and (min-width: 1010px) and (max-width: 9999px) {


/*MENU START*/

#TopInfo ul.menu {
	list-style:none;
	float:right;
	text-align:right;
	height:48px;
	line-height:48px;
	clear:right;
	padding:0;
	position:relative;
	z-index:5;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#TopInfo ul.menu li {
	background: none;
	border: none;
	display: block;
	float: left;
	margin:0 0 0 10px;
	padding: 0;
	position:relative;
}
#TopInfo ul.menu li a {
	padding:0 14px;
	text-align:center;
	text-decoration:none;
	color:#FFF;

	font-weight:bold;
	font-size:14px;
	border-bottom:0 none;
	display:inline-block;
	position: relative;

	-webkit-text-shadow:0 0 3px #000;
	   -moz-text-shadow:0 0 3px #000;
	        text-shadow:0 0 3px #000;
}
#TopInfo ul.menu li.leaf.last.rightOpcion a{
	background-color : #81b43e;
}

#TopInfo ul.menu li.leaf.last.rightOpcion:hover a
{
	background-color : #fcc018;
}

#TopInfo ul.menu li:hover {
	background:url(../images/defaults/menu_hover.png) repeat-x;
}
#TopInfo ul.menu li.expanded:hover a {
	background: url(../images/defaults/nav_indicator.png) no-repeat center 41px;
}
#TopInfo  ul.menu li:hover li, #TopInfo ul.menu li:hover li a {
	background: none;
}
/* NIEVEL DE ORDEN- segundo nivel*/

#TopInfo  ul.menu ul {
	position:absolute;
	background:#fff;
	line-height:20px;
	text-align:left;
	padding:10px 0 15px 20px;
	width:540px;
	left:0;
	top:48px;
	display:none;
	z-index:10000;
	height: auto;
	text-align: left;

	-webkit-box-shadow:0px 3px 3px #666;
	   -moz-box-shadow:0px 3px 3px #666;
	        box-shadow:0px 3px 3px #666;
}
#TopInfo ul.menu ul li {
	display:block;
	margin:0;
	width:180px;
	float:left;
	padding:0;
	text-align: left;
	list-style-image:none;
}
#TopInfo ul.menu ul li a {
	visibility:hidden;
	overflow:hidden;
	text-indent:-999px;
	margin:0;
	padding:0;
	height:1px;
	line-height:1px;
	text-align: left;
	display:block;
}
#TopInfo ul.menu li:hover ul {
	display: block;
}
#TopInfo ul.menu li.rightOpcion ul {
	left:auto;
	right:-200px
}
/* segundo nivel*/
#TopInfo ul.menu ul ul, #TopInfo ul.menu li.rightOpcion ul ul {
	position:relative;
	padding:0 20px 0 0;
	width: auto;
	left: auto;
	right:auto;
	top:auto;
	display:block;
	float:none;
	list-style:none !important;
	line-height:18px;

	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}
#TopInfo ul.menu ul ul li {
	margin:0;
	width: auto;
	float:none;
	padding:0 0 7px;
	list-style:none !important;
}
#TopInfo ul.menu ul ul a, #TopInfo ul.menu ul ul .nolink {
	padding:0;
	font-size:12px;
	background:none;
	visibility:visible;
	text-indent:0;
	overflow:auto;
	height:auto;
	border: none;
	white-space: normal;
	display: inline;
	color: #0074A4;
	font-weight: bold;
	visibility: visible;
	overflow: auto;
	text-indent:0;
	height:aauto;
	line-height:18px;
	display: inline;

	-webkit-text-shadow: none;
	   -moz-text-shadow: none;
	        text-shadow: none;
}
#TopInfo ul.menu ul li a:hover {
	background: none;
	color: #0074A4;
	border-bottom: 1px dashed #0074A4;
	padding: 0!important;
}
/*tercel nivel*/
#TopInfo ul.menu ul ul ul, #TopInfo ul.menu li.rightOpcion ul ul ul {
	position:relative;
	float:none;
	width:auto;
	padding:2px 0 0;
	line-height:14px;
	list-style:none !important;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none; /*REGLA AGREGADA PARA QUE NO GENERE NINGUNA SOMBRA SOBRE ESTOS ELEMENTOS */
	top: 0;  /*REGLA PARA QUE EL MENU DE TERCER NIVEL NO TENGA ESPACIO ENTRE SU ELEMENTO PADRE*/
}
#TopInfo ul.menu ul ul ul li {
	list-style:none !important;
	list-style-image:none;
	padding:0
}
#TopInfo ul.menu ul ul ul li a {
	font-weight:normal;
	color:#666;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	white-space:normal;
	display: inline;
	visibility: visible;
	overflow: auto;
	text-indent:0;
	height:aauto;
	line-height:18px;
}
#TopInfo ul.menu ul ul ul li a:hover {
}

/*  agregado por Ana T */
@media only screen and (min-width: 400px) and (max-width: 9999px) {
.views-accordion-item .accordion-content img.img-enlace {
	display: inline-block!important;
	margin-left: 7%;
	border: 0;
	height: auto;
}
}

@media only screen and (min-width: 451px) and (max-width: 640px) {
.views-accordion-item .accordion-content img.img-enlace {
	max-width: 40%!important;
}
}
/* fin de agregado */
