/* CSS Document */

/*LINKS ARCHIVO ¿se usa?*/
.archivo {
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height: 16px;
	text-decoration : none;
	font-weight:bold;
	color: #000000;
}
a.archivo:link {
	text-decoration: none;
	font-weight:bold;
	color: #000000;
}
a.archivo:visited {
	text-decoration: none;
	font-weight:bold;
	color: #000000;
}
a.archivo:hover {
	text-decoration: none;
	font-weight:bold;
	color: #CE3D17;
}
a.archivo:active {
	text-decoration: none;
	font-weight:bold;
	color: #CE3D17;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	text-decoration: none;
	height: 100%;
}
#page {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	min-height:100%;
	padding: 0;
}
#content {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 16px;
	background-color: #ffffff;
	width: 779px;
	float: left;
}
#header {
	visibility:hidden;
}
#fondo {
	background-color:#ffffff;
	width: 1000px;
}
#footer {
	position:absolute;
	bottom: -150px;
	left: 9px;
	background-color:#ffffff;
	width: 40%;
	padding:10px;
	text-align:center;
	font-size:10px;
}
/* BARRA DE NAVEGACION */
#sidebar {
	visibility:hidden;
	width: 221px;
	float: right;
	min-height: 449px;
	background-color:#FFFFFF;
	padding: 0px;
}
#sidebar table{
	text-align:center;
}
#main {
	width: 779px;
	float: left;
	background-color:#ffffff;
}
#leftcolumn {
	width:240px;
	float: left;
}
/*CONTENIDO PRINCIPAL*/
#contentcol {
	position:absolute;
	top: 100px;
	left: 20px;
	width:90%;
	padding: 0px;
	min-height: 761px;
	float: right;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Begin Sidebar */

#sidebar01 {
	visibility:hidden;
	width: 221px;
	float: right;
	min-height: 449px;
	background-color:#FFFFFF;
	padding: 0px;
}
/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/

/*COLOCACION DE CONTENIDOS */

/*cabecera*/
.centrecss #header {
	height: 200px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	/*background-color:#ebe8e0;*/
	padding:0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding.  0 10px 0 20px*/
}
/* LOGO PAGINAS INTERIORES*/
.centrecss #logointeriores {
	position: absolute;
	left: 0;
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	margin:auto;
	padding: 0px; /* padding keeps the content of the div away from the edges 15px 10px 15px 20px*/
	height: 200px;
}
/*COLOCACION DE TITULOS PAGINAS INTERIORES*/
/*TITULOS BLANCOS*/
.centrecss #titulointeriores {
	visibility: visible;
	position: absolute;
	top:20px;
	left: 20px;
	width: 760px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px; /* padding keeps the content of the div away from the edges 15px 10px 15px 20px*/
	background-color: #FFFFFF;
}
/*LOGO ENTRADAS SECCION */
.centrecss #logoseccion {
	position: absolute;
	left: 0;
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	margin:auto;
	padding: 0px; /* padding keeps the content of the div away from the edges 15px 10px 15px 20px*/
	height: 220px;
}
/*TITULOS VERDES*/
.centrecss #tituloseccion {
	position: absolute;
	top:150px;
	left: 240px;
	width: 760px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px; /* padding keeps the content of the div away from the edges 15px 10px 15px 20px*/
	background-color: #ffffff;
}
/* BARRA DE NAVEGACION */
.centrecss #navegacion {
	position: absolute;
	top: 200px;
	right: 0;
	width: 221px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0px; /* padding keeps the content of the div away from the edges  15px 10px 15px 20px*/
	height: 900px;
	z-index: 50;
}
/*CONTENIDO PRINCIPAL*/
.centrecss #mainContent {
	position: absolute;
	top: 200px;
	right: 221px;
	width: 539px;
	margin: 0;/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box  10px*/
	background-color: #ffffff;
	height: 900px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
/* inicio hoja de estilos centre */
/*LINKS Normales*/
a {
	text-decoration: underline;
	font-weight:bold;
	color: #CE3D17;
}
a:link {
	text-decoration: underline;
	font-weight:bold;
	color: #CE3D17;
}
a:visited {
	text-decoration: underline;
	font-weight:bold;
	color: #CE3D17;
}
a:hover {
	text-decoration: underline;
	font-weight:bold;
	color: #CE3D17;
}
a:active {
	text-decoration: underline;
	font-weight:bold;
	color: #CE3D17;
}
/*CONTENIDOS SOBREPUESTOS, MENUES, COLUMNAS MEDIAS */

