/*
www.stevecerdan.com
*/

/* =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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  background: #fff;
  line-height: 1;
}
ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
}
blockquote, q {
  quotes: "" "";
}
a img {
  border: 0;
}

/* Block elements */
header, hgroup, footer, section, article, aside {
  display: block;
}

/* Body, Common Classes & Wrap */


body {
  padding-top: 0em;
}
#wrapper {
  margin: 0 auto 0em;

}
#header hgroup {
  margin: 0 3%;
  padding: 2.5em 0;
}
#navigation div {
    width: 90%;
    margin: auto
}
.pane-content{border-top:2px solid #028C11;margin-top: 0.5px;
}

#primary {
  float: left;
  margin: 0 -30% 0 0;
  width: 100%;
}
#content {
  margin: 0 33% 0 3%;
  width: 64%;
}
#sidebar {
  float: right;
  margin-right: 3%;
  width: 27%;
}

/* Right Content */
.left-sidebar #primary {
  float: right;
  margin: 0 0 0 -30%;
  width: 100%;
}
.left-sidebar #content {
  margin: 0 3% 0 33%;
  width: 64%;
}
.left-sidebar #sidebar {
  float: left;
  margin-left: 3%;
  margin-right: 0;
  width: 27%;
}

.wide-sidebar #primary {
  float: left;
  margin: 0 -35.5% 0 0;
  width: 100%;
}
.wide-sidebar #content {
  margin: 0 38.6% 0 3%;
  width: 50%;
}
.wide-sidebar #sidebar {
  float: right;
  margin-right: 3%;
  width: 32.5%;
}

/* Right Content */
.wide-sidebar.left-sidebar #primary {
  float: right;
  margin: 0 0 0 -33%;
  width: 100%;
}
.wide-sidebar.left-sidebar #content {
  margin: auto;
  width:90%;
}
.wide-sidebar.left-sidebar #sidebar {
  float: left;
  margin-left: 3%;
  margin-right: 0;
  width: 30%;
}

.no-sidebars #primary{
  margin: 0;
}
.no-sidebars #content{
  margin: 0 3%;
  position: relative;
  width: auto;
}

body, input, textarea {
  color: #373737;
  font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.625;
}
body {
  background: #ccc;
}

#wrapper {
  background: #eee;
  -moz-border-radius: 5px;
    border-radius: 5px;
}
a {
  color: #333333;
  text-decoration: none;
  font-weight: 700;
  
}
a:focus,
a:active,
a:hover {
  text-decoration: none;
}


/* Headings */
h1,h2,h3,h4,h5,h6 {
  clear: both;
}
h1 {
    font-size: 26px;
}
h2 {
    font-size: 20px;
	    color: #028F11;
		border-bottom: 2px solid #000000;
    padding: 0.5%;
	
    text-transform: uppercase;
    font-weight: bold;
}
h3 {
    font-size: 22px;
    font-weight: bold;
  margin: 0 0 0.8125em;
}
h4 {
    font-size: 20px;
    margin: 0 0 0.5em;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 2em;
}

/* Text elements */
p {
  margin-bottom: 1em;
}
ul, ol {
  margin: 0 0 1em 1.5em;
}
ul {
  list-style: disc;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
}
dl {
  margin: 0 2em;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 2em;
}
strong {
  font-weight: bold;
}
cite, em, i {
  font-style: italic;
}
blockquote {
  font-family: Georgia, "Bitstream Charter", serif;
  font-style: italic;
  font-weight: normal;
  margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
  font-style: normal;
}
blockquote cite {
  color: #666;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
pre {
  background: #f4f4f4;
  font: 13px "Courier 10 Pitch", Courier, monospace;
  line-height: 1.5;
  margin-bottom: 2em;
  overflow: auto;
  padding: 0.75em 2em;
}
code, kbd {
  font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
  border-bottom: 1px dotted #666;
  cursor: help;
}
address {
  display: block;
  margin: 0 0 2em;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border:1px solid #ddd;
  border-right:none;
  background:#fff;
}

th {
  font-weight: bold;
  padding:10px 10px;
  background:#555;
  color:#fff;
}

tr{
  padding:5px 5px;
}

td{
  padding:5px 10px;
  border-top:1px solid #ddd;
  border-right:1px solid #ddd;
}

/* clearfix hack */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
  height:1%;
}
.clearfix {
  display: block;
}
.clear {
  clear: both;
}
/* close commented backslash hack */
.displayblock {
  display: block;
}
.displaynone {
  display: none;
}

#header {
         background: #32423F;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 300;
    max-width: 100%;
    height: 112px;
    position: relative;

}
#site-name {
  margin-right: 270px;
  padding: 0;
  font-size: 36px;
  line-height: 46px;
}
#site-name a {
  color: #111;
  font-weight: bold;
  text-decoration: none;
}
#site-name a:hover,
#site-name a:focus,
#site-name a:active {
  color: #1982d1;
}
#site-slogan {
  color: #7a7a7a;
  font-size: 14px;
  margin: 0 270px 0 0;
}
#header img {
  height: auto;
  max-width: 100%;
}
#header #site-logo { 
  margin: 0 3%;
  padding: 0.9em 0;
}
 #site-logo { 
    float: left;
    margin: 0px 0;
    width: 280px;}
/* =Menu
-------------------------------------------------------------- */

#header
 #navigation {

  clear: both;
  display: block;
  float: left;
  margin: 0 auto 0px;
  width: 100%;
}
 #navigation {
  background: #029612; /* Show a solid color for older browsers */
  background: -moz-linear-gradient(#029612, #028810);
  background: -o-linear-gradient(#029612, #028810);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#029612), to(#028810)); /* older webkit syntax */
  background: -webkit-linear-gradient(#029612, #028810);}
#main-menu > ul.menu{
  font-size: 14px;
  list-style: none;
  margin: 0 0 0 -0.8125em;
  padding-left: 0;
}
#main-menu > ul.menu li {
  border-right: 1px solid #444;
  float: left;
  position: relative;
  list-style: none outside none;
}
#main-menu > ul.menu a {
  color: #eee;
  line-height: 3em;
  padding: 0 1.2125em;
  text-decoration: none;
}
#main-menu > ul.menu a {
  display: block;
}
#main-menu > ul.menu ul {
  -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  display: none;
  float: left;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  width: 188px;
  z-index: 99;
}

#main-menu > ul.menu ul ul {
  left: 100%;
  top: 0;
}
#main-menu > ul.menu ul a {
  background: #f9f9f9;
  border-bottom: 1px dotted #ccc;
  color: #444;
  font-size: 13px;
  font-weight: normal;
  height: auto;
  line-height: 1.4em;
  padding: 10px;
  width: 168px;
}
#main-menu > ul.menu li:last-child, 
#main-menu > ul.menu ul li {
  border:none;
} 
#main-menu > ul.menu li:hover > a,
#main-menu > ul.menu ul :hover > a,
#main-menu > ul.menu a:focus {
  background: #efefef;
}
#main-menu > ul.menu li:hover > a,
#main-menu > ul.menu a:focus{
  background: #0C4012; /* Show a solid color for older browsers */

  color: #ffffff;
}
#main-menu > ul.menu li:hover > ul {
  display: block;
}
#main-menu > ul.menu a.active {
  font-weight: bold;
}

