@charset "utf-8";
/* CSS Document */

html,body{
	margin:0;
	padding:0
}
body{
	text-align:center;
	margin:0 auto;
	background-color:#FFFFFF;
	font-family:Tahoma, Verdana, sans-serif;
}
a {outline:none;}
.azul{
	color:#00ABDD !important;
}
.azul-osc{
	color:#0B5997 !important;
}

#header{
	margin:0 auto;
	height:94px;
	width:850px;
}
		#logo{
			width:204px;
			height:39px;
			background:url(../images/logo.gif);
			text-indent:-9999px;
			display:block;
			position:relative;
			top:21px;
			left:1px;
			float:left;
		}
#cuerpo{
	margin:0 auto;
	padding:0;
}
	#contenido{
	width:850px;
	margin:0 auto;
	text-align:left;
	}
	#caja-sup{
	width:688px;
	float:left; 
	padding:0 0 20px 162px;
	line-height:16px;
	clear:both;
	}
		#content-principal{
		width:467px; 
		float:left;
		color:#999999;
		font-size:11px;
		text-align:justify;
		}
		#content-principal ul{
		margin:0;
		padding:0 0 0 12px;
		}
		#content-principal ul li{
		padding:2px 0;
		}
		#menu-especialidades{
		width:162px; 
		height:200px; 
		float:left;
		}
			#txt-especialidades{
			width:97px; 
			height:17px; 
			background:url(../images/txt_especialidades.gif) no-repeat; 
			text-indent:-9999px;
			}
			#menu-especialidades ul{
			margin:0;
			padding:0;
			list-style-type:none;
			font-size:12px;
			margin-top:15px;
			}
			#menu-especialidades ul li{
			padding:5px 0;
			}
			#menu-especialidades ul li a{
			color:#09C8FF;
			text-decoration:none;
			border-bottom:1px dotted #09C8FF;
			}
			#menu-especialidades ul li a:hover{
			background-color:#E9E9E9;
			}
			#menu-especialidades ul li a.selected{
			background-color:#E9E9E9;
			color:#0B5997;
			}
		#sidebar{
		width:185px; 
		float:right;
		font-size:11px;
		}
		#sidebar-ubicacion{
		width:145px; 
		float:right; 
		height:370px; 
		background:url(../images/sidebar_bg.jpg) no-repeat; 
		margin-top:3px;
		padding:30px 20px 0 20px;
		}
		#txt-llamenos{
		width:104px; 
		height:39px; 
		background:url(../images/txt_llamenos.gif) no-repeat; 
		text-indent:-9999px; 
		margin-top:20px;
		}
		#txt-dondeestamos{
		width:98px; 
		height:12px; 
		background:url(../images/txt_dondeestamos.gif) no-repeat; 
		text-indent:-9999px;
		margin-bottom:20px;
		}
		#sidebar p{
		margin:0;
		font-size:11px;
		color:#999999;
		}
		a#bot-ubicacion{
		width:96px;
		height:20px;
		display:block;
		background:url(../images/bot_ubicacion.gif) no-repeat;
		text-indent:-9999px;
		margin-top:15px;
		}
		a#bot-ubicacion:hover{
			background-position:0 -20px !important;
		}
		#citas{
		width:145px; 
		height:170px; 
		float:left; 
		margin-left:3px; 
		background:url(../images/citas_bg.jpg) no-repeat;
		padding:15px 20px;
		text-align:justify;
		}
		#citas p{
		margin:0;
		font-size:11px;
		color:#85A5C0;
		}
		#bot-cita{
		width:124px;
		height:26px;
		background:url(../images/bot_cita.jpg) no-repeat;
		text-indent:-9999px;
		display:block;
		margin-top:25px;
		}
		#bot-cita:hover{
		background-position:0 -26px;
		}
		/*estilos para el pie*/
		#pie{
		font-size:11px;
		color:#FFFFFF;
		clear:both;
		margin:0 auto;
		height:117px;
		background:url(../images/pie.gif) no-repeat;
		width:690px;
		padding:20px 0 0 160px;
		text-align:left;
		}
		#pie p{	margin:3px 0;}
		#pie a{	color:#09C8FF; text-decoration:none; border-bottom:1px dotted #09C8FF;}
		#pie a:hover{ background:#09406C; }
		/* fin estilos del pie */
		