/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
@import url(http://fonts.googleapis.com/css?family=Noticia+Text:400,700,400italic,700italic);
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	0.	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
#udg_menu_principal #udg_menu_principal_ul #udg-menu-logo {
    padding-top: 0px;
	}

.responsive-layout-wide #udg_menu_principal #udg_menu_principal_contenedor {
    padding-top: 0px;
	width:1200px!important;
	}
.responsive-layout-narrow #udg_menu_principal #udg_menu_principal_contenedor {
    padding-top: 0px;
	width:720px!important;
	}
	.responsive-layout-normal #udg_menu_principal #udg_menu_principal_contenedor {
    padding-top: 0px;
	width:970px!important;
	}
#udg_menu_principal{
	display:none;
	}
.responsive-layout-wide #udg_menu_principal{
	display:block!important;
	}
.responsive-layout-narrow #udg_menu_principal{
	display:block!important;
	}
.responsive-layout-normal #udg_menu_principal{
	display:block!important;
	}
body {
	line-height: 1.4em;
	font-family:"verdana",arial,sans-serif;
	min-width:320px;
}
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12{
	margin:0;
	padding:0;}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
} /* Hide from IE Mac \*/
.clearfix {
	display: block;
} /* End hide from IE Mac */
.none {
	display: none;
} /* End Clearfix */


 #region-menu{
	 margin-left:0;
	 margin-right:0;}

 /*-----------------------------------------------------------------------------------*/
/*	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/
#zone-content{

	padding-top:10px;
	/*margin:0 10px;*/
	}
#zone-content p{
	margin:10px 0;}

#zone-content p.rteindent1{
	margin-left:40px;
	}

a:link, a:visited {
	cursor:pointer;
	color:#445055;
    text-decoration: none;
}

a:hover {
	opacity:0.7;
	text-decoration:none;
}
a img {
	border: none;
}
a > img {
	vertical-align: bottom;
}
h1, h2, h3 {
	font-family: "verdana",arial,sans-serif;
	font-weight:400;
	color:#445055;
	margin:0;
	padding:0;
}
h1 {

	font-size: 30px;
	padding-bottom:10px;
}
h2 {
	font-size: 24px;
	margin-bottom:10px;
}
h3 {
	font-size: 18px;
	clear:both;

}
h4 {
	color:#445055;
	font-size: 22px;
	font-family: "verdana",arial,sans-serif;
	font-weight: 400;
	margin-bottom:10px;
}
h5 {
	font-size: 12px;
	font-family: "verdana",arial,sans-serif;
	font-weight:normal;
}
h1.site-name a, h2.site-name a {
	font-family: "verdana",arial,sans-serif;
	color:#FFF;
	font-weight:normal;
	letter-spacing:0;
}
h1.title {
	border-bottom: 0.5px solid #242424;
	font-size:30px;
	line-height: 35px;
	min-height: 24px;
	margin-left: 15px;
	vertical-align: bottom;
	padding: 12px 0 10px;
	color:#4f4f51;
	font-weight:400;
}


#zone-menu,
#zone-header,
#zone-postscript,
#zone-preface,#zone-footer, #zone-content {
    border-left: thin solid #ECECEC;
    border-right: thin solid #ECECEC;
}
.container-12 .grid-12{
	width: 100% !important;
	margin:0 !important;

}

/*
#region-content .region-inner{
	padding-left:40px;}
	*/
.node-type-revista #page-title{
	display:none;}
/*PAGINADOR*/
ul.pager li.pager-first a, ul.pager li.pager-previous a, ul.pager li.pager-next a, ul.pager li.pager-last a {
	width:auto;
	padding-left:14px;
	padding-right:14px;
	background:none;
	color:#005D8C;
}
ul.pager li.pager-item a, ul.pager li.pager-first, ul.pager li.pager-previous,ul.pager li.pager-next, ul.pager li.pager-last{
	background:none;
	color:#005D8C;
	font-weight:100;
}
ul.pager li.pager-current {
	background:none;
	border-bottom:dotted 1px #005D8C;
	color:#005D8C;

}
ul.pager{
	background:none repeat scroll 0 0 #F2F2F2;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	}

.pager li.pager-next {
	right:70px;
	border-left:none;
}
.pager {
	background:none;
	border-color: none;
	border-radius: 0;
	border-style: none;
	border-width: none;
}
.pager li {
	border-right: none;
}
/*-----------------------------------------------------------------------------------*/
/*	2.	Header Styles
/*-----------------------------------------------------------------------------------*/
/*ocultar nombre del sitio en dispositivos moviles */
.responsive-layout-mobile .site-name-slogan{
	display:none;
	}

/*Cintillos listones bloque 1 */

#block-views-vista-header-block img{
	width:100%;
	height:auto;}