#main-menu ul li.leaf, #main-menu ul li.expanded { list-style: none; }

.tinynav { 
  display: none;
  font-size: 16px;
}

/* Featured Slider */
#slider {
    background-color: #555;
    border-bottom: 2px solid #ccc;
    border-radius: 5px;
  -moz-border-radius: 5px;
    margin: 0 0 2em;
    position: relative;
}


#slider-wrap img {
    border: medium none;
  display: block;
    height: auto;
    /*padding: 0.7em 2% 0.3em;*/
  padding: 0;
    max-width: 100%;
}
#slider-wrap a:hover img {
  background: none;
  border: none;
}
#slider-wrap a {
  display: block;
  padding: 11px 11px 10px;
}

#slider-wrap .featured-text {
    color: #FFFFFF;
    padding: 0 11px 10px;
}
#slider-wrap .featured-text a {
  display: inline;
  padding: 0;
}
#content #nav-slider {
  padding: 0;
}
#nav-slider img {
   max-width:33px;
   height:auto;
   width:100%;
 }
#nav-slider .nav-previous, 
#nav-slider .nav-next {
    cursor: pointer;
    display: block;
    max-width: 33px;
    opacity: 0.7;
    position: absolute;
    top: 106px;
    width: 6%;
    z-index: 99;
}
#nav-slider .nav-previous:hover, 
#nav-slider .nav-next:hover {
  opacity: 10;
}
#nav-slider .nav-previous {
    left: 11px;
}
#nav-slider .nav-next {
    right: 11px;
}

#breadcrumbs {
  font-size: 11px;
}
.view-id-vista_de_eventos  .view-content{width:100%;display:table;}
.view-id-vista_de_eventos  .view-footer{width:100%;display:table;}
#block-block-2 {    margin-top: 5%;}
    #block-block-2  iframe{width: 100%;}


/* =Content
----------------------------------------------- */
#preface-area {
  padding-bottom: 5px;
}

#main {
  background-color: #eee;
  clear: both;
  padding: 0em 0 0;
}

#content-wrap {
  background-color: transparent;
  border-bottom: 2px solid #CCC;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 2em;
  padding: 0.5em 1% 2em;
  position: relative;
  width: auto;
}
.not-front  #content-wrap{  background-color: #fff;
    -webkit-box-shadow: 2px 2px 5px #999;
    -moz-box-shadow: 2px 2px 5px #999;}
.not-front  #content-wrap  .page-title{  color: #000!important;border-bottom:3px solid #000;}
#content-wrap .panels-flexible-column-first{
      width: 68%;
    margin-right: 3%;}
.view-id-vista_de_lista_de_eventos .views-field-field-image{ width:25%;float:left;}
.view-id-vista_de_lista_de_eventos  .views-column{height: 400px;
    border-bottom: 1px solid #eee;
    margin: 2% 0%;}
.view-id-vista_de_listado_de_noticias  .views-field-field-imagen-principal{ width:25%;float:left;}
.view-id-vista_de_listado_de_noticias .views-row{height: 200px;
    border-bottom: 1px solid #eee;
    margin: 2% 0%;}
	.view-id-vista_de_listado_de_documentos_de_gesti_n .views-row{height: 200px;
    border-bottom: 1px solid #eee;
    margin: 2% 0%;}
	.view-id-vista_de_listado_de_libros  .views-row{height: 100px;
    border-bottom: 1px solid #eee;
    margin: 2% 0%;}
	.view-id-vista_de_listado_de_tipos_de_delitos{    display: inline-block;padding-top:2%;}
	.view-id-vista_de_listado_de_tipos_de_delitos .views-column{width: 30%;
    float: left;
    text-align: center;
    border: 1px solid #eee;
    margin: 1% 1%;
    height: 152px;}
	.not-front .field-type-image{text-align:center;}
	#views-exposed-form-vista-de-listado-de-documentos-de-gesti-n-page{  margin: auto;
    position: relative;
    width: 70%;
	padding-bottom:2%;}
#views-exposed-form-vista-de-listado-de-noticias-page{
    margin: auto;
    position: relative;
    width: 59%;
	padding-bottom:2%;}
	#views-exposed-form-vista-de-lista-de-eventos-page{
    margin: auto;
    position: relative;
    width: 59%;
	padding-bottom:2%;}
	#views-exposed-form-vista-de-listado-de-libros-page{
    margin: auto;
    position: relative;
    width: 59%;
	padding-bottom:2%;}
#content-wrap .panels-flexible-column-first{
   .
    width: 68%;
    margin-right: 3%;}
