/* $Id: page.css,v 1.1.2.28 2009/06/12 15:44:26 jmburnz Exp $ */

/**
 * @file page.css
 * This stylesheet provides the page main styles for this theme.
 */

/**
 * Remove unused styles for performace.
 */

/***********************************************************
 *              Section, Page and Body Classes
 **********************************************************/
/**
 * Normally you will use these in combination with other
 * selectors. I include them here for completedness.
 */
	
/** 
 * Section Class
 * The section class takes the 2nd part of the URL and
 * builds a section-[arg] class from it. If you emulate
 * site sections using the Pathauto module this can be a 
 * powerful way to style site sections.
 *
 * Look in body element for the section you want to style
 * to find the class to replace section-[arg]:
 */
/* .section-arg {} */

/* Front or not front. */
.front {}
.not-front {}

/* Is the user logged in. */
.logged-in {}
.not-logged-in {}

/* Node type body classes. */
.node-type-book  {}
.node-type-blog  {}
.node-type-forum {}
.node-type-page  {}
.node-type-poll  {}
.node-type-story {}

/**
 * Warning! 
 * The sidebar body classes are integral to how genesis
 * applies the layout - do not add margin, padding, borders,
 * or positioning styles to these classes! @see layout.css. 
 */
.one-sidebar   {}
.two-sidebars  {}
.sidebar-right {}
.sidebar-left  {}

/** 
 * Optional Region body classes
 * When any of the following regions are active a body class can be set.
 * To use you need to uncomment the conditional statements in 
 * genesis_preprocess_page(), @see template.php.
 */
/*
.leaderboard       {}
.header-blocks     {}
.secondary-content {}
.tertiary-content  {}
.footer            {}
*/
#contenedor-menu{
    height: auto;
    margin-top:0px;
    margin-bottom: 0px;
    padding: 0px;
    width:100%;
    background: #707173;
}
/** 
 * Page Path Class
 * The page path class takes the entire URL and builds a page-[path] 
 * class from it. See examplebelow. You need to use Firebug or view 
 * source to find out what the actual class will be, and be aware
 * that this will change if your URL alias changes!
 *
 * Replace [example-node-path] with the path you want
 * to style.
 */
/* .page-example-node-path {} */

	
/**********************************************************
 *                  The wrapper divs
 *    Be careful how you modify these, see layout.css
 **********************************************************/
/**
 * Width Setting
 *
 * Genesis supports Elastic, Fluid and Fixed width values.
 * Elastic layouts are dynamic and will expand or contract when 
 * the font size is changed. Fluid widths change when the browser 
 * is resized and fixed width layouts stay the same width even 
 * when the broswer is resized or the font size is changed.
 *
 * Elastic layouts use ems,       e.g. 80em
 * Fluid layouts use percentages, e.g. 85%
 * Fixed widths use pixels,       e.g. 960px
 */
#container {
  width: 1000px;     /* Width for IE6 */
  padding-top: 0px;
  background: #ffffff;

}
body > #container {
  width: 100%;      /* Width for all other browsers */
  max-width: 90%; /*  set a maximum width */
  min-width: 1000px; /* set a minimum width */
}

/* Column wrappers */
#columns {
padding:0 10px 10px 10px;
background: #ECEDED;

/*background: transparent url(fondocontainer.png) repeat scroll top left;
-moz-border-radius: 20px 20px 20px 20px;
-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-webkit-border-bottom-left-radius:20px;
-webkit-border-bottom-right-radius: 20px;
-goog-ms-border-radius: 20px 20px 20px 20px;
border-radius: 20px 20px 20px 20px;
-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
-goog-ms-box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
*/
}
.columns-inner {}

/* Content wrappers */
#content-column {}
.content-inner {}

/* Main content wrappers*/
#main-content {}
#content {}

/**
 * #genesis-2c override
 * Unit:   %
 * Layout: Both sidebars on the right; content/left/right
 * Modification: .
 */
 #genesis-2c{
     margin-top: 0px;
}
#genesis-2c .two-sidebars .content-inner{margin-right:420px;}
#genesis-2c .sidebar-left .content-inner{margin-right:210px;}
#genesis-2c .sidebar-right .content-inner{margin-right:210px;}
#genesis-2c #sidebar-left{width:190px;margin-left:-400px;}
#genesis-2c #sidebar-right{width:190px;margin-left:-200px;}
#genesis-2c .sidebar-left #sidebar-left{width:190px;margin-left:-200px;}

/**********************************************************
 *                       Regions
 **********************************************************/
/* Target all regions with this low specifity selector. */
.region {}
.region-inner {}

/**
 * Most regions have an .inner div to set paddings or other
 * design contingencies.
 */
 