/*escudo de la universidad*/
#block-block-1 img{
	height:auto;
	width:275px;}


/* nombre sitio */

.site-name {
    margin-top: 0;
}

/*bloque header */

#block-views-vista-header-block.block{
	padding:0 !important;
	margin:0 !important;
	border:none !important;}

#block-views-vista-header-block .view-content {
	padding:0;
	}


/*menu */

#block-nice-menus-1{
	clear:both;
	}

#region-menu {
    width: 100%;
}

ul.nice-menu a {
    color: #336F9D;
    display: block;
	font-size:11px;
}

ul.nice-menu li {
	background-color:none !important;
}



#region-menu{
	//background:#DDD;
}

ul.nice-menu-down li {
    border: none;
}

/* menu*/


.site-name a {
    color: #FFFFFF;
    font-family: "verdana",arial,sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    /*position: absolute;
    top: 18px;*/
    display:block;
    padding-top:20px;
    padding-left:10px;
}
#escudo {
   margin: 0 0 10px;
}


#search-block-form{
   padding:0px;
   text-align: right;
   margin:10px 0;
}


#zone-header {
	background:transparent;
}
#zone-branding {
	/*height:46px;*/
	/*-webkit-border-radius: 6px 6px 0px 0px;
        border-radius: 6px 6px 0px 0px;*/
}
.branding-data {
	display:none;
}
.logo-img {
	position:relative;
	left:0px;
	float:left;
	/*display:none;*/
}
#zone-branding-wrapper {
	z-index:99;
}
#zone-branding{
	background:#353537;}
.site-slogan {
	float:left;
}
.logo-img {
    float: right;
    left: 0;
	padding:0;
    position: relative;
	margin:0;
}

.site-slogan a {
    color: #FFFFFF;
   font-family: "verdana",arial,sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 69px;
    margin: 0;
    padding-left: 10px;
    text-decoration: none;
}


ul.menu li {
    margin: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	3.	Navigation & Menus
/*-----------------------------------------------------------------------------------*/
#region-menu .navigation{
	display:none;}

/*Bloques de menu en el contenido*/
.zone-content .region-sidebar-first .block-menu ul {
	margin-bottom:20px;
}
.zone-content .region-sidebar-first .block-menu li {
	margin:0 20px;
	padding-right:20px;
}
.zone-content .region-sidebar-first .block-menu li a {
	border-bottom: 1px solid #CCCCCC;
	padding: 10px;
	display: block;
	margin:0;
}
.zone-content .region-sidebar-first .block-menu li.first a {
	border-top:none;
}
.zone-content .region-sidebar-first .block-menu li a:hover {
	background:none;
	text-decoration:none;

}
.zone-content .region-sidebar-first .block-menu li a.active-trail {
	background:none;
	color:#000;
	font-weight:bold;
}
.zone-content .region-sidebar-first .block-menu li a {
	background-position:97% 50%;
	background-repeat:no-repeat;
	font-size:12px
}
/*.zone-content .region-sidebar-first .block-menu li a {
	background-image:url(https://s-static.ak.fbcdn.net/rsrc.php/v2/yk/x/cDOl9LRpdnF.png);

}*/
/*Bloque de menu de usuario*/
#block-system-user-menu {
	float:right;
	color:#FFF;
	font-weight:bold;
}
#block-system-user-menu li a {
	color:#FFF;
	font-weight:bold;
}
#block-system-user-menu li {
	text-align:right;
	font-size:10px;
	display:inline-block;
}
#block-system-user-menu ul {
	text-align:right;
	float:right;
	margin-top:15px;
}
#block-user-login ul li {
	display:none;
}
/* breadcrumb */

.breadcrumb {
	color: #999;
	padding: 10px 0 15px;
	font-size:11px;
}
.breadcrumb a {
	color: #336F9D;
}
/*-----------------------------------------------------------------------------------*/
/*	4.	Main Content Styles
/*-----------------------------------------------------------------------------------*/
/*#zone-content{
 background: url("../images/main_bg.jpg") repeat-x;}*/
