body {
	background-color: #e1d8b9;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 75%;
	color: #272727;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/fondo_pagina.jpg);
	background-repeat: repeat-x;
	
}

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

a:hover {
	text-decoration: underline;
	color: #b00000;
}

#Pagina {
	background-image: url(../img/fondo_pagina.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#Principal {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	border-color: #8F8C7E;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}

#Cabecera {
	background-image: url(../img/fondo_cabecera.jpg);
	overflow: hidden;
	height: 96px;
	}

#Logotipo {
	position: absolute;
	padding: 0px;
	overflow: hidden;
	width: 600px;
}

#Logotipo h2 {
	margin-top: 40px;
	padding-top: 40px;
	font-family: "Trebuchet MS", Georgia, Arial;
	font-size: 2.1em;
	color: #000E77;
	font-style: normal;
	text-transform: uppercase;
}

#Logotipo h3 {
	font-family: "Trebuchet MS", Georgia, Arial;
	font-size: 1.5em;
	color: #5C1700;
}

#MenuCabecera {
	text-align: right;
	padding-right: 12px;
	padding-top: 6px;
	color: #4E6224;
	font-style:normal;	
}

#MenuCabecera li, #MenuCabecera ul {
	display: inline;
	padding: 0px;
	margin:0px;
	list-style: none;
}

#MenuCabecera li {
	padding-left: 6px;
	padding-right: 6px;	
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000E77;		
}

#MenuCabecera a {

}

#MenuCabecera a:hover {

}

#MenuCabecera li.Ultimo {
	border-width: 0px;
}

#SubMenuCabecera {
	left: 170px;
	text-align: right;
	padding-right: 15px;
	padding-top: 30px;	
	color: #ffffff;
}

#SubMenuCabecera h2 {
	font-family: "Trebuchet MS", Georgia, Arial;
	font-size: 1.3em;
	color: #767B9F;
	font-weight: bold;
	font-style:normal;	
}

#MenuPrincipal {
	background-image: url(../img/fondo_menu.gif);
	height: 30px;
}

#MenuPrincipal a {
	color: #ffffff;		
	font-weight: bold;
}
	
#MenuPrincipal a:hover {
	color: #FFFF33;		
}

#Opciones {
	position: absolute;
	padding: 6px;
	font-size: 1.1em;
	color: #4E6224;	
}

#Opciones li, #Opciones ul {
	display: inline;
	padding: 0px;
	margin:0px;
	padding-bottom: 2px;
	list-style: none;
}

#Opciones li {
	padding-left: 8px;
	padding-right: 8px;	
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ffffff;		
}

#Opciones li.Ultimo {
	border-width: 0px;
}

#AccesoAreaPrivada {
	position: relative;
	width: 180px;
	left: 570px;
	text-align: right;
	padding-top:6px;
}

#subMenu {
	padding-left: 0px;
}

#subMenu li:hover {
	background-color: #8F95C5;
	color: #FFFFFF;
	text-decoration:none;
}

#subMenu ul{
	margin: 3px;
	padding: 3px;
	padding-top: 8px;	
}

#subMenu li{
	padding: 8px;
	margin:0px;
	padding-top: 5px;
	padding-bottom: 5px;		
	background-color: #EAEBF0;
	list-style-type: none;
	border-style: solid;
	border-width: 1px;
	border-color: #848CC0;				
	border-bottom-style: none;		
}

#subMenu li.Ultimo {
	border-bottom-style: solid;
}

#sub1 {
	position: absolute;
	visibility: hidden;
	top: 117px;
}

#subMenu1 li {
	width: 150px;
}

#subMenu2 {
	margin-left:136px;
	position: absolute;
	visibility: hidden;
	top: 117px;
}

#subMenu2 li {
	width: 120px;
}

#subMenu3 {
	margin-left:268px;
	position: absolute;
	visibility: hidden;
	top: 115px;
}

#subMenu3 li {
	width: 300px;
}

#subMenu4 {
	margin-left:322px;
	position: absolute;
	visibility: hidden;
	top: 117px;
}

#subMenu4 li {
	width: 220px;
}

#Contenido {
	background-image: url(../img/fondo_contenido.gif);
	background-color: #EAECF5;
}

#ContenidoPortada {

}

#CuerpoPortada {
	padding: 18px;
	padding-right: 9px;	
	text-align: justify;
    float:left;
	width:460px;
}

