/* 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:#ebe8e0;
	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;
	background-image: url(../img/fondos/stripe_centre_001.png);
	height: 100%;
}
#page {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 1000px;  /* 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: #EBE8E0;
	min-height:100%;
	padding: 0;
}
#content {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 16px;
	background-color: #EBE8E0;
	width: 779px;
	float: left;
}
#header {
	background-color: #EBE8E0;
	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 */
	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*/
	width: 1000px;
}
#fondo {
	background-color:#EBE8E0;
	width: 1000px;
}
#footer {
	background-color:#fff;
	width: 970px;
	padding:15px;
	text-align:center;
	font-size:10px;
}
/* BARRA DE NAVEGACION */
#sidebar {
	width: 221px;
	float: right;
	min-height: 449px;
	background-color:#FFFFFF;
	padding: 0px;
}
#sidebar table{
	text-align:center;
}
#leftcolumn {
	width:240px;
	float: left;
}
/*CONTENIDO PRINCIPAL*/
#contentcol {
	width:539px;
	padding: 0px;
	/*	background-color: #E2DED3;*/
	min-height: 761px;
	float: right;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Begin Sidebar */

#sidebar01 {
	width: 221px;
	float: right;
	min-height: 449px;
	background-color:#FFFFFF;
	padding: 0px;
}

/*COLOCACION DE CONTENIDOS */

/*cabecera*/
/* 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: #EBEBEB; /* 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 {
	position: absolute;
	top:160px;
	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 */
	background: #EBEBEB; /* 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*/
	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: #EBEBEB; /* 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 */
	background: #EBEBEB; /* 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*/
	background-color: #C3C10E;
}


/* inicio hoja de estilos centre */
/*LINKS Normales*/
a {
	text-decoration : none;
	font-weight:bold;
	color: #CE3D17;
}
a:link {
	text-decoration: none;
	font-weight:bold;
	color: #CE3D17;
}
a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #CE3D17;
}
a:hover {
	text-decoration: none;
	font-weight:bold;
	color: #CE3D17;
}
a:active {
	text-decoration: none;
	font-weight:bold;
	color: #CE3D17;
}

/* GENERALES */ 
p {
	line-height:1.33em;
	margin-bottom:1.33em;
	margin-top:0em;
}
img {
	border: none;
}
ul {
	padding:0px;
	list-style-type:none;
}
li {
	color:#000000;
	padding: 3px 5px 3px 5px;
}
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: 10px;
	margin-bottom: 10px;
}

.fondotitulo {
	background-color: #D4CDC1;
}
.fondosubtitulo {
	background-color: #D0C8BA;
}
.fondoimprimir {
	background-color: #D0C8BA;
	padding:10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height: 16px;
	}
.fondorecomendar {
	background-color: #D5D885;	
	padding:10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height: 16px;
	}

