/* CSS Document */

BODY {
	background: #fffff7 url('images/fondobody1.gif');
	margin: 0px;
	padding: 0px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color:#252515;
	font-family: Verdana, arial, helvetica, sans-serif;	
	font-size: 0.9em;
}

h1, h2, h3 {
	font-weight: bold;
	color: #004761;
}

h1 { font-size: 125%; }
/*h2 { font-size: 120%; }
*/
h2 {
	font-size: 115%;
	text-align: left;
/*	font-variant: small-caps;
	font-style: italic;
	background: url('images/dot.gif') no-repeat left;
	text-indent: 5px;
*/}

h3 {
	font-size: 100%;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	text-align: left;
}
h4 {
	font-weight: normal;
	font-size: 0.9em;
	color: #77783E;
/*	color: #004761;
*/	margin: 15px 0px 5px 0px;
	text-decoration: underline;
}

hr {
	border: 0px;
	color: black;
	background-color: #000;
	height: 1px;
}
  
A:link {COLOR: #252515; TEXT-DECORATION: none}

A:visited {COLOR: #252515; TEXT-DECORATION: none}

A:active {TEXT-DECORATION: none}

A:hover {COLOR: rgb(100,0,0); TEXT-DECORATION: none}

.none {display: none;}
.sinborde {border:0;}
.sinmargenes { margin: 0;}
.noflot {clear:both;}
.cl_area{ clear:both;}

/**************************************
     CABECERA
**************************************/	  
#barrasup {
	left: 0; 
	top: 0; 
	position: relative; 
	width: 100%;
	margin:0;
	height:20px;
	border-bottom: 1px solid #777; 
	background: #f7f7f7 url('images/fondomenusup1.gif') repeat-x 0% 50%;
	padding: 1px 0px 0px;
	font-size: 0.8em;
	white-space: nowrap;
}

#dfecha {
	width:27%;
	float:right;
	text-align:right;
	padding-right:5px;
	padding-top:0.2em;
	color: rgb(107,57,1);
}

#bloquesup {
	margin: 0px;
	left: 0px;
	top: 0px;
	position: relative;
	width: 100%;
	height: 75px;
	background-color: #FFFFFF;
}

#bloquesupizq {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 159px;
	background: #fff;
	border-right: 1px solid #BBCFCF;
	padding: 0;
	height: 100%;
}

#bloquesupder {
	margin: 0px 0px 0px 160px;
	padding:0;
	position: relative;
	height: 100%;
	background-image: url(images/rotulocopia.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#logoCentro {
	float: right;
	width: 70px;
	height: 70px;
	margin-right: 10px;
	background-image: url(images/logoccquim.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 3px;
}

#tit_rotulos{
	position: absolute;
	top: 0px;
	left:5px;
	padding: 7px;
	vertical-align: top;
	text-align: left;
	display:block;
	margin:5px;
	height: 50px;
	float: left;
	width:40%;
    background-image: url(images/ftitulo.png)!important;
    background-image: none;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ftitulo.png');
}
#tit_rotulos .tit{
	font-size: 120%;
	font-weight: bold;
	color: #004761;
}
#tit_rotulos .subtit{
	font-size: 100%;
	font-weight: bold;
/*	padding-top: 10px;
*/	color: rgb(107,57,1);
}

#menubarra {
	margin: 0; 
	left: 0; 
	top: 0; 
	position: relative; 
	background: #fffff7 url('images/fondoperfilamarillo.gif') repeat-x  bottom left;
	width: 100%;
}
#barraizq {
	position: absolute;
	left: 0;
	top: 0;
	width: 159px;
	height: auto;
	padding: 2px 0px 1px 5px;
	vertical-align:bottom;
	text-align: center;
	border-right: 1px solid #A88470;
	border-top: 1px solid #ad9494;
	white-space: nowrap;
}
#barrader {
	color: #000;
	margin: 0px 0px 0px 159px;
	padding: 4px 4px 6px 8px;
	position: relative;
	overflow: visible;
	border-top: 1px solid rgb(124,140,148); 
	border-left: 1px solid rgb(124,140,148); 
	white-space: nowrap;
	font-size: 0.75em;
	background: #BBCFCF url('images/fondobarra.gif') repeat-x bottom;
}