.rteindent2 {
    margin-left: 60px !important;
}

address {
	font-style: italic;
}
abbr[title], acronym[title], dfn[title] {
	cursor: help;
	border-bottom: 1px dotted #666;
}
blockquote {
	font-size: 15px;
	line-height: 23px;
	color: #aeaeae;
	margin: 0 50px;
}
strong {
	font-weight: bold;
}
em, dfn, cite {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
hr {
	margin:1em 0;
}
sup {
	font-size: 11px;
	vertical-align: top;
}
sub {
	font-size: 11px;
	vertical-align: bottom;
}
small {
	font-size: 11px;
}
del {
	text-decoration: line-through;
}
ins {
	text-decoration: underline;
}
code, pre {
	line-height: 18px;
}
var, kbd, samp, code, pre {
	font: 11px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	background: #f8f9f9;
	color: #333;
}
kbd {
	font-weight: bold;
}
samp, var {
	font-style: italic;
}
pre {
	white-space: pre;
	overflow: auto;
	padding: 10px;
	clear: both;
	font-size: 11px;
	line-height: 19px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
code {
	padding: 3px;
}
/*
ul,
ol,
dl { margin-left: 30px; }*/

/* Tables --------------------------------------------------------*/
table {
	width: 100%;
	outline:1px solid #E5E5E5;
}
thead th, th {
	background:#E5E5E5;
	border-bottom: 1px solid #999;
	color:#666;
}
td, th {
	padding: 5px 10px;
	vertical-align: middle;
}
th a, th a:link, th a:visited {
	text-decoration: none;
}
th a {
	display: block;
}
th a img {
	margin: 0 0 0 5px;
}
th.active {
	background: #DDD;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
}
/* Odd & Even Styles */
tr.even td {
	background: #FBFBFB;
}
tr.odd td {
	background: #F8F8F8;
}
td.active {
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
}
tr.even, tr.odd {
	border-bottom: 1px solid #E5E5E5;
}
boleta tr.even td.active {
	background: #e5e9ed;
}
tr.odd td.active {
	background: #f2f2f2;
}
tr:hover td, tr.even:hover td.active, tr.odd:hover td.active {
	background: #DEE6EB;
}
td ul.links {
	margin-bottom: 0;
}
/* Media Elements --------------------------------------------------------*/

iframe {
	max-width: 100%;
	margin-bottom: 20px;
}
/**
 * @file
 * Styles for system messages.
 */

div.messages {
	background-position: 10px 10px; /* LTR */
	background-repeat: no-repeat;
	border:none;
	margin: 6px 0;
	padding: 10px 10px 10px 44px; /* LTR */
	min-height:24px;
	line-height:24px;
}
div.status {
	background-image: url(/sites/all/themes/drudg7/images/misc/message-24-ok.png);
	border-color: #be7;
}
div.status, .ok {
	color: #333;
}
div.status, table tr.ok {
	background-color: #E2F6EB;
}
div.warning {
	background-image: url(/sites/all/themes/drudg7/images/misc/message-24-warning.png);
}
div.warning, .warning {
	color: #333;
}
div.warning, table tr.warning {
	background-color: #FFF1D7;
}
div.error {
	background-image: url(/sites/all/themes/drudg7/images/misc/message-24-error.png);
}
div.error, .error {
	color: #333;
}
div.error, table tr.error {
	background-color: #FFD4C9;
}
div.error p.error {
	color: #333;
}
div.messages ul {
	margin: 0 0 0 1em; /* LTR */
	padding: 0;
}
div.messages ul li {
	list-style-image: none;
}
/*-----------------------------------------------------------------------------------*/
/*	5.	Forms
/*-----------------------------------------------------------------------------------*/

form {
	padding:10px;
	/*background-color:#f8f8f8;*/
}
/*.form-item, .form-actions {
	margin-top: 2em;
	margin-bottom: 2em;
}
*/
/* UI Consistency */
::-moz-focus-inner {
 border: 0;
 padding: 0;
}
 input[type="search"]::-webkit-search-decoration {
 display: none;
}
input, button, select, textarea {
	margin: 0;
	vertical-align: middle;
}
button, input[type="reset"], input[type="submit"], input[type="button"] {
	text-shadow:none;
	-webkit-appearance: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background: #C9C9C9;
	background-clip: padding-box;
	border-radius: 3px;
	border:none;
	cursor: pointer;
	color: #fff;
	outline: 0;
	overflow: visible;
	padding: 6px 10px 7px;
	width: auto;
 *padding-top: 2px; /* IE7 */
 *padding-bottom: 0px; /* IE7 */
}

.form-actions input:hover{
	background:#DDD;}

button {
 *padding-top: 1px; /* IE7 */
 *padding-bottom: 1px; /* IE7 */
}
textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
	-webkit-appearance: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #000;
	outline: 0;
	padding: 2px 3px;
	font-size: 13px;
	height: 1.8em;
 *padding-top: 2px; /* IE7 */
 *padding-bottom: 1px; /* IE7 */
 *height: auto; /* IE7 */

}

/*menu superfish*/
/*textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"]*/

#block-superfish-1 a, #block-superfish-1 {
	color: #ffffff;
}
/*#block-superfish-2*/ a.active #block-superfish-1 a.active {
	font-weight:bold;
}
/*#block-superfish-2, #block-superfish-2 ul,*/
	#block-superfish-1, #block-superfish-1 ul {
	z-index:5;
}
#block-superfish-1, #block-superfish-1 ul {
	list-style:none outside none;
	margin:0;
	/*display: none;*/

    padding: 0 0 0 0;
}
 #block-superfish-1 a {

	padding:0.3em 5px;
	border-left:none;
	border-top:none;

  padding: 0.3em 2em;
}
 #block-superfish-1 a:hover, #block-superfish-1 a:active, #block-superfish-1 li.sfHover, #block-superfish-1 a:focus, #block-superfish-1 li:hover {
	background:none;
}
 #block-superfish-1 li:hover,#block-superfish-1 li.active-trail{
	background:#751818;/*Imagen de over por defecto para los ?tems cuando no tienen hijos*/
}