/* Leaderboard is a full width region at the very top, 
   ideal for displaying banners. */
#leaderboard {
    
    
    
}

/* Header blocks region is embedded in the header, floated
   between the logo/site_name and the search box. */
#header-blocks {
  float: left;
  margin-left: 2em; /* LTR */
}
#header-blocks .region-inner {}

/* Secondary content is a full width region between 
   the header and the main columns. */
#secondary-content {}
#secondary-content .region-inner {}

/* Tertiary content is a full width region above the footer, 
   below the main content. */
#tertiary-content {}
#tertiary-content .region-inner {}

/* Content top and bottom are above and below the main content, 
   within the main content column. */
#content-top {}
#content-bottom {
    margin-top: 10px;
}

#sliderarea{
    height: 200px;
    
    background: #9C9E9F;

    margin:0px 0px 0px 0px;
    
}
#sliderarea #slidertopizq{
/* height:200px;
width:100px;
background: url('images/LogoUNPA_azul.png') 0px 3px no-repeat;
float:left; */

    background: url("images/LogoUNPA_blanco.png") no-repeat scroll center 3px transparent;
    
    height: 200px;
    
    position: relative;
    float: left;
    width: 20%;
    

}
#sliderarea #slidertopcentro{
height:200px;
width:450px;
position:absolute;
margin-left:0px;
margin-top:0px;
}
#sliderarea #slidertopder{
height:200px;
width:309px;
background:  #9C9E9F;
float:right;
/* border-right: 1px solid #ffffff; */
}


#slidertopprin{
width:100%;
padding: 0px;
display: block;
margin:0 auto 0;
height: 100%;
}
#contenedor_slide #slidertopizq{
/*
height:255px;
width:100px;
background: url('images/LogoUNPA_azul.png') 0 30px no-repeat;
float:left; */

    background: url("images/LogoUNPA_azul.png") no-repeat scroll center 30px transparent;
    /*background: url("/sites/default/files/editor/paginas/LogoUNPA_cancer_mama_.png") no-repeat scroll center 30px transparent;*/
    height: 255px;

    position: relative;

    float: left;
    width: 20%;
    
}
#contenedor_slide #slidertopcentro{
height:255px;
width:450px;
background:gray;
position:absolute;
margin-left:0px;
margin-top:0px;

}
#contenedor_slide #slidertopder{
height:255px;
width:310px;

float:right;

}
#contenedor_slide #slidertopder #views_slideshow_singleframe_main_slideshow_top-block_1{
    z-index:-50;
}
#contenedor_slide #slidertopder .views-slideshow-controls-bottom{
    
    margin-top: -26px;
    
    position:relative;
    z-index: 10;
    
}

#contenedor_slide #slidertopder .views-slideshow-controls-bottom a{

    padding-left: 27px;
    padding-right: 2px;
    color: white;
    font-size: 0px;
   display:block;
   height: 25px;
   float: left;

}

#contenedor_slide #slidertopder .views-slideshow-controls-bottom a:active,#slidertopder .views-slideshow-controls-bottom a:visited,#slidertopder .views-slideshow-controls-bottom a:focus{
    text-decoration: none;
    border:none;
}
#contenedor_slide a#views_slideshow_singleframe_prev_slideshow_top-block_1{
    background: url('images/ant.png') top left no-repeat;
}
#contenedor_slide #slidertopder a#views_slideshow_singleframe_next_slideshow_top-block_1{
    background: url('images/sig.png') top left no-repeat;
}
#contenedor_slide #slidertopder a.views_slideshow_singleframe_play{
    background: url('images/play.png') top left no-repeat;
}
#contenedor_slide #slidertopder a.views_slideshow_singleframe_pause{
    background: url('images/pausa.png') top left no-repeat;
}
/**********************************************************
 *                      Sidebars
 **********************************************************/
/* Target both sidebars with this low specifity selector. */
.sidebar {}
.sidebar-inner {}

/* Target a specific sidebar, inner or sidebar-inner. */
#sidebar-left {border-left:solid 2px #e4e7ea; padding-left:4px;}
#sidebar-left .sidebar-inner {}

#sidebar-right {border-left:solid 2px #e4e7ea; padding-left:4px;}
#sidebar-right .sidebar-inner {}


/*********************************************************
*                     GPanel Regions
**********************************************************/
.two-col-50 {}
.two-col-50 .col-1 {}
.two-col-50 .col-2 {}

.two-col-50.with-nested {}
#two-col-50-nested {}
.two-col-50.with-nested .col-1 {}
.two-col-50.with-nested .col-2 {}
.two-col-50.with-nested #two-col-50-nested .col-1 {}
.two-col-50.with-nested #two-col-50-nested .col-2 {}