#DerechaPortada {
	padding: 18px;
	padding-left: 9px;		
	float:right;
 	width: 250px;
}

#SeccionesPortada {
    float:right;
	width: 220px;
}

#CuerpoCompleto {
	padding: 18px;
	text-align: justify;
}

#Cuerpo {
	text-align: justify;
	padding: 18px;
	padding-right: 9px;	
    float:left;
	width:520px;
}

#Secciones {
	padding: 18px;
	float:right;
 	width: 210px;
	padding-left: 6px;		
	padding-right: 2px;			
}

#Secciones ul, #Secciones li {
	list-style-type: square;
	list-style-position: inside;
}

#Secciones ul {
	margin-left:5px;
	padding-left:5px;	
}

#Secciones li {
	padding-bottom:5px;	
	color: #507629;
}

#Pie{
 	background-color: #D9DBEA;
 	padding: 12px;
	text-align: center;
	color: #757DB0;	
	clear:both;
}
#Pie b {
	color: #000E77;
}

#Pie ul, #Pie li{
	list-style: none;
	display: inline;
	margin:0px;
	padding:0px;
}

#Pie li{
	margin-right: 8px;
	padding-right: 8px;
	border-right-style: solid;
	border-right-width: 1px;
	margin-top: 5px;
	padding-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}

#Pie li.ultimo{
	margin-right: 8px;
	padding-right: 8px;
	border-right-style: solid;
	border-right-width: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#Pie a {
	font-weight: bold;
	color: #000E77;
	text-decoration: none;
}

#Pie a:hover {
	font-weight: bold;
	color: #b00000;			
	text-decoration: underline;
}

#RematePie {
	background-image: url(../img/fondo_remate_pie.gif);
	height: 16px;
	background-repeat: no-repeat;
	background-position: center top;
}

#CajaPrincipalPortada{
	background-image: url(../img/fondo_principal_portada.jpg);
	padding: 0px;
	padding-top: 18px;
	padding-left:290px;
	border-style:solid;
	border-color: #DAE0C4;
	border-width: 1px;
	background-color: #ffffff;
}
#CajaPrincipalPortada h1{
	font-size: 2.5em;
	font-weight: bold;
	color: #562111;			
	font-family: arial, helvetica;
	font-style: italic;
	line-height: 150%;
}

#CajaPrincipalPortada h2{
	padding-left:20px;
	font-size: 1.6em;
	line-height: 120%;	
	color: #000000;			
	font-family: arial, helvetica;
	font-style: italic;
}

#CajaPrincipalPortada h3{
	font-size: 1.7em;
	line-height: 120%;		
	color: #562111;				
	font-family: arial, helvetica;
	font-style: italic;
}

#CajaPrincipalPortada h4{
	line-height: 120%;	
	padding-left:80px;
	display: inline;
	font-size: 3.2em;
	font-weight: bold;	
	color: #ffffff;			
	font-family: arial, helvetica;
	font-style: italic;
}

.CajaPortada{
	padding: 8px;
	background-color: #F0EBDC;
	margin-bottom: 15px;
	cursor:pointer;
	behavior: url(/css/fondos_cambientes.htc);    	
}
.CajaPortada:hover {
	background-color: #e1d8b9;
}

.Caja1 {
	padding: 8px;
	padding-right: 0px;
	border-style:solid;
	border-color: #DAE0C4;
	border-width: 1px;
	margin-bottom: 15px;
}

blockquote {
	margin-left: 20px;
}

.FotoCaja1 {
	float: right;
	clear:right;
}

.Foto {
	padding: 6px;
	background-color: #d9dbea;
	margin: 3px;	
	margin-bottom: 10px;
}

.Formulario {
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

.Boton {
	font-size: 1em;
}

.FotoSinBorde {
	padding: 12px;
	margin: 10px;	
	margin-bottom: 16px;
}

h1 {
	font-family: "Trebuchet MS", Georgia, Arial;
	font-size: 1.9em;
	color: #64240F;
	font-weight: normal;
	display: inline;
}
h2 {
	font-family: "Trebuchet MS", Georgia, Arial;
	font-size: 1.5em;
	font-weight: normal;
	color: #515ba4;
	display: inline;
}

h3 {
	font-family: "Trebuchet MS", Georgia, Arial;
	font-size: 1.7em;
	color: #507629;
	font-weight: normal;
	display: inline;
}

h4 {
	font-family: "Trebuchet MS", Georgia, Arial;
	font-size: 1.5em;
	font-weight: normal;	
	color: #4E4E4E;

}

.recorte {
	clear: both;
}


#CajetinDeAcceso {
	margin-left: auto;
	margin-right: auto;	
	width: 300px;
	padding: 8px;
	border-style: solid;
	border-color: #DAE0C4;
	border-width: 1px;
	background-color: #ffffff;
	margin-bottom: 15px;	
	height:120px;
	text-align: center;
}