#block-superfish-1 li{
	/*background: none repeat scroll 0 0 #CCC;*/
  height:46px;
	line-height:40px;
	text-align:center;
	background:transparent url("../images/lin_nav.png") no-repeat top left;/*Imagen por defecto para los ?tems cuando no tienen hijos*/
	float:left;
	border-top:none;
	border-color:none;
	border-right: none;
	border-style:none;
	border-color:solid 5px #000;
	width: 250px;
	display: inline;
	/*border-top:1px solid #CCCCCC;*/
	margin: 0 0 0;
}
 #block-superfish-1 li li {
	border-top: 0;
	background-color: #445055 ;
}


#block-superfish-1 ul li ul {
	top: 31px;
	border:none;
	padding-top:15px;
	/*background:#f0893a none repeat scroll 0 0;*/
	opacity:0.88;
	list-style:none outside none;
	width: auto !important;
}
 #block-superfish-1 ul li ul li ul {
	left: 176px !important;
	top: 0;
}
 #block-superfish-1 ul li ul li {
	text-align:left;
	background-image:none;
	height: auto;
	padding:0 0 0 20px;
	padding-left:20px;
	padding-right:0px;
	line-height: 1.5em;
	width:206px;
	clear:both;
}
#block-superfish-1 ul li ul li.active-trail, #block-superfish-1 ul li ul li:hover {
	background: #1F282C!important;
}
/*#block-superfish-2 ul li ul li a,*/ #block-superfish-1 ul li ul li a {/* Color de las ligas enlistadas */
	color:#FFF;
	text-decoration:none;
	height:auto;
}
/*#block-superfish-2 li li.menuparent,*/ #block-superfish-1 li li.menuparent {/* Imagen de un ?tem hijo cuando tiene hijos */
	background:transparent url("../images/ul_li_li_arrow.png") no-repeat right 50%;
}
/*#block-superfish-2 li li.menuparent:hover,*/ #block-superfish-1 li li.menuparent:hover {/* Imagen en over de un ?tem hijo cuando tiene hijos */
	background:transparent url("../images/ul_li_li_arrow.png") no-repeat right 50%;
	background-color:#000;
}
#block-superfish-1 .menuparent a {
	padding-right: 15px;
	display: inline-block;
}
#block-superfish-1 li.menuparent, #block-superfish-1 li.menuparent {
	/*background: url("../images/lin_navpar.gif") no-repeat scroll left top transparent*/
	  background: #751818 ;
}
.sf-sub-indicator {
	display:none;
}
#block-superfish-1 li.menuparent:hover, #block-superfish-1 li.over, /*Repetici?n para encabezado del tema Garland. */ #block-superfish-1 li.menuparent:hover, #block-superfish-1 li.over {/* Imagen en over de un ?tem principal cuando tiene hijos */
	/*background:transparent url("../images/lin_navpar_ov.gif") no-repeat top left;
	background-color:#000;*/
}
#block-superfish-1 a.sf-with-ul {
	background: none;
}
.sf-menu.sf-horizontal.sf-shadow ul, .sf-menu.sf-vertical.sf-shadow ul, .sf-menu.sf-navbar.sf-shadow ul ul {
	border-bottom-left-radius:0;
	border-top-right-radius:0;
	padding:0 20px 0 0 !important;
}
#superfish-1-select {
	background: #e8e8e8; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  #e8e8e8 0%, #ffffff 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #e8e8e8 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #e8e8e8 0%,#ffffff 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #e8e8e8 0%,#ffffff 100%); /* IE10+ */