.three-col-33 {}
.three-col-33 .col-1 {}
.three-col-33 .col-2 {}
.three-col-33 .col-3 {}

.four-col-25 {}
.four-col-25 .col-1 {}
.four-col-25 .col-2 {}
.four-col-25 .col-3 {}
.four-col-25 .col-4 {}

.gpanel {
    clear: both;
    margin: 0.75em 0.75em;
}

/**********************************************************
 *                   Skip navigation
 **********************************************************/
/**
 * To hide the skip-nav you can use: 
 * 
 * height: 0; 
 * overflow: hidden;
 * 
 * Do not use display:none as this hides it from screen readers!
 */
#skip-nav {
   text-align: right; /* LTR */
}

/* Override default pseudo class styles */
#skip-nav a:link    {}
#skip-nav a:visited {}
#skip-nav a:hover   {}
#skip-nav a:focus   {}
#skip-nav a:active  {}

/**
 * An alternative method is to position the skip-nav link offscreen
 * until the user tabs the link into focus. Uncomment the following to use.
 * 
 * Adjust the style of the active/focused link to suit.
 */
/*
#skip-nav {
   text-align: left;
}
#skip-nav a:link, 
#skip-nav a:hover, 
#skip-nav a:visited {
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: -999em;
}
#skip-nav a:active,
#skip-nav a:focus {
  background: #FFF;
  color: #C00000;
  height: 1.5em;
  overflow: visible;
  position: fixed;
  top: 0;
  right: 0;
  width: auto;
  z-index: 1000;
}
*/


/**********************************************************
 *                 Header Elements
 **********************************************************/
/* #header wraps #branding, #search-box-top and #header-blocks. */
#header {
    
    margin-bottom: 0px;
    padding-bottom: 0px;
    background: #9C9E9F;
    padding-top: 3px;
}

/* #branding wraps #logo, #site-name and #site-slogan. */
#branding {
  float: left; /* LTR */
}

/* h1 is for the front page only, all others use the div. */
#branding h1 {font-size: 1em;} /* reset h1, do not change! */

/* Logo and site_name wrapper. */
.logo-site-name {}
div.logo-site-name {
}
h1.logo-site-name  {}

/* DIV/strong combo when when title is set. */
div.logo-site-name strong {}

/* Remove display:block if you want the site name inline with the logo. */
.logo-site-name span {
/*  display: block;*/
}

/* Logo. */
#logo {
}

#site-name {
  font: normal 1.6em serif;
  line-height: 1.5;
  float: right;
  width: 300px;
  padding-top:40px;
  border-bottom: 1px solid #CCC;
  padding-bottom: 40px;

}
#site-name a
{color: #000;
text-decoration: none;}

/* Override default pseudo class styles. */
#site-name a:link    {}
#site-name a:visited {}
#site-name a:hover   {}
#site-name a:focus   {}
#site-name a:active  {}

/* Site slogan. */
#site-slogan {}


/**********************************************************
 *    Search box, Advanced search form, Search results
 *          For the search block see blocks.css
 **********************************************************/
/**
 * Search box
 */
/* Float the serch box right. */
#search-box {
  float: right; /* LTR */
}

#header #search-box .form-submit{
  width: 50px;
  height: 22px;
  border: none;
  background: #004D95;
  color: #FFFFFF;
}

#header #search-box .form-submit:hover{
  background:#ABC;
  border: 1px solid #315b87;
}

/* Reset form element margins. */
#search-theme-form {
  margin: 1.5em 0;
}

/* Use the child selector because the inner div has no class. */
#search-theme-form > div {}

/* #search and .container-inline apply to the same div. */
#search-theme-form #search {}
#search-theme-form .container-inline {}

#search-theme-form label {visibility:hidden;}
#search-theme-form input {}
#search-theme-form .form-item {}
#search-theme-form .form-submit {}

#edit-search-theme-form-1 {}

/* Override forms.css focus style */
#edit-search-theme-form-1:hover,
#edit-search-theme-form-1:focus {}


/**
 * Advanced search form
 */
/* Advanced search-form id. */
#search-form {}

/* Use the child selector because the inner div has no class. */
#search-form > div {}
#search-form .container-inline {}
#search-form #edit-keys-wrapper {}

#search-form label {}
#search-form input {}
#search-form .form-item {}
#search-form .form-submit {}

/* Override forms.css text field focus style. */
#search-form #edit-keys-wrapper input:hover,
#search-form #edit-keys-wrapper input:focus {}

/* Advanced search fieldset. */
fieldset #search-advanced {}

/**
 * Search results
 */
/* Box styles for the results page. */
.section-search .box {}
.section-search .box-inner {}
.section-search .box-title {}

