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

body {

	background: #DDD;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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;
}
a{
	text-decoration:none;
	color:#FFF;
}
.oneColFixCtrHdr #container {
	width: 1023px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	position:relative;
	min-height:200px;
	background: url(../images/Background.jpg);
	padding: 0 46px 0  /* 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. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #ccd4d7;
}
.oneColFixCtrHdr #footer {
	background:#1a4359;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	border:0px;
}

.btnsIZQ {
	background-image: url(../images/spacer.gif);
	height: 33px;
	width: 289px;
	cursor: pointer;
	padding-left:28px;
}

.btnsIZQ:hover {
	background-image: url(../images/fondo_btnsIZQ_on.gif);
	background-repeat: no-repeat;
}

.btnsIZQ font {
	padding-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:1px;
	color:#6d6e72;
	line-height:37px;
}

.btnsIZQ:hover font {
	color:#fff;
}
.menu {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
}
#logo25 {
	width:115px;
	height:140px;
	position:absolute;
	left: 853px;
	top: 111px;
}
#div_linkinicio {
	width:260px;
	height:80px;
	position:absolute;
	left: 90px;
	top: 40px;
}
.blancas {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	text-align:justify;
}
.titulos{
	font-size:23px;
	font:"Times New Roman";
}

.cajazul1{
	background-color:#0f1f2e;
	width:200px;
	height:70px;
	margin:5px 20px 5px 30px;
	text-align:center;
	color:#FFF;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 2px solid #FFF;
}
.cajazul{
	background-color:#0f1f2e;
	width:200px; 
	height:45px; 
	margin:5px 20px 5px 30px; 
	border: solid 1px #FFF; 
	text-align:center; 
	padding-top:27px; 
	color:#FFF; 
	font: 100% Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
}
.cajablanca{
	background-color:#FFF;
	width:200px; 
	height:70px;

	margin:5px 20px 5px 30px; 
	border: solid 1px #FFF; 
	text-align:center;
	color:#2d6482; 
	font: 100% Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
}
.texto{
	padding:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6d6e72;
	text-align:justify;
}
.texto2 {
	padding:0 20px 0 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6d6e72;
	text-align:justify;
}
.texto2 a:link, .texto2 a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0099d8;
	font-style: italic;
}
.texto2 a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#15B9FF;
	font-style: italic;
}




.cajadere{
	width:140px; 
	height:45px; 
	text-align:center; 
	padding-top:27px; 
	color:#FFF; 
	font: 100% Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
}
.menusub{
	color:#6d6e72;
	text-align:left;
}

.menusub:hover {
	background-color:#009ada;
	color:#FFF;
}
#buscadorDoctores {
	background: url(../images/BkgBuscador.jpg) no-repeat right center;
	height: 137px;
	width: 187px;
	padding-top: 10px;
	padding-left: 38px;
}
div.texto a {
	line-height: 23px;
}
input.txtAlbum {
	width: 90px;
}
div.foto {
	width: 290px;
	height: 92px !important;
	max-height: 92px;
	float: left;
	padding: 10px 0;
}
div.foto div {
	float: left;
	padding-right: 10px;
	width:94px !important;
	height:92px !important;
}
div.foto h2 {
	font-size: 12px;
	color: #019BDB;
	margin-bottom: 0px;
	font-weight: normal;
	margin-top: 0px;
}
div.foto h3 {
	font-size: 12px;
	color: #019BDB;
	font-weight: normal;
	margin: 2px 0 0 0;
}

div.foto p {
	font-size: 12px;
	color: #000;
	font-weight: normal;
	margin: 5px 0 2px 0;
}
div.foto a {
	padding:0 0 5px 30px;
	;
	background: url(../images/album_mail.gif) no-repeat left top;
}

div.foto a:link, div.foto a:visited {
	font-size: 12px;
	color: #019BDB;
	font-weight: normal;
	margin: 0;
}

div.foto a:hover {
	font-size: 12px;
	color: #009ADA;
	font-weight: normal;
	margin: 0;
	text-decoration: underline;
}