background: linear-gradient(to bottom,  #e8e8e8 0%,#ffffff 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

-webkit-border-radius: 6px;

    border-radius: 6px;
}

#superfish-1-select {
	font-size: 17px;
	font-family: "Open Sans", 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-color: #42484E;
	display: block;
	float:right;
	/*margin-top: -55px;*/
	/*position: absolute;*/
	height: 45px;
	background:URL(../images/menu.png) no-repeat right #0c3257;
	-moz-appearance: none;
	-webkit-appearance: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	appearance: none;
	padding:10px 2px;
	min-width:250px;
	width:100%;
	border-radius: 0;
}

#block-superfish-1 select{
	color:#0c3257;
	border: 1px solid #0c3257;
	text-align:right;
	}

#superfish-1-select option:nth-child(1){
	display:none;
	}
#superfish-1-select option{
	color:#ffffff;
	}
/*fin menu superfish*/

/* Separate rule for Firefox. Cannot stack with WebKit's. */
input.placeholder_text, textarea.placeholder_text, input:-moz-placeholder, textarea:-moz-placeholder {
 color: #888;
}

::-webkit-input-placeholder {
 color: #888;
}
button:focus, button:active, input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active {
	-moz-box-shadow: #06f 0 0 7px;
	-webkit-box-shadow: #06f 0 0 7px;
	box-shadow: #06f 0 0 7px;
	z-index: 1; /* For Opera */
}
input[type="file"]:focus, input[type="file"]:active, input[type="radio"]:focus, input[type="radio"]:active, input[type="checkbox"]:focus, input[type="checkbox"]:active {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
select[disabled], textarea[disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="datetime-local"][disabled], input[type="email"][disabled], input[type="month"][disabled], input[type="number"][disabled], input[type="password"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="text"][disabled], input[type="time"][disabled], input[type="url"][disabled], input[type="week"][disabled] {
	background-color: #eee;
}
button[disabled], input[disabled], select[disabled], select[disabled] option, select[disabled] optgroup, textarea[disabled] {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	color: #888;
	cursor: default;
}
textarea, select[size], select[multiple] {
	height: auto;
}


/*Noticias---------------------------------------------------------------------------*/
.node-type-noticias .node-noticias .field-name-field-imagen img {
    height: auto;
    width: 100%;
}
/*Termina Noticias-------------------------------------------------------------------*/

/*convenio*/
#node-galeria-149 .node-title > a, #node-galeria-139 .node-title {
    display: none;
}

#flexslider-1 ul, #flexslider-1 ol {
    padding-left: 0 !important;
}

.opiniones {
    display: inline-table;
    font-weight: bold;
    height: 105px;
    width: 100%;
}


/*file*/
.file {
    display: inline-table;
    padding: 10px;
    vertical-align: middle;
}

.file img {
    display: inline-table;
    padding: 0;
}


.file a {
    display: inline-table;
    padding-left: 10px;
    position: relative;
    top: -17px;
}

/*contenido*/
.field-name-body {
    padding: 0 10px;
    text-align: justify;
}