#menu {
	position: absolute;
	top: 215px;
	left: 779px;
	width: 221px;
	height:804;
	z-index: 50;
	text-align: center;
}
#menu2 {
	position: absolute;
	top: 235px;
	left: 779px;
	width: 221px;
	height:804;
	z-index: 50;
	text-align: center;
}
#menu153an {
	position: absolute;
	top: 235px;
	left: 626px;
	width: 153px;
	height: 300px;
	z-index: 56;
}
#menu459 {
	position: absolute;
	top: 235px;
	left: 459px;
	width: 360px;
	height: 540px;
	z-index: 50;
}
#menu468 {
	position: absolute;
	top: 235px;
	left: 468px;
	width: 351px;
	height: 540px;
	z-index: 50;
}
#menu486 {
	position: absolute;
	top: 235px;
	left: 486px;
	width: 333px;
	height: 540px;
	z-index: 56;
}
#menu504 {
	position: absolute;
	top: 235px;
	left: 504px;
	width: 315px;
	height: 540px;
	z-index: 56;
}
#menu522 {
	position: absolute;
	top: 235px;
	left: 522px;
	width: 297px;
	height: 540px;
	z-index: 56;
}
#menu540 {
	position: absolute;
	top: 235px;
	left: 540px;
	width: 279px;
	height: 540px;
	z-index: 56;
}
#menu558 {
	position: absolute;
	top: 235px;
	left: 558px;
	width: 261px;
	height: 540px;
	z-index: 56;
}
#menu576 {
	position: absolute;
	top: 235px;
	left: 576px;
	width: 243px;
	height: 540px;
	z-index: 56;
}
#menu594 {
	position: absolute;
	top: 235px;
	left: 594px;
	width: 225px;
	height: 540px;
	z-index: 56;
}
#menu612 {
	position: absolute;
	top: 235px;
	left: 612px;
	width: 207px;
	height: 540px;
	z-index: 56;
}
#menu630 {
	position: absolute;
	top: 235px;
	left: 630px;
	width: 189px;
	height: 540px;
	z-index: 56;
}
#menu648 {
	position: absolute;
	top: 235px;
	left: 648px;
	width: 171px;
	height: 540px;
	z-index: 56;
}
#menu684 {
	position: absolute;
	top: 235px;
	left: 684px;
	width: 135px;
	height: 540px;
	z-index: 56;
}
#menu702 {
	position: absolute;
	top: 235px;
	left: 702px;
	width: 117px;
	height: 540px;
	z-index: 56;
}
#menu711 {
	position: absolute;
	top: 235px;
	left: 711px;
	width: 108px;
	height: 540px;
	z-index: 56;
}
#menu594 {
	position: absolute;
	top: 235px;
	left: 594px;
	width: 225px;
	height: 540px;
	z-index: 56;
	overflow: auto;
}
/* GENERALES */ 
p {
	line-height:1.33em;
	margin-bottom:1.33em;
	margin-top:0em;
}
img {
	border: none;
}
ul {
	padding-left: 0px;
	margin-left: 10px;
	margin-right: 10px;
	list-style-image:url(../images/bullet.gif);
}
li {
	color:#000000;
	padding-left: 0px;
	margin-left: 10px;
	margin-right: 10px;
	list-style-image:url(../images/bullet.gif);
}
input {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#E9E5C7;
}
select {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#E9E5C7;
}
textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#E9E5C7;
}
form {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
}
.oculto {
	visibility:hidden;
}
/* TAMAOS DE TEXTOS */ 
.texto12 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height: 16px;
}
.texto10 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:10px;
	line-height: 13px;
}
.texto12n {
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height: 16px;
}
.texto10n {
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size:10px;
	line-height: 13px;
}
.texto16 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:16px;
	color: #000000;
}
.texto20 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:20px;
	color: #000000;
}
.rojo16 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:16px;
	color: #CE3D17;
}
.rojo12 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color: #CE3D17;
}
.rojo10 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:10px;
	color: #CE3D17;
}
.gris12 {
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color: #A99D90;
}
.gris10 {
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size:10px;
	color: #A99D90;
}
.overpat {
	height: 512px;
}
.buscar {
	width: 159px;
	border:1px #EDECC9;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #000000;
}
.fotocv {
	border: none;
	margin-top: 9px;
	margin-bottom: 9px;
}
#centrosatencion {
	position: absolute;
	top: 180px;
	left: 417px;
	width: 180px;
	z-index: 60;
	background-color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height: 16px;
	visibility: hidden;
}
.textoverdeolivo {
	color: #B6A846;
}
.fondotitulo {
	background-color: #ffffff;
}
.fondosubtitulo {
	background-color: #ffffff;
}
.fondoimprimir {
	background-color: #ffffff;
}
.fondorecomendar {
	background-color: #ffffff;
	}

.fondoenlaces1 {
	background-color: #ffffff;
}
/*nuevos*/
#menu594B {
	position: relative;
	top: 0px;
	left: 315px;
	width: 208px;
	height: 540px;
	z-index: 56;
}
.centrozona {
	background-color:#eeeeee;
}
.centrociudad {
	background-color:#fefefe;
}
.margenizq {
	padding-left:10px;
}
.margentop {
	vertical-align:top;
	padding-top:10px;
}
.margenbot {
	padding-bottom:10px;
}
.margender {
	padding-right:10px;
}
.margen10 {
	padding:10px;
}
.margen510 {
	padding:5px 10px;
}
.margen510iz20 {
	padding:5px 10px 5px 20px;
}


.patologias {
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height: 16px;
	color: #000000;
}
a.patologias:link {
	text-decoration: underline;
	font-weight: normal;
	color: #000000;
}
a.patologias:visited {
	text-decoration: underline;
	font-weight:normal;
	color: #000000;
}
a.patologias:hover {
	text-decoration: underline;
	font-weight:normal;
	color: #CE3D17;
}
a.patologias:active {
	text-decoration: underline;
	font-weight:normal;
	color: #CE3D17;
}

td.fondorecomendar a{
	visibility:hidden;
	}
td.fondoimprimir {
	visibility:hidden;
	}

.resalte{
	background-color:#FFF;
	font-weight: bold;
	}
	
td.resalte img{
	visibility:hidden;
	height:1px;
	}