/* Style the no results messages. */
.section-search .box ul {}
.section-search .box ul li {}

/* Search results document list. */
dl.search-results {}
dl.search-results dt {}
dl.search-results dd {}
dl.search-results dd p {}
dl.search-results dd .search-snippet {}
dl.search-results dd .search-info {}


/**********************************************************
 *               Primary & Secondary Links
 **********************************************************/
/**
 * Implimentation of Primary and Secondary Links.
 *
 * Primary & Secondary Links are colored by default so you 
 * can easily identify them.
 */

/**
 * #nav is the containing div for Primary & Secondary Links.
 */
#nav {
  margin: 0.75em 0;
}

/**
 * Primary Links Positioning
 */
/* FLOAT PRIMARY RIGHT */
/* #primary .primary-inner {float: right;} */
/* ALIGN PRIMARY CENTER */
/* #primary .primary-inner {display: table; margin: 0 auto; text-align: center;} */

/**
 * Primary Links Style
 * Example styles to get you started.
 */
#primary {}

#nav .primary-links {
  background: #DDD; /* Default gray for dev only. */
  font-weight: bold;
  margin: 0;
  padding: 0;
}

/* Modify the margin to set tab spacings. */
#nav .primary-links li {
  display: inline;
  line-height: 2;
  list-style: none;
  margin: 0 1em;
  padding: 0;
}

#nav .primary-links li a {
  text-decoration: none;
  white-space: nowrap;
}

/* Set pseudo class styles. */
#nav .primary-links li a:hover {}
#nav .primary-links li a:focus {}
#nav .primary-links li a:active {}
#nav .primary-links li a:visited {}

/* Primary first and last classes. */
#nav .primary-links li.first {}
#nav .primary-links li.last {}

/* Active trail classes. */
#nav .primary-links li.active {}
#nav .primary-links li.active-trail {}
#nav .primary-links li.active-trail a {}


/**
 * Secondary Links Positioning
 */
/* FLOAT SECONDARY RIGHT */
/* #secondary .secondary-inner {float: right;} */
/* ALIGN SECONDARY CENTER */
/* #secondary .secondary-inner {display: table; margin: 0 auto; text-align: center;} */

/**
 * Secondary Links Style
 */
#secondary {}

#nav .secondary-links {
  background: #EEE; /* Default gray for dev only. */
  font-weight: bold;
  margin: 0;
  padding: 0;
}

/* Modify the margin to set tab spacings. */
#nav .secondary-links li {
  display: inline;
  line-height: 2;
  list-style: none;
  margin: 0 1em;
  padding: 0;
}

#nav .secondary-links li a {
  text-decoration: none;
  white-space: nowrap;
}

#nav .secondary-links li a:hover {

}

/* Set pseudo class styles. */
#nav .secondary-links li:hover {
  background:url(fondomenu.png) repeat-x bottom left;
}
#nav .secondary-links li a:focus {}
#nav .secondary-links li a:active {}
#nav .secondary-links li a:visited {}

/* Secondary first and last classes. */
#nav .secondary-links li.first {}
#nav .secondary-links li.last {}

/* Active trail classes. */
#nav .secondary-links li.active {}
#nav .secondary-links li.active-trail {}
#nav .secondary-links li.active-trail a {}


/**********************************************************
 *                      Breadcrumb
 **********************************************************/
/**
 * Genesis places the breadcrumb directly below the header, 
 * giving it the full width of theme to expand into.
 * You can eaisly drag the breadcrumb html to the main 
 * content column if you need to.
 */
#breadcrumb {
  padding: 0.35em 0.75em;
  background: #ECEDED;
}


/**********************************************************
 *                       Mission
 **********************************************************/
#mission {
  font-weight: bold;
  margin: 0 0 1.5em;
}


/**********************************************************
 *                    H1 Page Title
 **********************************************************/
/* The main title on each page. */
h1#page-title {
    font-size: 1.5em;
    line-height: 1.2em;
    margin-bottom: 0px;
}


/**********************************************************
 *                     Pager 
 **********************************************************/
/* The first 2 classes provide the base pager styles. */
.item-list ul.pager    {}
.item-list ul.pager li {
  margin: 0;
}

/* Theme the various states of pager links. */
.item-list ul.pager li a:link    {}
.item-list ul.pager li a:visited {}
.item-list ul.pager li a:hover   {}

/* Note: .pager-current is for the current page. */
.item-list ul.pager li.pager-item     {}
.item-list ul.pager li.first          {}
.item-list ul.pager li.last           {}
.item-list ul.pager li.pager-current  {}
.item-list ul.pager li.pager-first    {}
.item-list ul.pager li.pager-previous {}
.item-list ul.pager li.pager-next     {}
.item-list ul.pager li.pager-last     {}