.pane-vista-de-noticias{
 background: (#ffffff, #ffffff);
  background: -o-linear-gradient(#fffff, #ffffff);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ffffff)); /* older webkit syntax */
  background: -webkit-linear-gradient(#ffffff, #ffffff);
  border:1px solid #bbb;
  display: table;
 padding: 1% 2%;
     width: 65%;
	  -webkit-box-shadow: 2px 2px 5px #999;
  -moz-box-shadow: 2px 2px 5px #999;
  	float:left;
	height:485px;}
	.pane-vista-de-libros { background: (#ffffff, #ffffff);
  background: -o-linear-gradient(#fffff, #ffffff);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ffffff)); /* older webkit syntax */
  background: -webkit-linear-gradient(#ffffff, #ffffff);
  border:1px solid #bbb;
  display: table;
 padding: 2%;
     width: 25%;
	  -webkit-box-shadow: 2px 2px 5px #999;
  -moz-box-shadow: 2px 2px 5px #999;
  	float:right;
	height:538px;
	margin-bottom:2%;}
	.pane-vista-de-libros  .view-footer{  
	position: relative;
    top: 30px;
}
.panels-flexible-region-2-center{width:66.3%;}
.panels-flexible-region-2-derecha {
     float: right;
    width: 29%;
}
.panels-flexible-region-2-centro {width:100%;}
.pane-vista-de-libros .view-content{padding-top:5%;}
.pane-vista-de-libros .item-list li{padding-bottom:5%;}
  .pane-vista-de-eventos{
   background: -moz-linear-gradient(#ffffff, #ffffff);
  background: -o-linear-gradient(#ffffff, #ffffff);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ffffff)); /* older webkit syntax */
  background: -webkit-linear-gradient(#fffff, #ffffff);
  border:1px solid #bbb;
  display: table;
      padding: 2%;
	    -webkit-box-shadow: 2px 2px 5px #999;
  -moz-box-shadow: 2px 2px 5px #999;
      width: 100%;}
	  .pane-vista-de-eventos .views-column{
width: 25%;
    float: left;
    background: #000;
    margin: 2%;
    text-align: center;
    padding:5% 2%;
	height: 475px;
	  }
	  #vscc_controls_previous_slider_principal-block{    position: relative;
    top: -280px;
    z-index: 500;
    left: 0px;}
	  #vscc_controls_next_slider_principal-block{    position: relative;
    top: -280px;
    z-index: 500;
    left: 1170px;}
	  
	
#views_slideshow_cycle_main_vista_de_noticias-default{width:98%;float:left;padding: 1%;background:#000000 ;   margin-top: 1%;}
#views_slideshow_cycle_teaser_section_vista_de_noticias-default{ background:#000;height:325px!important;}
#views_slideshow_cycle_main_vista_de_noticias-default .views-field-title {
width:36%;float:right;text-align:center;padding:2%;    text-decoration: underline;}
#views_slideshow_cycle_main_vista_de_noticias-default .views-field-field-fecha{ color:#E62117;   text-transform: uppercase;width:36%; float:left; text-align:center;}
#views_slideshow_cycle_main_vista_de_noticias-default .views-field-title a{color:#ffffff!important;font-size: 17px;}
#views_slideshow_cycle_main_vista_de_noticias-default .views-field-field-descripci-n-corta{
width: 36%;
    float: right;
    color: #fff!important;
    text-align: justify;
    padding: 2%;}
#views_slideshow_cycle_main_vista_de_noticias-default  .views-field-field-imagen-principal{width:60%;float:left;}
.views-slideshow-controls-bottom{width:100%;float:left; margin: 0% 3% 0% 2%; color:#333333}
.views-slideshow-controls-bottom .views-field-field-imagen-principal{width:50%;float:left}
.views-slideshow-controls-bottom .views-field-title{width:65%;float:left}
#views_slideshow_cycle_teaser_section_vista_de_noticias-default img{ 
    padding: 1%; border:1px solid #333;}

	#widget_pager_bottom_vista_de_noticias-default .views_slideshow_pager_field_item  :actve {background:#029612 no-repeat left top;  height: 100px;
    margin: 1%;
    padding: 2% }

.view-id-vista_de_galer_a_de_im_genes{padding:2%}
.view-id-vista_de_galer_a_de_im_genes img{padding:1% ;border:1px solid #333;}
 .pane-vista-de-noticias .views_slideshow_pager_field_item .views-field-title{font-size:12px;font-weight:bold;text-align:center;color:#333333!important;text-transform: uppercase;}
 .pane-vista-de-noticias .views_slideshow_pager_field_item  .views-field-field-descripci-n-corta{font-size:12px;text-align:justify;}

.pane-vista-de-eventos li{    background: #ffffff;
    display: block;
    margin: 2%!important;
    height: 108px;
	padding: 1%!important;
}
.panels-flexible-region-2-derecha-inside{padding-left:0px!important;}
.view-id-vista_de_eventos  .views-field-field-image{width:100%;}
.view-id-vista_de_eventos  .views-field-title a{font-size:14px;text-align:justify ;color:#fff!important;WIDTH: 100%;}
.view-id-vista_de_eventos   .views-field-field-fecha{font-size:12px;text-align:justify;color:#fff!important;WIDTH: 100%;}
.view-id-vista_de_eventos   .views-field-field-lugar{font-size:12px;text-align:justify;color:#fff!important;WIDTH: 100%;}
.view-id-vista_de_eventos  .views-field-body{width:80%;float:left;font-size:12px;text-align:justify;color:#fff!important;}
.Derecha{width:30%;float:left;}
.panels-flexible-region-2-derecha .pane-vista-de-libros{
background: -moz-linear-gradient(#ffffff, #ffffff);
  background: -o-linear-gradient(#ffffff, #ffffff);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ffffff)); /* older webkit syntax */
  background: -webkit-linear-gradient(#ffffff, #ffffff);
  border:1px solid #bbb;
      padding: 4%;
	    -webkit-box-shadow: 2px 2px 5px #999;
  -moz-box-shadow: 2px 2px 5px #999;}
.panels-flexible-region-2-derecha .pane-vista-convenios{
background: -moz-linear-gradient(#ffffff, #ffffff);
  background: -o-linear-gradient(#fffff, #ffffff);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ffffff)); /* older webkit syntax */
  background: -webkit-linear-gradient(#ffffff, #ffffff);
  border:1px solid #bbb;
      padding: 4%;  -webkit-box-shadow: 2px 2px 5px #999;
  -moz-box-shadow: 2px 2px 5px #999;}
.panels-flexible-region-2-derecha .pane-vista-de-documentos{ background: -moz-linear-gradient(#eeeeee, #ffffff);
background: -moz-linear-gradient(#ffffff, #ffffff);
  background: -o-linear-gradient(#ffffff, #ffffff);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ffffff)); /* older webkit syntax */
  background: -webkit-linear-gradient(#ffffff, #ffffff);
  border:1px solid #bbb;
      padding: 4%;  -webkit-box-shadow: 2px 2px 5px #999;
  -moz-box-shadow: 2px 2px 5px #999;}
	  .panels-flexible-row-2-1 .panels-flexible-region-2-izquierda{background: -moz-linear-gradient(#eeeeee, #ffffff);
 background: -moz-linear-gradient(#ffffff, #ffffff);
  background: -o-linear-gradient(#ffffff, #ffffff);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ffffff)); /* older webkit syntax */
  background: -webkit-linear-gradient(#ffffff, #ffffff);
  border:1px solid #bbb;
    -webkit-box-shadow: 2px 2px 5px #999;
  -moz-box-shadow: 2px 2px 5px #999;
      padding: 2%;
	      float: left;
      width: 43%;
    margin: 2% 2% 1% 0%;}
	.panels-flexible-row-2-1  .panels-flexible-region-2-derecha_{background: -moz-linear-gradient(#eeeeee, #ffffff);
background: -moz-linear-gradient(#ffffff, #ffffff);
  background: -o-linear-gradient(#ffffff, #ffffff);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ffffff)); /* older webkit syntax */
  background: -webkit-linear-gradient(#ffffff, #ffffff);
  border:1px solid #bbb;
      padding: 2%;
	      float: left;
        width: 43%;
        margin: 2% 0% 0% 2%;
		  -webkit-box-shadow: 2px 2px 5px #999;
  -moz-box-shadow: 2px 2px 5px #999;}
		.view-id-vista_de_videos{
		padding:2%;}
		 .pane-vista-de-galer-a-de-im-genes .views-slideshow-controls-bottom  .views-content-field-imagenes{ width:22%;float:left;}
		 .pane-vista-de-galer-a-de-im-genes .views-slideshow-controls-bottom { width:100%;}
		 .pane-vista-de-videos .views-slideshow-controls-bottom .views-content-field-video{width:21%;float:left;}
		 .pane-vista-de-videos .views-slideshow-controls-bottom  { width:100%;}
		 .panels-flexible-row-2-4 .panels-flexible-region-2-centrado{background: -moz-linear-gradient(#C4EACF, #ffffff);
  background: -o-linear-gradient(#ffffff, #ffffff);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ffffff)); /* older webkit syntax */
  background: -webkit-linear-gradient(#ffffff, #ffffff);
  border:1px solid #bbb;
      padding: 2%;
	   width: 94%	;
	    -webkit-box-shadow: 2px 2px 5px #999;
  -moz-box-shadow: 2px 2px 5px #999;
	   }
	   .field-name-field-imagenes {width:100%;display:block;}
	   .field-name-field-imagenes .field-item{width:26%;float:left;padding:2%}
	   #block-system-main{width:100% ;display:inline-block;}
	   #block-system-main .field-name-field-imagen-principal{width:50%;float:left;}
	   #block-system-main .field-name-field-fecha{width:50%;float:left;    padding-top: 2%;
    padding-bottom: 2%;
    font-weight: 700;}
	    #block-system-main .field-name-field-descripci-n-corta{width:46%;float:left;    text-align: justify;    padding-left: 2%;
    padding-right: 2%;}
	    #block-system-main .field-name-body{width:100%;    text-align: justify;     padding-left: 2%;
    padding-right: 2%;}
		
	   #block-system-main .field-name-field-mas-imagenes{width:100%;float:left;}
	   #block-system-main .field-name-field-mas-imagenes .field-item{width:10%;float:left;}
	   
	   
	    #block-system-main .field-name-field-image{width:50%;float:left;}
	   #block-system-main .field-name-body{width:96%;float:left;    padding-top: 0%;
    padding-bottom: 2%;
   }
	#block-system-main  .field-name-field-descripcion-corta{width:46%;float:left;    padding-top: 2%;
    padding-bottom: 0%;
	padding-left: 2%;
    padding-right: 2%;
  }
  .view-id-vista_de_listado_de_documentos_de_gestion .views-row{height: 100px;
    border-bottom: 1px solid #eee;
    margin: 2% 0%;}
	#views-exposed-form-vista-de-listado-de-documentos-de-gestion-page{	     margin: auto; 
    width: 50%;
    padding-bottom: 2%;}
	.view-id-vista_de_listado_de_planes .views-row{height: 100px;
    border-bottom: 1px solid #eee;
    margin: 2% 0%;}
	.view-id-vista_de_listado_de_programas .views-row{height: 100px;
    border-bottom: 1px solid #eee;
    margin: 2% 0%;}
	.view-id-vista_de_listado_de_normas_legales .views-row{height: 100px;
    border-bottom: 1px solid #eee;
    margin: 2% 0%;}
	.view-id-vista_de_listado_de_convenios .views-row{height: 100px;
    border-bottom: 1px solid #eee;
    margin: 2% 0%;}
		
	 .view-id-slider_principal  .views-slideshow-controls-bottom {display:views_slideshow_pager_fieldnone;}
	 .view-id-slider_principal  .views-slideshow-controls-bottom  div{width:50%;float:left;}
	  .view-id-slider_principal  .views-slideshow-controls-bottom  .views-field-title{width:50%;float:left;}
	  .pane-vista-de-noticias .active{
	  color:#000 !important;
	  background: (#ddd, #999)!important;
  background: -o-linear-gradient(#ddd, #999)!important;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddd), to(#999))!important; /* older webkit syntax */
  background: -webkit-linear-gradient(#ddd, #999)!important;
   border:4px solid #029612!important;width:300px;position:relative;z-index:400; }
 .pane-vista-de-noticias .views_slideshow_pager_field_item{ background: (#ddd, #999)!important;
  background: -o-linear-gradient(#ddd, #999)!important;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddd), to(#999))!important; /* older webkit syntax */
  background: -webkit-linear-gradient(#ddd, #999)!important;
  border:1px solid #bbb;height:50px;
    margin: 1%;
    padding: 2%;
width:26%;float:left;}
.textogeneral{
border:0px; width:96%;display: table;    text-align: justify;    padding: 2%;}
.textoizquierda{border:0px; width:46% ;float:right;padding:2% 0%;}
.textoderecha{border:0px; width:46% ;float:left;padding-right:2%;}

	  .pane-vista-de-noticias .active .views-field-field-descripci-n-corta{padding-left:15%!important;}
	  .view-vista-cuadricula-productos-comunicacionales .views-column{width: 20%;
    float: left;
    padding: 2%; }
	.view-id-vista_cuadricula_afiches  .views-column{width: 20%;
    float: left;
    padding: 2%; }
	.view-id-vista_cuadricula_tripticos  .views-column{width: 20%;
    float: left;
    padding: 2%; }
	.view-id-vista_cuadricula_compendios .views-column{width: 20%;
    float: left;
    padding: 2%; }
.node h2.title, h1.page-title, .node h2.title a, h1.page-title a {
  color: #222222;
  text-decoration: none;
}
#footer-block-wrap{     width: 90%;
    margin: auto}
#block-block-4{background:transparent!important;}
#block-block-4  h2{display:none;}
#block-block-3{background:transparent!important;text-align:right;}
.node h2.title, h1.page-title {
  clear: both;
  color: #222222;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5em;
  padding-bottom: 0.3em;
  padding-top: 15px;
}

#main #content .node-teaser {
  padding-bottom:30px;
  border-bottom:1px solid #DDDDDD;
  margin-bottom: 15px;
}

.node-teaser img {
  border: 1px solid #CCCCCC;
  padding: 6px;
  height: auto;
  max-width: 97.4%;
  margin: 0.5em 1em 0.5em 0;
  float: left;
}
.page-node #content-wrap img {
  border: 1px solid #CCCCCC;
  padding: 6px;
  height: auto;
  max-width: 97.4%;
  margin: 0.5em 1em 0.5em 0;
}

.node-teaser p {
  margin-bottom: 1em;
}


.region-content-top .block,
#footer-area .block {
  background-color: #FFFFFF;
  border-bottom: 2px solid #CCCCCC;
  border-radius: 5px 5px 5px 5px;
  clear: both;
  margin-bottom: 2em;
  padding: 0.5em 1em 1em;
  font-size: 12px;
}

#preface-area .block > h2,
.region-content-top .block > h2,
#footer-area .block > h2 {
  border-bottom: 2px solid #CCCCCC;
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 -0.75em 1em;
  padding: 0 1em 0.5em;
}

#sidebar .block {
  background-color: #FFFFFF;
  border-bottom: 2px solid #CCCCCC;
  border-radius: 5px 5px 5px 5px;
  clear: both;
  margin-bottom: 2em;
  padding: 0.5em 1em 1em;
  font-size: 12px;
}

#sidebar .block > h2 {
  border-bottom: 2px solid #CCCCCC;
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 -0.75em 1em;
  padding: 0 1em 0.5em;
}

#preface-area .block p,
.region-content-top .block p,
#footer-area .block p,
#sidebar .block p {
  margin-bottom: 1em;
}

#preface-area .block img,
.region-content-top .block img,
#footer-area .block img,
#sidebar .block img {
  height: auto;

}

#preface-area {
    background: url("../images/fondo.png") repeat  top;
    overflow: hidden;
    padding:0.1% ;
}

#preface-block-wrap.in1 .preface-block {
  margin-bottom: 2.5em;
}

#preface-block-wrap.in2 .preface-block {
  float: left;
  width: 48.5%;
}
#preface-block-wrap.in2 .preface-block + .preface-block {
  float: right;
}

#preface-block-wrap.in3 .preface-block {
    float: left;
    margin-right: 3%;
    width: 31.3%;
}
#preface-block-wrap.in3 .preface-block + .preface-block + .preface-block {
  margin-right: 0;
}


/* =Footer
----------------------------------------------- */

#footer-bottom {
  border-top: 1px solid #ccc;
  clear: both;
}
#footer-area {
    background-color: #eee;
    overflow: hidden;
    padding: 2em 3% 0;
}

#footer-block-wrap.in1 .footer-block {
  margin-bottom: 2.5em;
}

#footer-block-wrap.in2 .footer-block {
  float: left;
  width: 48.5%;
}
#footer-block-wrap.in2 .footer-block + .footer-block {
  float: right;
}

#footer-block-wrap.in3 .footer-block {
    float: left;
    margin-right: 3%;
    width: 31.3%;
}
#footer-block-wrap.in3 .footer-block + .footer-block + .footer-block {
  margin-right: 0;
}

#bottom {
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #aaa;
  clear: both;
  -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
  color: #666;
  font-size: 12px;
  line-height: 2.2em;
  padding: 2.2em 0.5em;
  text-align: center;
}
#bottom a {
  color: #555;
  font-weight: bold;
}
#bottom .copyright, 
#bottom .credit {
    display: inline;
    width: 47%;
}
#bottom .copyright { 
  clear: both;
  margin-left: 3%;
  float: left;
    text-align: left;
}
#bottom .credit { 
  margin-right: 3%;
  float: right;
  text-align: right;
}
/* Social Profile */
.social-profile {
      position: absolute;
    right: 8%;
    top: 0.8em;
    width: 100px;
}
.ico{  width: 50%;
float:left;
}
.ico li{display:block;    width: 18%;
    float: left}
.logotexto{
	FONT-size:17px;
	width:100%;    display: inline-table;
    font-weight: 900;
	color:#fff;}
	.logotexto1{
	FONT-size:20px;
	width:100%;
	color:#fff;}
.social-profile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-profile ul li {
  margin: 0 0 10px 10px;
  float: left;
}
.social-profile ul li a {
  display: block;
 
  width: 34px;
  height: 34px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-indent: -99999px;
}
.social-profile ul li a:active {
  -moz-box-shadow: inset 0 0 6px #000;
  -webkit-box-shadow: inset 0 0 6px #000;
  box-shadow: inset 0 0 6px #000;
}
.social-profile ul li.facebook a {
 background: url("images/menu_icon_669.png") no-repeat right top;
}
.social-profile ul li.facebook a:hover {
   background: url("images//menu_icon_669.png") no-repeat right top;
}
.social-profile ul li.twitter a {
 background: url("images//menu_icon_670.png") no-repeat right top;
}
.social-profile ul li.twitter a:hover {
   background: url("images//menu_icon_670.png") no-repeat right top;
}
.social-profile ul li.rss a {
   background: url("images/menu_icon_671.png") no-repeat right top;
}
.social-profile ul li.rss a:hover {
  background: url("images/menu_icon_671.png") no-repeat right top;
}
.social-profile ul li.you-tube a {
  background: url("images/menu_icon_668.png") no-repeat right top;
}
.social-profile ul li.you-tube a:hover {
 background: url("images/menu_icon_668.png") no-repeat right top;
}
.social-profile ul li.linkedin a {
  background: url("images/social-profiles.png") no-repeat right top;
}
.social-profile ul li.linkedin a:hover {
   background: url("images/social-profiles.png") no-repeat right top;
}
.social-profile ul li.tumblr a {
  background: url("images/social-profiles.png") no-repeat right top;
}
.social-profile ul li.tumblr a:hover {
   background: url("images/social-profiles.png") no-repeat right top;
}
.social-profile ul li.viemo a {
  background-position: -264px 0;
}
.social-profile ul li.viemo a:hover {
  background-position: -264px -44px;
}
.social-profile ul li.dribbble a {
  background-position: -308px 0;
}
.social-profile ul li.dribbble a:hover {
  background-position: -308px -44px;
}
.social-profile ul li.my-space a {
  background-position: -352px 0;
}
.social-profile ul li.my-space a:hover {
  background-position: -352px -44px;
}
.social-profile ul li.aim a {
  background-position: -396px 0;
}
.social-profile ul li.aim a:hover {
  background-position: -396px -44px;
}
.social-profile ul li.flickr a {
  background-position: -440px 0;
}
.social-profile ul li.flickr a:hover {
  background-position: -440px -44px;
}
.social-profile ul li.pinterest a {
  background-position: -484px 0;
}
.social-profile ul li.pinterest a:hover {
  background-position: -484px -44px;
}
.social-profile ul li.google-plus a {
  background-position: -528px 0;
}
.social-profile ul li.google-plus a:hover {
  background-position: -528px -44px;
}
.social-profile ul li.wordpress a {
  background-position: -572px 0;
}
.social-profile ul li.wordpress a:hover {
  background-position: -572px -44px;
}
.social-profile ul li.deviantart a {
  background-position: -616px 0;
}
.social-profile ul li.deviantart a:hover {
  background-position: -616px -44px;
}


/* -------------- Form Elements  ------------- */

fieldset { background: #ffffff; border: 1px solid #cccccc; margin-top: 10px; margin-bottom: 32px;
padding: 0 0 10px; position: relative; top: 12px; /* Offsets the negative margin of legends */
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.fieldset-wrapper { margin-top: 25px; }

.node-form .vertical-tabs .fieldset-wrapper { margin-top: 0; }

.filter-wrapper { top: 0; padding: 1em 0 0.2em;
-khtml-border-radius-topright: 0; -khtml-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-topleft: 0;
-webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-left-radius: 0; border-top-right-radius: 0; }

.filter-help a { font-size: 0.857em; padding: 2px 20px 0; }

.filter-wrapper .form-item label { margin-right: 10px; }

.filter-wrapper .form-item { padding: 0 0 0.5em 0.5em; }

.filter-guidelines { padding: 0 1.5em 0 0.5em; }

fieldset.collapsed { background: transparent; -khtml-border-radius: 0; -moz-border-radius: 0;  -webkit-border-radius: 0; border-radius: 0; }

fieldset legend { background: #dbdbdb; border: 1px solid #ccc; border-bottom: none; display: block; height: 2em;
left: -1px; line-height: 2; padding: 0; position: absolute; text-indent: 10px; text-shadow: 0 1px 0 #fff; top: -12px; width: 100%;
-khtml-border-radius-topleft: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; 
-khtml-border-radius-topright: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }

fieldset.collapsed legend { -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

fieldset .fieldset-wrapper { padding: 0 10px; }

fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; }

input { margin: 2px 0; padding: 4px; }

input, textarea {  font-size: 0.929em; }

textarea { line-height: 1.5; }

textarea.form-textarea, select.form-select { padding: 4px; }

input.form-text, textarea.form-textarea, select.form-select { border: 1px solid #ccc; }

.password-suggestions ul li { margin-left: 1.2em; }

.form-item { margin-bottom: 1em; margin-top: 2px; }

.form-item label { font-size: 0.929em; }

.form-type-radio label, .form-type-checkbox label { margin-left: 4px; }

.form-type-radio .description, .form-type-checkbox .description { margin-left: 2px; }

.form-actions { padding-top: 10px; }

/* Contact Form */

.contact-form #edit-name { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-mail { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-subject { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-message { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-top-left-radius: 4px; -khtml-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }

.contact-form .resizable-textarea .grippie {  width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-bottom-left-radius: 4px; -khtml-border-bottom-right-radius: 4px; -moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px; -webkit-border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }

/* Comment form */

.comment-form label { float: left; font-size: 0.929em; }

.comment-form input, .comment-form .form-select { margin: 0; 
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.comment-form .form-type-textarea label { float: none; }

.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select { margin-bottom: 10px; overflow: hidden; }

.comment-form .form-type-checkbox,
.comment-form .form-radios { margin-left: 120px; }

.comment-form .form-type-checkbox label,
.comment-form .form-radios label { float: none; margin-top: 0; }

.comment-form input.form-file { width: auto; }

.comment-form .form-text { display: block; margin: 0; width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.comment-form .form-item .description { font-size: 0.786em; line-height: 1.2; margin-left: 120px; }

#content h2.comment-form { margin-bottom: 0.5em; }

.comment-form .form-textarea { -khtml-border-radius-topleft: 4px; -khtml-border-radius-topright: 4px;
-moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px;
-webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }

.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item { margin-top: 0; margin-bottom: 0; }

.filter-wrapper label { width: auto; float: none; }

.filter-wrapper .form-select { min-width: 120px; }

.comment-form fieldset.filter-wrapper .tips { font-size: 0.786em; }

#comment-body-add-more-wrapper .form-type-textarea label { margin-bottom: 0.4em; }

#edit-actions input { margin-right: 0.6em; }

/* Other Overrides */

div.password-suggestions { border: 0; }

.ui-widget-overlay { background: #222222; opacity: 0.7; }

div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane { padding: 1em; }

#forum .name { font-size: 1.083em; }

#forum .description { font-size: 1em; }

/* Form Buttons */

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E3E3E3));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);

border: 1px solid #dbdbdb;
-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white; -webkit-box-shadow: inset 0 1px 0 0 white; -o-box-shadow: inset 0 1px 0 0 white; box-shadow: inset 0 1px 0 0 white;
color: #333333; text-shadow: 0 1px 0 white; position: relative; font-weight:bold; padding: 4px .8em 5px .8em; font-size: 13px; }

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #F2F2F2));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);

-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white;
-webkit-box-shadow: inset 0 1px 0 0 white;
-o-box-shadow: inset 0 1px 0 0 white;
box-shadow: inset 0 1px 0 0 white;
cursor: pointer; }

button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width { 
width: 100%; padding-left: 0 !important; padding-right: 0 !important; text-align: center; }


#block-search-form { padding-bottom: 7px; }

#block-search-form .content { margin-top: 0; }

#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input { float: left; font-size: 1em; height: 1.143em; margin-right: 5px; width: 9em; }

#search-block-form input.form-submit,
#search-form input.form-submit { margin-left: 0; margin-right: 0; height: 25px; width: 34px; padding: 0; cursor: pointer;
text-indent: -9999px; border-color: #e4e4e4 #d2d2d2 #b4b4b4; background: url(images/search-button.png) no-repeat center top; overflow: hidden; }

#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus { background-position: center bottom; }

#search-form .form-item-keys label { display: block; }


ol.search-results { padding-left: 0; }

.search-results li { border-bottom: 1px solid #d3d7d9; padding-bottom: 0.4285em; margin-bottom: 0.5em; }

.search-results li:last-child { border-bottom: none; padding-bottom: none; margin-bottom: 1em; }

.search-results .search-snippet-info { padding-left: 0; }

.submitted{
  background: #eee;
  padding: 4px 9px;
  border-radius: 4px;
  color: #383838;
  text-shadow: 1px 1px #fff;
  clear: both;
  display: block;
  margin-bottom: 2px;
}

.links li a {
  background-color: #E7E5E3;
  color: #100100;
  padding: 4px 5px;
  border-radius: 4px;
  text-shadow: 1px 1px #fff;
  font-weight: normal;
}

.links li a:hover {
  background-color: #D7D5D3;
  color: #100101;
}


/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/
#content table.cke_editor {
  background: transparent;
  border: 0;
}
#content table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/
.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-item label {
  font-size: 13px;
  font-weight: bold;
}

/*-------------------------------------------*
/* Menus and item lists 
/*-------------------------------------------*/
.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5385em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

ul.inline, ul.links.inline {
  margin-left: 0;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a{
  -moz-transition: opacity 0.2s ease-in-out 0s;
  background: none repeat scroll 0 0 #999;
  color: #FFFFFF !important;
  line-height: 1em !important;
  margin-bottom: 3px;
  margin-right: 3px;
  opacity: 0.9;
  padding: 4px 6px;
}

.field-name-field-tags a:hover{
  opacity: 1;
}

.field-name-field-tags .field-item {
  margin: 0 1em 0 0;
}

.field-name-field-tags div {
  display: inline;
}

#main .field-label{
  color: #000;
}

#main .field-items .field-item{
}

/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/* Comments */

.comment h2.title { margin-bottom: 1em; }

.comment div.user-picture img { margin-left: 0; }

.comment { margin-bottom: 20px; display: table; vertical-align: top; }

.comment .attribution { display: table-cell; padding: 0 35px 0 0; vertical-align: top; overflow: hidden; }

.comment .attribution img { margin: 0; border: 1px solid #d3d7d9; }

.comment .attribution .username { white-space: nowrap; }

.comment .comment-submitted p { margin: 4px 0; font-size: 1.071em; line-height: 1.2; }

.comment .comment-submitted .comment-time { font-size: 0.786em; }

.comment .comment-submitted .comment-permalink { font-size: 0.786em; text-transform: lowercase; }

.comment .content { font-size: 0.929em; line-height: 1.6; }

.comment .comment-arrow { background: url(images/comment-arrow.gif) no-repeat 0 center transparent;
border-left: 1px solid; border-right: 1px solid; height: 40px; margin-left: -36px; margin-top: 15px; position: absolute; width: 20px; }

.comment .comment-text { padding: 0 25px 10px 35px; display: table-cell; vertical-align: top; position: relative; width: 100%; border-left: 1px solid #d3d7d9; }

.comment .indented { margin-left: 40px; }

.comment-unpublished { margin-right: 5px; padding: 5px 2px 5px 5px; }

.comment .comment-text .comment-arrow { border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; }

/*-------------------------------------------*
/* Navigation
/*-------------------------------------------*/
.item-list .pager {
}

.item-list .pager li {
  background: #cfcfcf;
  border-radius: 3px;
  margin-right: 4px;
  text-shadow: 1px 1px #fff;
}

/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/
.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

.field-name-taxonomy-forums .field-items {
}

#forum .title {
  font-size: 16px;
}

#forum .submitted {
  font-size: 12px;
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  background: transparent;
  padding: 0;
}


#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum td.forum .icon, #forum .icon div {
  background: url(images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a{ 
  font-size: 16px;
}



/* =Responsive Structure
----------------------------------------------- */
/* Smaller than standard 1060 (devices and browsers) */
@media (min-width:1900px){
 #wrapper {
    max-width: 1960px;
  }
.views-slideshow-controls-bottom  .views-field-field-imagen-principal {
    width: 40%;
    float: left;
}
.views-slideshow-controls-bottom .views-field-title {
    width: 54%;
    float: left;
}
.pane-vista-de-noticias .views_slideshow_pager_field_item .views-field-title {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #333333!important;
    text-transform: uppercase;
}}
@media (max-width:1900px){
	#views_slideshow_cycle_main_slider_principal-block  .views-field-field-imagen   img{
    width: 100%!important;
	height:auto;
   
}
 #wrapper {
    max-width: 1900px;
  }
.views-slideshow-controls-bottom  .views-field-field-imagen-principal {
    width: 42%;
    float: left;
}
.views-slideshow-controls-bottom .views-field-title {
    width: 50%;
    float: left;
}
.pane-vista-de-noticias .views_slideshow_pager_field_item .views-field-title {
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: #333333!important;
    text-transform: uppercase;
}
#views_slideshow_cycle_teaser_section_slider_principal-block{width:100%!important;}
.views-slideshow-controls-bottom .views-field-field-imagen-principal {
    width: 40%;
    float: left;
    padding-right: 2%;
}
#views_slideshow_cycle_main_vista_de_noticias-default .views-field-field-descripci-n-corta {
    width: 36%;
    color: #fff!important;
    text-align: justify;
    padding: 2%;
}


}
@media (max-width:1660px){
 #wrapper {
    max-width: 1630px;
  }

}
@media (max-width:1366px){
 #wrapper {
    max-width: 1360px;
  }
#views_slideshow_cycle_main_slider_principal-block .views-field-field-imagen img {
    width: 100%!important;
	height:auto!important;
}

#main-menu > ul.menu a {
    color: #eee;
    line-height: 3em;
    padding: 0 0.7em;
    text-decoration: none;
	font-size:13px;
}

.views-slideshow-controls-bottom .views-field-field-imagen-principal {
    width: 30%;
    float: left;
    padding-right: 3%;
}
#views_slideshow_cycle_main_vista_de_noticias-default .views-field-field-descripci-n-corta {
    width: 34%;
    float: right;
    color: #fff!important;
    text-align: justify;
    padding: 2%;
}
#views_slideshow_cycle_main_vista_de_noticias-default .views-field-title {
    width: 34%;
    float: right;
    text-align: center;
    padding: 2%;
    text-decoration: underline;
}
#views_slideshow_cycle_main_vista_de_noticias-default .views-field-field-fecha {
    color: #E62117;
    text-align: center;
}
#views_slideshow_cycle_teaser_section_vista_de_noticias-default img {
    padding: 1%;
    border: 1px solid #333;
    width: 90%;
height:auto!important;
}

.views-slideshow-controls-bottom .views-field-field-imagen-principal  img{width:100%;height:auto; }

.pane-vista-de-noticias .views_slideshow_pager_field_item .views-field-title {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #333333!important;
    text-transform: uppercase;
}}

@media screen and (max-width: 1060px) {
  #wrapper {
    max-width: 1060px;
  }
  .view-id-vista_de_libros .views-field-title a{font-size:12px;}
    .view-id-vista_de_libros .views-field-body p{font-size:12px;}
	.view-id-vista_de_documentos  .views-field-title a {font-size:12px;}
  #nav-slider .nav-previous, 
  #nav-slider .nav-next {
    top: 94px;
  }
  .panels-flexible-region-2-izquierda  #views_slideshow_cycle_main_vista_de_galer_a_de_im_genes-default img{width:380px;}
  .view-id-vista_de_videos iframe{width:380px;}
  .pane-vista-de-galer-a-de-im-genes .views-slideshow-controls-bottom .views-content-field-imagenes {
    width: 28%;
    float: left;
}
  
  #main-menu > ul.menu a {
    color: #eee;
    line-height: 3em;
    padding: 0 0.5em;
    text-decoration: none;
    font-size: 11px;
}
.logotexto {
    FONT-size: 14px;
    width: 100%;
    display: inline-table;
    font-weight: 900;
    color: #fff;
}
.logotexto1 {
    FONT-size: 14px;
    width: 100%;
    color: #fff;
}
.social-profile {
    position: absolute;
    right: 1%;
    top: 0.8em;
    width: 100px;
}
#header {
    background: #32423F;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 300;
    max-width: 100%;
    height: 120px;
    position: relative;
}
.social-profile {
    position: absolute;
    left: 15%;
    top: 5.8em;
    width: 100%;
}
.pane-vista-de-noticias .views_slideshow_pager_field_item .views-field-title {
    font-size: 8px;
    font-weight: block;
    text-align: center;
    color: #333333!important;
}
.views-slideshow-controls-bottom .views-field-field-imagen-principal {
    width: 40%;
    padding: 5%;
}
#views_slideshow_cycle_main_vista_de_noticias-default .views-field-field-imagen-principal {
    width: 99%;
    float: left;
}
#views_slideshow_cycle_main_vista_de_noticias-default .views-field-field-descripci-n-corta {
    width: 96%;
    float: right;
    color: #fff!important;
    text-align: justify;
    padding: 2%;
}
#views_slideshow_cycle_main_vista_de_noticias-default .views-field-title {
    width: 96%;
    float: right;
    text-align: center;
    padding: 2%;
    text-decoration: underline;
}
.view-id-vista_de_eventos .views-field-field-image img{
    width: 100%;
	height:auto;
}
#views_slideshow_cycle_main_slider_principal-block .views-field-field-imagen img {
    width: 100%!important;
	height:auto !important;
}

}