/*-----------------------------------------------------------------------------------*/
/*	6.	Footer Styles
/*-----------------------------------------------------------------------------------*/
#zone-footer{
margin-bottom:20px;

}
#block-views-vista-banners-block .view .views-row{
	border-bottom:none;
}
#block-views-vista-banners-block .item-list{
	text-align: center;
}
#block-views-vista-banners-block ul{
	padding-top: 10px;
}
#block-views-vista-banners-block ul li {

    margin: auto !important;

}
#block-views-vista-banners-block .item-list ul li{
	margin:0;
	}

#block-menu-menu-menu-footer a{
color: #666;
}


#region-footer-second {
	padding-bottom: 10px;
	margin-bottom:20px;
	font-size:11px;
	border:thin solid #ECECEC;
	margin-left:0;
	margin-right:0;
background: #e5e5e5; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  #e5e5e5 0%, #fefefe 100%); /* FF3.6+ */


background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #e5e5e5 0%,#fefefe 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #e5e5e5 0%,#fefefe 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #e5e5e5 0%,#fefefe 100%); /* IE10+ */

background: linear-gradient(to bottom,  #e5e5e5 0%,#fefefe 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#fefefe',GradientType=0 ); /* IE6-8 */
-webkit-box-shadow:  0px 10px 10px -10px #CCC;

        box-shadow:  0px 10px 10px -10px #CCC;

}
#region-footer-second  .region-footer-second-inner{
	/*background: url(../images/escudo_footer.png) no-repeat;
	padding: 40px 0 0 32px;*/
	color:#666;
	margin:20px;
	}
/*.responsive-layout-mobile #block-block-1{
	background: url(../images/escudo_footer_mobile.png) no-repeat;
	}*/
/*-----------------------------------------------------------------------------------*/
/*	7.	Nodes & drupal elements
/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	8.	Vistas
/*-----------------------------------------------------------------------------------*/
/* filas dentro de vistas */

.view .views-row {
	padding: 10px 0;

}
.views-field-changed, .views-field-created {
	color:#999;
	font-weight:normal;
	margin-top:3px;
	font-size:10px;
}
/*links*/
.read-more a, .button a {
	background: #C9C9C9;
	border-radius: 3px;
	color: white;
	display: inline-block;
	font-size: 12px;
	padding: 4px 7px;
-webkit-transition: background .1s linear;
-moz-transition: background .1s linear;
-o-transition: background .1s linear;
-ms-transition: background .1s linear;
transition: background .1s linear;
	text-decoration: none;
	border-bottom: none;
	text-align:center;
	margin:0 5px 5px 0;
}
.read-more a:hover, .button a:hover {
	background: #053359;
	color: #ffffff;
}
ul.inline li {
	display: inline;
	list-style-type: none;
	padding: 0 15px 0 0;
}
/*slideshows*/
.view .views-slideshow-cycle-main-frame-row-item {
	padding: 0;
	border-bottom:none;
}
.flex-control-nav {
	bottom:-30px;
}
.flexslider {
	background:none;
	box-shadow:none;
	margin:0;
	border:0;
}
.flex-nav-container {
	margin-bottom: 0px;
}
/*-----------------------------------------------------------------------------------*/
/*	9.	Bloques
/*-----------------------------------------------------------------------------------*/

.block {
    /*border: 1px solid #CCCCCC;*/
    margin: 10px 0;
}
.block.block-without-title {
    border:none;
}
.block .block-title{
	line-height: 35px;
	min-height: 24px;
	vertical-align: bottom;
	padding: 5px 0 5px 15px;
	color:#4f4f51;
	font-weight:400;
	/*background:#445055;*/
	font-size: 20px;
	}
.block .view-content {
    padding-left: 10px;
}
/*user bar second*/
.view-vista-publicaciones img{
    height: auto !important;
    width: 100% !important;

}


/*region derecha*/

#region-sidebar-second.grid-3 {
    margin-right: 0;
}

#block-views-vista-actividades-block-1 h2.block-title {
	border-bottom: 4px solid #079ab4;
	width: 40%;
}

#block-views-vista-multimedia-block-1 h2.block-title {
	border-bottom: 4px solid #de050f;
	width: 75%;
}

#block-views-vista-multimedia-block-2 h2.block-title {
	border-bottom: 4px solid #3197a9;
	width: 75%;
}