/**********************************************************
 *               Footer, Footer Message
 **********************************************************/
#foot-wrapper {
  margin: 0.375em 0.75em;
}

#footer {}
#footer .region-inner {}

#footer-message {
    text-align: center;
}

#footer a, 
#footer-message a {}


/**********************************************************
 *                 RSS Feed Icon
 **********************************************************/
.feed-icon {}
.feed-icon img {
  padding:0 0.5em;
}
#footer-message a.feed-icon {}

/*******************************************************
*  Estilo del menú
********************************************************/

#block-menu-menu-menuareas{
    width: 990px;
    height: 27px;
    padding: 0px;
    margin: 0px auto;
    text-transform: uppercase;
    font-size: 0.9em;
}
#block-menu-menu-menuareas ul.menu{
    margin: 0px;
}

#block-menu-menu-menuareas ul, #block-menu-menu-menuareas li {
        height: 100%;
}
#block-menu-menu-menuareas li{
      background-image: none;
      
}

#block-menu-menu-menuareas ul {
	list-style-type:none;
        list-style-position:outside;

}
#block-menu-menu-menuareas ul.menu li {
	display: inline;
	float: left;
	position: relative;
	width: auto;
	padding: 0px;
        margin: 0px;
}
#block-menu-menu-menuareas ul.menu li a {
	text-decoration: none;
	text-align: center;
	font-size: 0.9em;
	display: block;
	padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        height: 22px;
        color: #fff;
        font-weight: bold;
}
#block-menu-menu-menuareas ul.menu a:hover {
	
        text-decoration: underline;
}
#block-menu-menu-menuareas ul.menu a.activado {
    background: #9C9E9F;
    
}




/*******************************************************
*  Estilo del menú
********************************************************/

#block-menu-menu-institucional{
    margin: 0px;
    height: 23px;
    padding: 3px 3px;
    background:  #9C9E9F;
}

#block-menu-menu-institucional ul, #block-menu-menu-institucional li {
	margin: 0;
	padding: 0;
	text-indent: 0;
}

#block-menu-menu-institucional li{
      margin: 0;
      padding-left: 0;
      background-image: none;
      
}

#block-menu-menu-institucional li li{
      border-right: none;
      
}

#block-menu-menu-institucional ul {
	list-style-type:none;
        list-style-position:outside;
}
#block-menu-menu-institucional ul.menu li {
	display: inline;
	float: left;
	position: relative;
	
        color:#fff;
	width: auto;
	padding: 0px;
	z-index:1000;
}
#block-menu-menu-institucional ul.menu li a {
	text-decoration: none;
	
        color:#fff;
        font-weight: bold;
	font-size: 0.9em;
	display: block;
	width: auto;
        padding: 3px;
}
#block-menu-menu-institucional ul.menu li a:hover, #block-menu-menu-institucional ul.menu li a:active {
	
        
        
}
#block-menu-menu-institucional ul.menu li ul {
        list-style-type:none;
        list-style-position:outside;
        position: absolute;
	display: none;
	width:auto;
       
        z-index: 1000;
}

#block-menu-menu-institucional ul.menu li ul{
/* -moz-border-radius: 7px;
-webkit-border-radius: 7px; */
}

#block-menu-menu-institucional ul.menu li ul li {
	list-style-image:none;
	display: block;
	width:180px; /*139*/
	float: none;
	margin: 0;
	background:none;

}
#block-menu-menu-institucional ul.menu li ul li a {

	font-size: 0.8em;
	
        font-weight: normal;
	width:171px;/*130*/
	background:none;
}

#block-menu-menu-institucional ul.menu li ul li a:hover {
	text-decoration:underline;
	background:none;
}

#block-menu-menu-institucional ul.menu li ul li ul{
	position: absolute;
	display:none;
	width:auto;
	height:auto;
	left:180px;/*139px*/
        top:0px;
}

#block-menu-menu-institucional ul.menu li ul li ul li{
	display: block;
	width:180px;
	border-right: none;
        /* border-bottom: 1px dotted #0072b9;*/


}
#block-menu-menu-institucional ul.menu li ul li ul li a{
	font-size: 0.8em;
	font-weight:normal;
        
	width:140px;
}

#block-menu-menu-institucional ul.menu li ul li{

}

#block-menu-menu-institucional ul.menu li ul li ul {
position:absolute;
}
#block-menu-menu-institucional ul.menu li ul li ul li{
position:relative;
display: block;
}
#block-menu-menu-institucional ul.menu li ul li ul li ul li{
position:relative;
margin-left:5px;
width:139px;
}
/**
	Personalización del área Inicio
*/
#block-menu-menu-menuareas #areainicio a{
	background: #9C9E9F;
	color: #fff;
}
#block-menu-menu-menuareas #areainicio a.activado{
	background: #9C9E9F;
	color: #fff;
}