@media screen and (max-width: 960px) {
  /*  ipad */
  #wrapper {
    max-width: 960px;
  }
  /* Simplify the basic layout */
  #main #content {
    margin: 0 3%;
    width: auto;
  }
  #nav-slider .nav-previous,
  #nav-slider .nav-next {
    top: 137px;
  }
  #main #sidebar {
    float: none;
    margin: 0 3%;
    width: auto;
  }
  #header #main-menu > ul.menu a {
      padding: 0 0.83em;
  }
  #preface-block-wrap.in1 .preface-block {
    float: none;
    margin-right: 0;
    width: auto;
  }
  #preface-block-wrap.in2 .preface-block {
    float: none;
    margin-right: 0;
    width: auto;
  }
 
.pane-vista-de-noticias .views_slideshow_pager_field_item .views-field-title {
    display:none;
}
.views-slideshow-controls-bottom .views-field-field-imagen-principal {
    width: 90%;
    padding: 5%;
}
#views_slideshow_cycle_main_vista_de_noticias-default .views-field-field-imagen-principal {
    width: 99%;
    float: left;
}
#views_slideshow_cycle_main_vista_de_noticias-default .views-field-field-descripci-n-corta {
    width: 96%;
    float: right;
    color: #fff!important;
    text-align: justify;
    padding: 2%;
}
#views_slideshow_cycle_main_vista_de_noticias-default .views-field-title {
    width: 96%;
    float: right;
    text-align: center;
    padding: 2%;
    text-decoration: underline;
}
  #preface-block-wrap.in3 .preface-block {
    float: none;
    margin-right: 0;
    width: auto;
  }
  #footer-block-wrap.in1 .footer-block {
    float: none;
    margin-right: 0;
    width: auto;
  }
  #footer-block-wrap.in2 .footer-block {
    float: none;
    margin-right: 0;
    width: auto;
  }
  #footer-block-wrap.in3 .footer-block {
    float: none;
    margin-right: 0;
    width: auto;
  }
  #main-menu > ul.menu a {
    color: #eee;
    line-height: 3em;
    padding: 0 0.5em!important;
    text-decoration: none;
    font-size: 9px;
}
.panels-flexible-region-2-izquierda #views_slideshow_cycle_main_vista_de_galer_a_de_im_genes-default img {
    width: 320px;
    height: auto;
}