#barrader a {
	border: 1px solid #BBCFCF;
	padding: 1px 2px 1px 2px;
}

#barrader a:hover {
	color: rgb(181,28,28);
	border: 1px solid #e4eeee;
	padding: 1px 2px 1px 2px;
}




/**************************************
      BLOQUE CENTRAL
**************************************/	  
#container {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

#container h1 {
	display:none;
}

#contenidoizq {
	float:left;
	position: absolute;
	left: 0;
	top: 0;
	width: 159px;
	height: auto;
	padding: 8px 0px 10px;
	background: #B8E2F1;
	border-right: 1px solid #BBCFCF;
	border-bottom: 1px solid #BBCFCF;
}

#contenidoder {
	margin: 0px 0px 0px 159px;
	position: relative;
	overflow: visible;
	background: #fff;
	height:100%;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #BBCFCF;
	border-left-color: #BBCFCF;
}

#menu_lat {
	background-color: #B8E2F1;
	color: #000000;
	margin-left: 5px;
}

#menu_lat .menulatrotulo {
	font-size: 0.9em;
	color: rgb(107,57,1);
	border: 1px outset;
	width: 90%;
	padding: 2px;
	display: block;
	background-color: #B8E2F1
	border-bottom: 1px solid #777; 
	background: #f7f7f7 url('images/fondomenusup1.gif') repeat-x 0% 50%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	font-weight: bold;
	font-variant: small-caps;
}

#menu_lat A{
	font-size: 0.75em; 
	text-decoration: none;
	width: 140px;
	height: auto;
	padding: 2px ;
	margin-left:3px;
	margin-top:1px;
	margin-bottom:0px;
	margin-right:0px;
	display: block;
	white-space: normal;
	border: 1px solid #5CBCDE;
}

#menu_lat A:hover {
	background-color: #5CBCDE;
	color: #000000;
	border: 1px solid #5CBCDE;
}

#mitadizqpor {
	position: relative;
	float: left;
	width: 75%;
	height:auto;
	overflow: visible;
	padding-top: 20px;
	padding-left: 15px;
	background: #fff;
}

#mitadderpor {
	position:relative;
	float:right;
	width:19%;
	margin-right:10px;
	margin-left:-50px;
	margin-top: 3%;
	border-right: 1px solid #ccc;
	background: #fff;
}

#mitadizqpag {
	position: relative;
	float: left;
	width: 80%;
	height:auto;
	overflow: visible;
	padding-top: 20px;
	padding-left: 20px;
	background: #fff;
}

#mitadizqpag_i {
	padding-top: 20px;
	padding-left: 20px;
	background: #fff;
}


#mitadderpag {
	position:relative;
	width:19%;
	float:right;
	margin-right:10px;
	margin-left:-50px;
	margin-top: 5%;
	border-right: 1px solid #ccc;
}

#mitadderpag2 {
	position:relative;
	float:right;
	width:12%;
	margin-right:10px;
	margin-left:-50px;
	margin-top: 1%;
	border-right: 1px solid #ccc;
}

#area_anuncios {
	margin-left:10px;
	margin-bottom:5px;
	margin-top:10px;
	background: #fff;
	position:relative;
}

#area_anuncios A {
	padding-top: 5px;
	display:block;
	height:40px;
}

#area_anuncios A:hover {
	background-color: #95CAFF;
}


/*********************************
       ENLACES RAPIDOS
*********************************/	 

#p_accesosr {
	color: #000000;
	margin-top: 20px;
	margin-left: 5px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#p_accesosr A {
	position:relative;
	border-bottom: 1px solid #ccc;
	padding: 3px 0px 3px 30px;
	font-size: 0.65em;
	display:block;
	color: #000000;
	vertical-align: middle;
	background-image: url(images/dot1.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}

#p_accesosr A:hover {
	background-color: #F0F0F0;
	border-bottom: 1px solid #ccc;
}
#p_accesosr .rotulo {
	font-size: 0.8em;
	color: rgb(107,57,1);
	padding: 2px;
	display: block;
	border-bottom: 1px solid #777; 
	font-weight: bold;
	font-variant: small-caps;
}