/**
Personalización del área Institucional
*/
#block-menu-menu-menuareas #areainstitucion a{
    color: #872434;

}

#block-menu-menu-menuareas #areainstitucion a.activado{
    background: #872434;
    color: #fff;
}
.submnuinstitucion{
    background: #872434!important;

}
.submnuinstitucion li{
    border-right: 2px solid #ffffff;
}

.submnuinstitucion ul.menu li a:hover, .submnuinstitucion ul.menu li a:active {

    background:url(fondomnublanco.png) repeat top left;
    color: #872434!important;
        
}
.submnuinstitucion  ul.menu li ul {
    background:url(fondomnublanco.png) repeat top left;
}
.submnuinstitucion  ul.menu li ul a{
    color: #872434!important;
}
.sliderinstitucion{
    border-bottom: 2px solid #872434;
    background: #872434!important;
}

.sliderinstitucion #tblnovedadesarea td:hover{
background:  url(fondomnublanco.png) repeat top left;

}
.sliderinstitucion #tblnovedadesarea td:hover > a{

color: #872434;
}

.sliderinstitucion #slidertopder{
background: #872434!important;
}

/**
Personalización del área Enseñanza
*/
#block-menu-menu-menuareas #areaensenanza a{
    color: #9C9A00;

}

#block-menu-menu-menuareas #areaensenanza a.activado{
    background: #9C9A00;
    color: #fff;
}
.submnuensenanza{
    background: #9C9A00!important;
}
.submnuensenanza li{
    border-right: 2px solid #ffffff;
}

.submnuensenanza ul.menu li a:hover, .submnuensenanza ul.menu li a:active {

    background:url(fondomnublanco.png) repeat top left;
    color: #9C9A00!important;

}
.submnuensenanza  ul.menu li ul {
    background:url(fondomnublanco.png) repeat top left;
}
.submnuensenanza  ul.menu li ul a{
    
    color: #9C9A00!important;
}
.sliderensenanza{
    border-bottom: 2px solid #9C9A00;
    background: #9C9A00!important;
}

.sliderensenanza #tblnovedadesarea td:hover{
background:  url(fondomnublanco.png) repeat top left;

}
.sliderensenanza #tblnovedadesarea td:hover > a{

color: #9C9A00;
}
.sliderensenanza #slidertopder{
background: #9C9A00!important;
}

/**
Personalización del área Ciencia y Tecnología
*/
#block-menu-menu-menuareas #areacecyt a{
    color: #FFB60F;

}

#block-menu-menu-menuareas #areacecyt a.activado{
    background: #FFB60F;
    color: #fff;
}
.submnucecyt{
    background: #FFB60F!important;
}
.submnucecyt li{
    border-right: 2px solid #ffffff;
}

.submnucecyt ul.menu li a:hover, .submnucecyt ul.menu li a:active {

    background:url(fondomnublanco.png) repeat top left;
    color: #FFB60F!important;

}
.submnucecyt  ul.menu li ul {
    background:url(fondomnublanco.png) repeat top left;
}
.submnucecyt  ul.menu li ul a{
    color: #FFB60F!important;
}
.slidercecyt{
    border-bottom: 2px solid #FFB60F;
    background: #FFB60F!important;
}

.slidercecyt #tblnovedadesarea td:hover{
background:  url(fondomnublanco.png) repeat top left;

}
.slidercecyt #tblnovedadesarea td:hover > a{

color: #FFB60F;
}

.slidercecyt #slidertopder{
background: #FFB60F!important;
}
/**
Personalización del área Extensión y Transferencia
*/
#block-menu-menu-menuareas #areaextytransf a{
    color:  #FF7D00;

}

#block-menu-menu-menuareas #areaextytransf a.activado{
    background: #FF7D00;
    color: #fff;
}
.submnuextytrans{
    background: #FF7D00!important;
}
.submnuextytrans li{
    border-right: 2px solid  #ffffff;
}

.submnuextytrans ul.menu li a:hover, .submnuextytrans ul.menu li a:active {

    background:url(fondomnublanco.png) repeat top left;
    color: #FF7D00!important;
}
.submnuextytrans  ul.menu li ul {
    background:url(fondomnublanco.png) repeat top left;
}
.submnuextytrans  ul.menu li ul a{
    color: #FF7D00!important;
}
.sliderextytransf{
    border-bottom: 2px solid  #FF7D00;
    background: #FF7D00!important;
}