.view-id-vista_de_videos iframe {
    width: 320px;
    height: auto;
}
  #vscc_controls_next_slider_principal-block {
    position: relative;
    top: -175px;
    z-index: 500;
    left: 697px;
}
#vscc_controls_previous_slider_principal-block {
    position: relative;
    top: -176px;
    z-index: 500;
    left: 0px;
}

#header .social-profile {
    top: 6em !important;
    width: 85%;
}
#views_slideshow_cycle_main_slider_principal-block .views-field-field-imagen img {
    width: 100%!important;
	height:auto!important;
}

}
  
@media screen and (max-width: 767px) {
  /*  small tablet */
  #wrapper {
    max-width: 767px;
  }
  /* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
  body {
      padding: 0;
  }

  body, input, textarea {
    font-size: 13px;
  }
  #header,
  #footer-bottom {
    border-radius: 0;
  }
  #main,
  #footer-block-wrap {
    padding-top: 1em;
  }
  #header hgroup {
    padding: 5.30625em 0 2em 0;
    text-align: center;
  }

#header .social-profile {
    top: 9em !important;
    width: 85%;
}
#header{height:148px;}
  #site-name {
    font-size: 28px;
    line-height: 38px;
  }
  #header #site-logo {
    padding:3.30625em 0 2em 0;
    text-align: center;
  }
 
  #main-menu > ul {
    font-size: 12px;
  }

.panels-flexible-region-2-izquierda #views_slideshow_cycle_main_vista_de_galer_a_de_im_genes-default img {
    width: 450px;
    height: auto;
}
  #nav-slider .nav-previous,
  #nav-slider .nav-next {
    top: 82px;
  }
  #slider, 
  .block,
  #footer-block-wrap .footer-block {
    margin-bottom: 1em;
  }
    #vscc_controls_next_slider_principal-block {
    position: relative;
    top: -175px;
    z-index: 500;
    left: 697px;
}
#vscc_controls_previous_slider_principal-block {
    position: relative;
    top: -176px;
    z-index: 500;
    left: 0px;
}
  blockquote {
    margin: 0;
  }
  blockquote.pull {
    font-size: 17px;
  }
  /* Reposition the site title and description slightly */
  #site-name {
    padding: 0;
  }
  #site-name,
  #site-slogan {
    margin-right: 0;
  }
  /* Floated content doesn't work well at this size */
  .alignleft,
  .alignright {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  /* Menu */
  #navigation #main-menu {
    padding: 14px 0;
  } 
  #main-menu > ul.menu {
    display: none;
  }
  #main-menu > ul.menu li {
    border: none;
      float: none;
      text-align: center;
  }
  .tinynav {
    background-image: none;
    background-color: transparent;
    background-position: right center;
    background-repeat: no-repeat;
    
    border: none;
    color: #fff;
    display: block;
    margin-bottom: 0;
    margin-left: auto;
    margin-top: 0;
    overflow: hidden;
    width: 100%;
  } 
  .tinynav option {
    color: #000;
  }
  .social-profile {
    float: none;
    text-align: center;
  }
  .social-profile ul li {
    display: inline-block;
    float: none;
    margin: 0 0 10px 10px;
  }
  #bottom .copyright, #bottom .credit {
    display: block;
    margin-left: 3%;
    float: none;
    text-align: center;
    width: 97%;
  }
  .panels-flexible-2 .panels-flexible-region {
      width: 100%;
  }
  #views_slideshow_cycle_main_slider_principal-block .views-field-field-imagen img {
    width: 100%!important;
	height:auto!important;
}
.view-id-vista_de_videos iframe {
    width: 450px;
    height: auto;
}
  .panels-flexible-2 .panels-flexible-region-inside-last {padding-top:2%;padding-left:0px!important;padding-right:0px!important;}
  .panels-flexible-row-2-1 .panels-flexible-region-2-izquierda {padding:0px!important;}
  .panels-flexible-row-2-1-inside .panels-flexible-region-2-derecha_ {padding:0px!important;     margin-left: 0px;}
  .panels-flexible-2 .panels-flexible-region-2-centrado{padding:0px!important;}
}
@media (max-width: 650px) {  
  .tinynav {
    background-image: url("images/select-arrow.png");
  }
#header {
    height: 165px;
}
#site-logo {    width:28%; }
.ico {
    width: 64%;
    float: left;
}
#header .social-profile {
    top: 6em !important;
    width: 30%;
	left: 1px;
}
#header #site-logo {
    padding: 1.30625em 0 2em 0;
    text-align: center;
}
.view-id-vista_de_videos iframe {
    width: 435px;
    height: auto;
}
#views_slideshow_cycle_main_slider_principal-block .views-field-field-imagen img {
    width: 100%!important;
	height:auto!important;
}