#block-views-vista-multimedia-block-3 h2.block-title {
	border-bottom: 4px solid #034ab4;
	width: 75%;
}
/*termina derecha*/

/*region izquierda*/

#region-sidebar-first.grid-3 {
    margin-left: 0;
}

/*banners izq*/
.responsive-layout-mobile #block-views-vista-banners-block-1{
	display:none;
	}


#block-views-vista-banners-block-1{
	background:none;
	margin:0;
	padding:0;

	}
.block .view-vista-banners .view-content {
    padding-left: 0;
}
#block-views-vista-banners-block-1 .item-list ul li {
	margin:0 !important;}


/* termina banners izq*/

.responsive-layout-mobile #region-sidebar-first{
	/*display:none;*/
	}

/*region izquierda region-sidebar-first */
/*.responsive-layout-mobile #region-sidebar-first{
	display: table;
    margin: 0 auto;
	}*/
.responsive-layout-mobile #block-menu-menu-secundario{
	display:none;
	}
.responsive-layout-mobile #block-views-vista-tablero-block{
	display:none;}
.responsive-layout-mobile #region-content{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:10px;}

/*#block-menu-menu-secundario*/
ul li.leaf{
	list-style-image:url("../images/li_arrow.png");
	}


/*url("../images/li_arrow.png")
*/

/*
#region-sidebar-second .block-views, #region-sidebar-first .block-views{
	background: #6f6f6f; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' *//*
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzZmNmY2ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMjMyMzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #6f6f6f 1%, #323234 100%); /* FF3.6+ *//*
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#6f6f6f), color-stop(100%,#323234)); /* Chrome,Safari4+ *//*
background: -webkit-linear-gradient(top,  #6f6f6f 1%,#323234 100%); /* Chrome10+,Safari5.1+ *//*
background: -o-linear-gradient(top,  #6f6f6f 1%,#323234 100%); /* Opera 11.10+ *//*
background: -ms-linear-gradient(top,  #6f6f6f 1%,#323234 100%); /* IE10+ *//*
background: linear-gradient(to bottom,  #6f6f6f 1%,#323234 100%); /* W3C *//*
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6f', endColorstr='#323234',GradientType=0 ); /* IE6-8 *//*
width:250px;
	}*/
/*#region-sidebar-second h2.block-title, #region-sidebar-first h2.block-title{
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
	}*/
/*bloque portada*/



/*buscador*/


/*bloques dentro de contenido*/
/*inicio*/
#block-views-vista-noticias-block-1 .views-field-field-imagen img {
    height: auto;
    width: 100%;
}


#block-views-vista-noticias-block-2 .views-field-field-imagen img {
    height: auto;
    width: 100%;
}

/*inicio*/
/*premio catedra*/
.view-vistaconcursotesis .views-row {
    border-bottom: 0.5px solid #242424;
		 padding-bottom: 30px;
}
/*prensa*/
.view-vista-prensa .view-content > div {
    border-bottom: 0.5px solid #242424;
    padding-bottom: 30px;
}


#region-content .block .item-list li{
	list-style:square;
	}




.more-link a {
    background: #004950 none repeat scroll 0 0;
    color: #fff;
    padding: 5px;
}






	h1.field-content a{
	  font-size: 22px;
		color: #73868a !important;
	}






/*Region footer ---------------------------------*/
#region-footer-first #block-views-vista-banners-block img{
	height:auto;
	width:240px;
	}

#block-views-vista-banners-block ul li {
    padding: 0;
}

#region-footer-first{
	background:#fff;}

/*#region-footer-second {
	width:100%;
}*/
#region-footer-second #block-block-2{
	clear:both;
	vertical-align:baseline;
	text-align:left;
	float:left;
	}
.responsive-layout-mobile #region-footer-second #block-block-2 img{
	height:auto;
	width:250px;
	}
#block-menu-menu-secundario--2{
	width:150px;
	display:inline-table;
	}
.responsive-layout-mobile #block-menu-menu-secundario--2{
	width:120px;
	}
#block-system-main-menu{
	width:150px;
	float:right;
	}
.responsive-layout-mobile #block-system-main-menu{
	width:120px;
	display:inline-table;
	}
.responsive-layout-mobile #fdialogos{
	clear:both;
	min-width:250px;
	word-wrap:break-word;
	max-width:300px;
	}
#block-block-5 {
    clear: both;
}
