/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../imgs/layout/bg_body.gif);
}

body#clinica #header{
	background: #fff url(../imgs/clinica/bg_top.gif) no-repeat left;
	text-align: right;
}

body#servicios #header{
	background: #fff url(../imgs/servicios/bg_top.gif) no-repeat left;
	text-align: right;
}

body#educacion #header{
	background: #fff url(../imgs/educacion/bg_top.gif) no-repeat left;
	text-align: right;
}

body#contacto #header{
	background: #fff url(../imgs/contacto/bg_top.gif) no-repeat left;
	text-align: right;
}

#holder {
	width: 778px;
	background: #FFFFFF;
	text-align: left;
	margin: 20px auto 0 auto;
	padding: 0px;
	margin-bottom:50px;
}

.logo {
	margin-right:57px;

}

/* begin top navigation */

#topnav {
	background: #ff0000 url(../imgs/layout/bg_main_nav.jpg) no-repeat right;
	padding: 0px;
	margin: 0;
}

#topnav table, tr{
	padding: 0px;
	margin: 0;
}

#topnav td {
	padding: 3px 0;
}

#topnav a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding: 3px 25px;
	border-right: 1px solid #fff;
	text-align: center;
	width: 9em;
}

#topnav a:hover, #nav ul li a:focus {
	background-color: #6A707B;
}

/* end top navigation */

/* begin current page link */

body#clinica a#navclinica, body#servicios a#navservicios, body#educacion a#naveducacion, body#contacto a#navcontacto {
	background-color: #6A707B;
}

/* end current page link */


#headimg {
	text-align:center;
}


/* begin left navigation */

#nav {
	width: 160px;
	float: left;
	padding: 15px 0;
	background: #ff0000 url(../imgs/layout/bg_leftnav.jpg) no-repeat bottom;
	border-left:1px solid #fff;

}

#nav ul {
	background-color: transparent;
	list-style-type: none;
	margin: 0; 
	padding: 0;
	font-size: 12px;
}

#nav ul li {
	padding: 0;
	margin: 5px 0 0 0; 
}

#nav ul li a{
	border-top: 1px solid #f4797d;
	border-bottom: 1px solid #f4797d;
	color: #fff;
	display: block;
	padding: 4px 0 4px 10px;
	text-decoration: none; 
	height: 1%;
}

#nav a:hover, #leftcol #nav a:focus {
	background:#6a707b;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;

}

#nav ul li p{
	border-bottom: 1px solid #d0c3b8;
	color: #d43926;
	display: block;
	padding: 4px 0 6px 4px;
	text-decoration: none;
	height: 1%;
	font-weight: bold;
}

/* end left navigation */



#content {
	margin: 0 0 0 180px;
	padding: 15px;
}

.leftimg {
	margin-right:10px;
	float:left;
	border:1px solid #666;
}

.rightimg {
	margin-left:10px;
	float:right;
}

#footer {
	padding: 2px 15px;
	font-size: 10px;
	color: #fff;
	background: #636466 url(../imgs/layout/bg_footer.gif) no-repeat left;
	text-align:right;
}

#content ul{
	list-style: square outside;
	font-size: 80%;
	line-height: 130%;
}

.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}

p {
	font-size: 80%;
}

#content p {
	line-height: 130%;
}

#content h1 {
	line-height: 120%;
	font: 130% Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:italic;
	border-top:1px solid #ff0000;
	border-bottom:1px solid #ff0000;
	color:#ff0000;
}

#content h2 {
	line-height: 110%;
	font: 110% Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:italic;
	color:#ff0000;
}

#content h3 {
	line-height: 110%;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	color:#ff0000;
}

#credits {
	width: 760px;
	text-align: center;
	margin: 0 auto;
	padding:2px;
	font-size: 9px;
	color: #636466;
}

#credits a {
	color:#425A27;
	text-decoration: none;
}

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

#credits a:active {
	text-decoration: none;
}