.sliderextytransf #tblnovedadesarea td:hover{
background:  url(fondomnublanco.png) repeat top left;

}
.sliderextytransf #tblnovedadesarea td:hover > a{

color: #FF7D00;
}

.sliderextytransf #slidertopder{
background: #FF7D00!important;
}

/**
Personalización del área Gestión
*/
#block-menu-menu-menuareas #areagestion a{
    color:  #004D95;

}

#block-menu-menu-menuareas #areagestion a.activado{
    background: #004D95;
    color: #fff;
}
.submnugestion{
    background: #004D95!important;
}
.submnugestion li{
    border-right: 2px solid  #ffffff;
}

.submnugestion ul.menu li a:hover, .submnugestion ul.menu li a:active {

    background:url(fondomnublanco.png) repeat top left;
    color: #004D95!important;

}
.submnugestion  ul.menu li ul {
    background:url(fondomnublanco.png) repeat top left;
}
.submnugestion  ul.menu li ul a{
    
    color: #004D95!important;
}
.slidergestion{
    border-bottom: 2px solid  #004D95;
    background: #004D95!important;
}

.slidergestion #tblnovedadesarea td:hover{
background:  url(fondomnublanco.png) repeat top left;

}
.slidergestion #tblnovedadesarea td:hover > a{

color: #004D95;
}
.slidergestion #slidertopder{
background: #004D95!important;
}

/**
Personalización del área Bienestar Universitario
*/
#block-menu-menu-menuareas #areabienestar a{
    color:  #009DDB;

}

#block-menu-menu-menuareas #areabienestar a.activado{
    background: #009DDB;
    color: #fff;
}
.submnubienestar{
    background: #009DDB!important;
}
.submnubienestar li{
    border-right: 2px solid  #ffffff;
}

.submnubienestar ul.menu li a:hover, .submnubienestar ul.menu li a:active {

    background:url(fondomnublanco.png) repeat top left;
    color: #009DDB!important;

}
.submnubienestar  ul.menu li ul {
    background:url(fondomnublanco.png) repeat top left;
}
.submnubienestar  ul.menu li ul a{
    color: #009DDB!important;
}
.sliderbienestar{
    border-bottom: 2px solid  #009DDB;
    background: #009DDB!important;
}

.sliderbienestar #tblnovedadesarea td:hover{
background:  url(fondomnublanco.png) repeat top left;

}
.sliderbienestar #tblnovedadesarea td:hover > a{

color: #009DDB;
}
.sliderbienestar #slidertopder{
background: #009DDB!important;
}
/**
Personalización del área Información y Comunación
*/
#block-menu-menu-menuareas #areainfycom a{
    color:  #AE005F;

}

#block-menu-menu-menuareas #areainfycom a.activado{

    background: #AE005F;
    color: #fff;
 
}
.submnuinfycom{
    background: #AE005F!important;
}
.submnuinfycom li{
    border-right: 2px solid  #ffffff;
}

.submnuinfycom ul.menu li a:hover, .submnuinfycom ul.menu li a:active {

    background:url(fondomnublanco.png) repeat top left;
    color: #AE005F!important;

}
.submnuinfycom  ul.menu li ul {
    background:url(fondomnublanco.png) repeat top left;
}
.submnuinfycom  ul.menu li ul a{
    
    color: #AE005F!important;
}
.sliderinfycom{
    border-bottom: 2px solid  #AE005F;
    background: #AE005F!important;
}

.sliderinfycom #tblnovedadesarea td:hover{
background:  url(fondomnublanco.png) repeat top left;

}
.sliderinfycom #tblnovedadesarea td:hover > a{

color: #AE005F;
}
.sliderinfycom #slidertopder{
background: #AE005F!important;
}

/*
* Estilo de la barra de contacto superior derecha
*/
#barracontacto{
    height: 18px;
    position: absolute;
    right: 5px;
    padding: 3px 0px 0px 0px;
    
    overflow: hidden;
}
#barracontacto ul{
    
    width: auto;
    list-style-type:none;
    list-style-position:outside;
    
}
#barracontacto ul li{
    float:left;
    padding-left: 4px;
    padding-right: 4px;
}
#barracontacto ul li a{
    
    padding-left: 18px;
    
    font-size: 0.9em;

    text-decoration: none;

    color: #333;
    display: block;
    height: 18px;
}

#barracontacto ul li:hover{
  background:url(fondocontainer.png) repeat top left;
}

#barracontacto a#linkrss{
    background: url('images/rss.png') no-repeat top left;
}
#barracontacto a#webmail{
    background: url('images/webmail.png') no-repeat top left;
}

#barracontacto a#contacto{
    background: url('images/contacto.png') no-repeat top left;
}