.panels-flexible-region-2-izquierda #views_slideshow_cycle_main_vista_de_galer_a_de_im_genes-default img {
    width: 435px;
    height: auto;
}
}
@media screen and (max-width: 479px) {
  /*  iphone */
  #wrapper {
    max-width: 320px;
  }
  #views_slideshow_cycle_main_slider_principal-block .views-field-field-imagen img {
    width: 100%!important;
	height:auto!important;
}
  #header .social-profile {
    top: 6em !important;
    width: 38%;
    left: 1px;
}.view-id-vista_de_videos iframe {
    width: 425px;
    height: auto;
}
  #site-name {
    font-size: 26px;
    line-height: 36px;
  }
  #site-slogan {
    font-size: 12px;
  }
  #nav-slider .nav-previous,
  #nav-slider .nav-next {
    top: 57px;
  }
  .comment .attribution, .comment .comment-text { 
    display: inline-block;
  }
  #bottom .copyright, #bottom .credit {
    font-size: 9px;
  }

.panels-flexible-region-2-izquierda #views_slideshow_cycle_main_vista_de_galer_a_de_im_genes-default img {
    width: 425px;
    height: auto;
}
}
@media screen and (max-width: 319px) {
  /* small phone */
  #wrapper {
    max-width: 300px;
  }
  #wrapper {
    margin-top: 0;
  }
  #header {
    border-top: none;
  }
  input[type="text"] {
    width: 98%;
  }
  #nav-slider .nav-previous,
  #nav-slider .nav-next {
    top: 45px;
  } 
}


/* =Print
----------------------------------------------- */

@media print {
  body {
    background: none !important;
    font-size: 10pt;
  }
  #wrapper {
    clear: both !important;
    display: block !important;
    float: none !important;
    max-width: 100%;
    position: relative !important;
  }
  #header {
    border-top: none !important;
    padding: 0;
  }
  #header hgroup {
    margin: 0;
  }
  #site-name a {
    font-size: 21pt;
  }
  #site-slogan {
    font-size: 10pt;
  }
  #header img {
    display: none;
  }
  #navigation {
    display: none;
  }
  #main {
    border-top: none;
    box-shadow: none;
  }
  #primary {
    float: left;
    margin: 0;
    width: 100%;
  }
  #content {
    margin: 0;
    width: auto;
  }
  .widget-area {
    display: none;
  }
  #footer-bottom {
    display: none;
  }

}

body.cke_editable {
  background: #fff;
}