#p_noticias {
	color: #000000;
	margin-left: 5px;
	margin-top: 10px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#p_noticias A {
	position:relative;
	border-bottom: 1px solid #ccc;
	padding: 3px 0px 3px 30px;
	font-size: 0.65em;
	display:block;
	color: #000000;
	vertical-align: middle;
	background-image: url(images/dot1.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#p_noticias A:hover {
	background-color: #FFEED9;
	color: #8D0D26;
}
#p_noticias .rotulo {
	font-size: 0.8em;
	color: rgb(107,57,1);
	padding: 2px;
	display: block;
	border-bottom: 1px solid #777; 
	font-weight: bold;
	font-variant: small-caps;
}

#p_enlaces {
	color: #000000;
	margin-left: 5px;
	margin-top: 10px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#p_enlaces A {
	position:relative;
	border-bottom: 1px solid #ccc;
	padding: 3px 3px 3px 30px;
	font-size: 0.65em;
	display:block;
	color: #000000;
	vertical-align: middle;
	background-image: url(images/dot1.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-attachment: scroll;
	height:30px;
	overflow: hidden;
}

#p_enlaces A:hover {
	background-color: #95CAFF;
	border-bottom: 1px solid #ccc;
}
#p_enlaces .rotulo {
	font-size: 0.8em;
	color: rgb(107,57,1);
	padding: 2px;
	display: block;
	border-bottom: 1px solid #777; 
	font-weight: bold;
	font-variant: small-caps;
}

#p_enlaces img {
	margin-right: 5px;
	border:none;
}

#m_enlaces {
	text-align: right;
	font-size: 0.7em;
}

#m_enlaces div {
	padding: 3px 0px 3px 30px;
	   color: #999999;

}


/*********************************
       PIE PÁGINA
*********************************/	 
#area_pie {
	margin: 0px;
	padding-top: 2px;
	margin-left: 159px;
	padding-bottom: 2px;
	padding-right: 5px;
	position: relative;
	left:0px;
}
#pieizq {
	width:20%;
	float:left;
	text-align:left;
}

#piecentro {
    font-weight: normal; 
	width:60%;
	float:left;
	text-align:center;
	padding-bottom:5px;
}
#pieder {
	width:20%;
	float:right;
	font-size: 0.75em;
	text-align:center;
}
#pieder A{
	color: #800000;
}

#pieder A:hover{
	color: #004761;
}

#area_pie .pie_ucm {
	color: #004761;
	font-size: 0.8em;
}

#area_pie .contacto {
	font-size: 0.75em;
}
/*********************************
       PORTADA
*********************************/	 
#FotoPortada {
	float: right;
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 7px 10px;
	background: #fff;
	position: relative;
    width: 360px;
}

#FotoPortada .lisdes {
    border-bottom: 1px solid #954;
    padding: 0px 0px 8px 8px;
}

#FotoPortada img {
    border: 1px solid #004761;
/*    padding: 0px 0px 8px 8px;
*/}

#FotoPortada .TextoFotoA {
   padding-top: 20px;
   text-align: justify;
   text-indent: 0.75em;
   font-size: 0.9em;
}
#FotoPortada .TextoFotoB {
   padding-top: 20px;
   text-indent: 0;
   text-align: center;
   font-size: 0.75em;
}

#NoticiasPortada {
    border: none;
    margin: 0px 5px 5px 0px;
    padding-bottom: 10px;	
}

#NoticiasPortada h2{
    margin: 0px;
    margin-bottom: 5px;
    padding: 1px 0px 1px 0px;
    font-weight:bold;
    border-bottom: 1px solid #E7D7CE;
    font-size: 0.9em;	
	color: #77783E;
}
#NoticiasPortada A:link {color: #004761;}
#NoticiasPortada A:visited {color: #004761;}
#NoticiasPortada A:hover {color: #77783E;}

#NoticiasPortada .TextoNoticiaPortada {
   margin-bottom: 5px;
   padding-bottom: 15px;
   font-size: 0.9em;
   text-indent: 0.75em;
}