li.recetas {
	padding-bottom: 14px;
}

li.recetas a {
	font-size: 1.3em;
	font-weight: bold;
}

#direccionEnPortada {
	width:100%;
	text-align:center;
}

.Ticker {
	width: 174px;
	background-image: url(../img/fondo_ticker.gif);
	padding: 16px;
	padding-top: 22px;	
	padding-bottom: 15px;		
}

.Ticker2 {
	width: 174px;
	background-image: url(../img/fondo_ticker.gif);
	padding: 16px;
	padding-top: 22px;	
	padding-bottom: 15px;
	cursor: pointer;
	text-decoration: none;	
	behavior: url(/css/Ticker.htc);	
}

.Ticker2:hover {
	text-decoration: underline;
}

.RemateTicker {
	width: 205px;
	background-image: url(../img/fondo_remate_ticker.gif);
	height: 11px;
	font-size: 0px;
}
#Curriculum li, #Curriculum ul {
	margin-bottom: 8px;
	list-style:square;
}

/* ESTILOS ESPECIALES PARA SERVICIOS */
#enfermedades_prostata {

}	
	
#impotencia_disfuncion_erectil {

}	
	
#descenso_deseo_sexual {

}		
	
#eyaculacion_precoz {

}	

#vasectomia {

}	

#reversion_vasectomia {

}	

#infertilidad_pareja {

}	

#varicocele {

}		

#incurvacion_pene_peyronie {

}		


#problemas_testiculares {

}		

#enfermedades_transmision_sexual {

}		

#cirugia_pene_testiculos {

}		

#tumores_rinon_prostata_vejiga {

}		

#colicos_rinon_litiasis {

}		

#urologia_general {

}		
.servicios {
	background-color: #F1EDE3;
	padding: 8px;
	margin-bottom: 15px;
	behavior: url(/fondos_cambientes.htc);
}

.servicios:hover {
	cursor:pointer;
	background-color: #e1d8b9;
}

.serviciosnolink {
	background-color: #F1EDE3;
	padding: 8px;
	margin-bottom: 15px;
	behavior: url(/fondos_cambientes.htc);
}

#MasInformacion {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F2EEE1;
	padding: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #C9C2AB;
	margin-top: 40px;
	text-align: center;
}

#MasInformacion a {
	font-weight: bold;
}



#PopUpFoto {
	margin: 0px;
	padding: 0px;
	width: 940px;
	display: none;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	z-index: 1140001;
	text-align: center;
}

#PopUpFoto a {
	text-decoration: none;
	display: block;
}

#PopUpFoto img {
	margin: 0px;
	padding: 0px;
	display: block;
	border: 12px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}

#FotoPopUp {
	border: 1px solid #ff0033;
}

#TextoFotoPopUp {
	padding: 3px;
	margin: 2px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;	
	display: none;
}



/* CUBRE PAGINAS PARA HERRAMIENTAS */


#Cubrepaginas {
	position: absolute;
	width: 60%;
	height: 80%;
	margin: 0px;
	padding: 0px;
	top: 90px;
	left: 320px;
	z-index: 140000;
	text-align: center;
	margin-top: -20px;
	display: none;
	background-color: #fff;
	opacity: 0.90;
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
  	filter: alpha(opacity = 90);
}

#IframeComun {
	width: 745px;
	height: 380px;
}

#IframeHerramientas {
	position: absolute;
	margin-top: 30px;	
	width: 780px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-color: #efefef;
	display: none;
	z-index:  160000;
	padding: 10px;
	margin-left: 105px;		
}

#ContenidoIframeHerramientas {
	background-color: #fff;
	padding: 20px;
	z-index: 1200000000;
	height: 360px;	
	overflow: hidden;
}