#barracontacto a#sitemap{
    background: url('images/sitemap.png') no-repeat top left;
}
#barracontacto a#sitecontent{
    background: url('images/sitecontent.png') no-repeat top left;
}

#calendariounpa{

    width: 36px;
    height: 36px;
    padding: 0px;
}
#calendario_mes{
    font-size: 7px;
    text-align: center;
    color: white;
    font-weight: bold;
    
    height: 11px;
    vertical-align: middle;
    background: url('headfecha.png') no-repeat top left;
    /*background: red;*/
}
#calendario_dia{
    font-size: 10px;
    text-align:center;
    color:black;
    font-weight:bold;
    height: 12px;
    vertical-align: middle;
background: url('fillfecha.png') repeat-y top left;
  /*  background: blue;*/
}
#calendario_anio{
    font-size: 7px;
    text-align: center;
    color: black;
    font-weight: bold;
    height: 13px;
    vertical-align: middle;

   background: url('bottfecha.png') no-repeat bottom left;
   /* background: green;*/
}

#contenedorpie{
    margin: 0 auto;
    height: 280px;
    background: #333;
    display: block;
    padding: 5px 0.75em;
    
}
.menuexpandido{
    float:left;
    width:14%;
    color: white;
}
.menuexpchico{
    float:left;
    width:11%;
    color: white;
}
.menuexpgrande{
    float:left;
    width:17%;
    color: white;
}
#contenedorpie h2{
    font-size:16px;
    color:#e4e7ea;
}
#contenedorpie a{
    
    color:#e4e7ea;
}
/**
*      Página de listado de Plan de Desarrollo Institucional
*/
.view-listado-pdi .views-field-title a{
    color: #444444;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 0.3em;
    font-size: 1.2em;
    text-decoration: none;
}

.view-listado-pdi .views-field-view-node a{
    
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 0.3em;
    font-size: 1em;
}
.view-listado-pdi .views-row {
    margin-top: 20px;
}

/**
* Formato tablas
*/
table#tblautoridades{
    width: 100%;
}
#tblautoridades #tbltitulo{
    background: #DADADA;
    border: 1px solid #CCCCCC;
    font-weight: bold;
    font-family: 'arial';
}

/**
* Formato Tabla Asamblea
*/
#tblformato {
    border: 0 none;
    width: 100%;
}
#tblformato thead {
    background: none repeat scroll 0 0 #DADADA;
}
#tblformato thead th {
    text-align: center;
}
#tblsec {
    background: none repeat scroll 0 0 #DADADA;
    font-weight: bold;
}
#tbltit {
    background: none repeat scroll 0 0 #F2F6FA;
    font-weight: bold;
}
#tbltitloc{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
	background: #ff7d00;
}
#tblsubtit {
    border-bottom: 1px solid black;
    font-weight: bold;
}

a#text_resize_decrease {
    background: url("images/decrementarletra.png") no-repeat scroll 0 0 transparent;
    height: 16px;
    width: 16px;
    margin: 0px 5px;
}
a#text_resize_increase {
    background: url("images/incrementarletra.png") no-repeat scroll 0 0 transparent;
    height: 16px;
    width: 16px;
    margin: 0px 5px;
}

a#text_resize_reset {
    background: url("images/resetearletra.png") no-repeat scroll 0 0 transparent;
    height: 16px;
    width: 16px;
    margin: 0px 5px;
}

#slidercontizqder{
    float: left;
    width: 760px;
}

#paginadorconvenios a{
    padding: 3px;
}

#vermasconvenios{
    display: block;
    height: 30px;
}
#vermasconvenios a{
    text-decoration: none;
}
#vermasconvenios img{
    float: left;
    margin-top: -5px;
}
.print-link{
    /* padding-bottom: 0.25em;
    border-top: 1px solid #666;
    margin-bottom: 0.25em;
    border-bottom: 1px solid #666;
    background: #CFCFCF;
    padding-right: 5px; */
   
    padding-bottom: 0.25em;
    /* border-top: 1px solid #777; */
    margin-bottom: 0.25em;
    /* border-bottom: 1px solid #777; */

    padding-right: 5px;
    
}
.label-timeline_gestion_presupuesto-set-0{
    font-size: 0.9em;
}

#conColTransversal{
    float:right;
    width: 400px;
    margin-left: -400px;
    height: auto;
}
#colTransversal{
   text-align: center;
}
#conColTransversal #sidebar-left, #conColTransversal #sidebar-right {
    margin-left: 0px;
    width: 190px;
}
.view-id-boletines_electronicos td.views-field-title{
    width: 130px;
}
.view-llamados-cobertura-cargo-docente .views-field-field-cargo-codigo-value{
    width: 70px;
}