.fondoenlaces1 {
	background-color: #bfb3a4;
}
/*nuevos*/
.centrozona {
	background-color:#C6C35D;
}
.centrociudad {
	background-color:#d5d885;
}
.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;
}
.margen10der5 {
	padding:10px 5px 10px 10px;
}
.margen10izq5 {
	padding:10px 10px 10px 5px;
}
.patologias {
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height: 16px;
	text-decoration : none;
	color: #000000;
}
a.patologias:link {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
a.patologias:visited {
	text-decoration: none;
	font-weight:normal;
	color: #000000;
}
a.patologias:hover {
	text-decoration: none;
	font-weight:normal;
	color: #CE3D17;
}
a.patologias:active {
	text-decoration: none;
	font-weight:normal;
	color: #CE3D17;
}

.menupatologias {
	font-weight: lighter;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height: 16px;
	text-decoration : none;
	color: #000000;
	padding: 3px 10px 3px 10px;
	background-color: #EDECC9;
}
td.resaltapatologias {
	font-family: Helvetica, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	color: #CE3D17;
	padding: 10px;
	background-color: #EDECC9;
	}
td.menupatologias a:link {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
td.menupatologias a:visited {
	text-decoration: none;
	font-weight:normal;
	color: #000000;
}
td.menupatologias a:hover {
	text-decoration: none;
	font-weight:normal;
	color: #CE3D17;
}
td.menupatologias a:active {
	text-decoration: none;
	font-weight:normal;
	color: #CE3D17;
}

.tratamientos {
	font-weight: lighter;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height: 16px;
	text-decoration : none;
	color: #000000;
	padding: 3px 10px 3px 10px;
	background-color: #E1EBDE;
}
td.resaltatratamientos {
	font-family: Helvetica, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	color: #CE3D17;
	padding: 10px;
	background-color: #E1EBDE;
	}
td.gristratamientos {
	font-family: Helvetica, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	color: #A99D90;
	padding: 3px 10px 3px 10px;
	background-color: #E1EBDE;
	}
td.tratamientos a:link {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
td.tratamientos a:visited {
	text-decoration: none;
	font-weight:normal;
	color: #000000;
}
td.tratamientos a:hover {
	text-decoration: none;
	font-weight:normal;
	color: #CE3D17;
}
td.tratamientos a:active {
	text-decoration: none;
	font-weight:normal;
	color: #CE3D17;
}


.metodos {
	font-weight: lighter;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height: 16px;
	text-decoration : none;
	color: #000000;
	padding: 3px 10px 3px 10px;
	background-color: #E1EBDE;
}
td.resaltametodos {
	font-family: Helvetica, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	color: #CE3D17;
	padding: 10px;
	background-color: #E1EBDE;
	}

td.metodos a:link {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
td.metodos a:visited {
	text-decoration: none;
	font-weight:normal;
	color: #000000;
}
td.metodos a:hover {
	text-decoration: none;
	font-weight:normal;
	color: #CE3D17;
}
td.metodos a:active {
	text-decoration: none;
	font-weight:normal;
	color: #CE3D17;
}

.resalte{
	font-size:12px;
	}
.fondotitulos{
	padding:10px;
	font-size:12px;
	color:#000000;
	}
.fondotitulosbold{
	padding:10px;
	font-size:12px;
	font-weight: bold;
	color:#000000;
	}
.fondoenlacesprof {
	background-color: #A8C5A0;
	padding:10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height: 16px;
	color:#000000;
	}
	
.fondotextosprof {
	padding:10px 65px 10px 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height: 16px;
	}
	
.fondotitulosprof {
	background-color:#E1EBDE;
	padding:10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height: 16px;
	font-weight: bold;
	}
	
td.fondoenlacesprof a{
	background-color: #A8C5A0;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height: 16px;
	color:#000000;
	font-weight:bold;
	}

td.fondoenlacesprof a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
td.fondoenlacesprof a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
td.fondoenlacesprof a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #CE3D17;
}
td.fondoenlacesprof a:active {
	text-decoration: none;
	font-weight: bold;
	color: #CE3D17;
}

.fondotitulospatol {
	background-color:#D4CDC1;
	padding:10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height: 16px;
	font-weight: bold;
	}

.fondosubtitulospatol {
	background-color: #EDECC9;
	padding:10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height: 16px;
	font-weight: bold;
	}
	

.fondoenlacesprof10{
	background-color: #A8C5A0;
	font-family: Helvetica, Arial, sans-serif;
	font-size:10px;
	line-height: 13px;
	color:#000000;
	font-weight:bold;
	padding:10px;
	}

td.fondoenlacesprof10 a{
	background-color: #A8C5A0;
	font-family: Helvetica, Arial, sans-serif;
	font-size:10px;
	line-height: 13px;
	color:#000000;
	font-weight:bold;
	}

td.fondoenlacesprof10 a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
td.fondoenlacesprof10 a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
td.fondoenlacesprof10 a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #CE3D17;
}
td.fondoenlacesprof10 a:active {
	text-decoration: none;
	font-weight: bold;
	color: #CE3D17;
}


td.fondoimprimir a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
td.fondoimprimir a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
td.fondoimprimir a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #CE3D17;
}
td.fondoimprimir a:active {
	text-decoration: none;
	font-weight: bold;
	color: #CE3D17;
}


.fondorojo10{
	background-color: #CE3D17;
	font-family: Helvetica, Arial, sans-serif;
	font-size:10px;
	line-height: 13px;
	color:#000000;
	font-weight:bold;
	padding:10px;
	}

td.fondorojo10 a{
	font-family: Helvetica, Arial, sans-serif;
	font-size:10px;
	line-height: 13px;
	color:#000000;
	font-weight:bold;
	}

td.fondorojo10 a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
td.fondorojo10 a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
td.fondorojo10 a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
td.fondorojo10 a:active {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

	
.fondotextospatol {
	padding:10px 15px 10px 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height: 16px;
	}
	
.fondoenlacesprofb10{
	background-color: #C6C35D;
	font-family: Helvetica, Arial, sans-serif;
	font-size:10px;
	line-height: 13px;
	color:#000000;
	font-weight:bold;
	padding:10px;
	}

td.fondoenlacesprofb10 a{
	font-family: Helvetica, Arial, sans-serif;
	font-size:10px;
	line-height: 13px;
	color:#000000;
	font-weight:bold;
	}

td.fondoenlacesprofb10 a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
td.fondoenlacesprofb10 a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
td.fondoenlacesprofb10 a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #CE3D17;
}
td.fondoenlacesprofb10 a:active {
	text-decoration: none;
	font-weight: bold;
	color: #CE3D17;
}
