@charset "UTF-8";
body {
	background-image: url(img/bg-body.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #005b9a;
	margin: 0px;
	font-family: Helvetica, Arial;
}

#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

#content {
	width: 700px;
	float: left;
}

#content-sub {
	width: 700px;
	background-color: #FFFFFF;
	float: left;
}

#content-sub h4 {
	color: #66CC00;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 30px;
}

#izquierda {
	float: right;
	margin-bottom: 20px;
	border: 1px solid #999999;
}

#informacion {
	width: 410px;
	padding: 25px;
	float: left;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}

#informacion a {
	color: #669900;
	text-decoration: none;
}

#informacion hr {
	display: block;
	height:31px;
	background-image: url(img/bg-hr.gif);
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
#informacion h5 {
	color: #66CC00;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	margin: 0px;
}

#informacion h5 a {
	color: #666666;
	background-image: url(img/medico.png);
	padding-left: 20px;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	background-repeat: no-repeat;
	padding-top: 14px;
	margin: 0px;
	display: block;
	padding-bottom: 14px;
}
#informacion h5 a:hover {
	background-image: url(img/medico2.png);

}

#informacion h2 {
	color: #66CC00;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	margin: 0px;
}

#informacion h2 a {
	color: #666666;
	background-image: url(img/medico.png);
	padding-left: 20px;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	background-repeat: no-repeat;
	padding-top: 14px;
	margin: 0px;
	display: block;
	padding-bottom: 14px;
	text-transform: lowercase;
	line-height: 16px;
}

#informacion h2 a:hover {
	background-image: url(img/medico2.png);

}

#informacion a:hover {
	text-decoration: underline;	
}

#informacion small {
	font-size: 10px;
	color: #999999;
	display: block;
	background-image: url(img/fecha.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#informacion h3 {
	color: #669900;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 0px;
	margin: 0px;
}

#informacion h4 {
	color: #669900;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 0px;
	line-height: 27px;
}


#informacion h3 a {
	color: #669900;
	text-decoration: none;
}

#informacion h3 a:hover {
	color: #66FF00;
	text-decoration: underline;
}


#info-sidebar {
	width: 210px;
	float: right;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
}

#sidebar {
	color: #FFFFFF;
	float: right;
	width: 260px;
	padding-left: 10px;
	margin-top: 40px;
}


#sidebar h3 {
	font-size: 20px;
	color: #81b9ff;
	font-weight: normal;
}

#sidebar h3 strong {
	color: #FFFFFF;
	font-weight: normal;
}

#sidebar a {
	text-decoration: none;
}

#sidebar-links a {
	color: #bff5ff;
	text-decoration: none;
	font-size: 14px;
	background-image: url(img/link-sidb.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #397abd;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: 10px center;
}

#sidebar-links a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(img/link-sidb.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6fa8ef;
	display: block;
	background-position: 10px center;
}


#sidebar li {
	list-style-type: none;
	list-style-image: url(img/li.gif);
	color: #CEE3FF;
	text-decoration: none;
	font-size: 12px;
}

#sidebar dl {
}

#sidebar dl,dd {
	margin: 0px;
	padding: 0px;
	text-align: left;
}


#sidebar dt {
}
#sidebar dt a {
	color: #bff5ff;
	text-decoration: none;
	font-size: 14px;
	background-image: url(img/link.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #397abd;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: 10px center;
}

#sidebar dt a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(img/link3.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6fa8ef;
	display: block;
	background-position: 10px center;
}


#sidebar dd a {
	color: #7fb8ff;
	font-size: 13px;
	background-image: url(img/link2.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4a87cb;
	display: block;
	margin: 0px;
}

#sidebar dd a:hover {
	color: #bff5ff;
	text-decoration: none;
	background-image: url(img/link.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #71aaf1;
	display: block;
	background-position: 10px center;
}

.buscar-form {
	background-color: #1f68aa;
	border: 1px solid #5893d8;
	font-size: 14px;
	color: #a7deff;
	padding: 5px;
}

#bebe {
	border: 1px solid #FFFFFF;
	margin: 3px;
	float: right;
	width: 260px;
}

#bebe img a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#recien-nacido-m {
	background-color: #6eb8fd;
	padding: 10px;
	float: left;
	width: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #d5e8f9;
	margin-left: 22px;
	font-size: 12px;
	height: 200px;
	background-image: url(img/bg-bebe-m.png);
	background-repeat: repeat-x;
	border: 2px solid #389cfb;
}

#recien-nacido-m a {
	color: #FFFFFF;
	text-decoration: none;
}

#recien-nacido-m a:hover {
	color: #d5e8f9;
	text-decoration: underline;
}


#recien-nacido-f {
	background-color: #fd6eb8;
	padding: 10px;
	float: left;
	width: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fecfe7;
	margin-left: 22px;
	font-size: 12px;
	height: 200px;
	background-image: url(img/bg-bebe-f.png);
	background-repeat: repeat-x;
	border: 2px solid #ff4aa8;
}

#recien-nacido-f a {
	color: #FFFFFF;
	text-decoration: none;
}

#recien-nacido-f a:hover {
	color: #fecfe7;
	text-decoration: underline;
}



.paginador {
	font-size: 12px;
	color: #999999;
	clear: left;
	float: none;
	background-color: #FAFAFA;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 22px;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
}

.paginador a {
	color: #666666;
	text-decoration: none;
}

#footer {
	background-image: url(img/bg-footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 680px;
	font-size: 11px;
	color: #77BAF4;
	padding-top: 38px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 20px;

}
#footer small a {
	color: #FFFFFF;
	text-decoration: underline;

}

#footer strong {
	color: #FFFFFF;
	font-weight: normal;
}

#footer h3 a {
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#footer h3 {
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

