* {
    margin: 0;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-image:url(../images/bg.png);
	background-color: #575759;
	font-family: trebuchet, verdana, arial;
	font-size: 10pt;
	color:#505050;
	background-position: center;
	line-height:16pt;
}

#header {
	text-align:center;
	width: 900px;
	height: 450px;
	margin-left:auto;
	margin-right:auto;
}

#wrapper {
	width: 900px;
	background-color:#fff;
	background-image:url(../images/fondo.jpg);
	background-repeat:no-repeat;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px auto;
	padding-bottom:10px;
}

#rightNav {
	margin: 0 30px 30px 30px;
	padding-left:15px;
	width:300px;
	float:right;
	text-align:right;
}
#leftNav {
	margin: 0 15px 30px 30px;
	width:230px;
	height:600px;
	float:left;
}
#contenidoPacientes {
	margin: 0px 30px 30px 290px;
	width:580px;
	color: #666;
}
#contenidoPacientes h1{
	text-transform: capitalize;
	font-size:11pt;
	color:#9E9E6C;
	font-weight:bolder;
	background-color:#dedec7;
	padding:4px 7px 4px 10px;
	filter:alpha(opacity=60);
}
#contenidoPacientes h2{
	color:#5B7B93;
	font-size:11pt;
	font-weight:bold;
}
#contenidoPacientes ul{
	font-family: trebuchet, verdana, arial;
}
#contenidoGrande {
	padding-top:5px;
	padding-bottom:15px;
}

#contenidoGrande.titulo {
	height:74px;
	margin-left:30px;
}
#contenidoGrande.texto {
	margin-left:100px;
	margin-right:40px;
}
.tituloContacto {
	color:#5B7B93;
	font-weight:bold;

}

#foto{
	width:220px;
	height:245px;
	margin-left:30px;
	float:left;
}
#infoCV{
	width:600px;
	height:245px;
	margin-left:270px;
	margin-bottom:10px;
	padding-right:30px;
}
#infoCV h1{
	font-size:14pt;
	color:#5B7B93;
	font-weight:bold;
	padding-left:10px;
}
#infoCV h2{
	font-size:13pt;
	color:#5B7B93;
	font-weight:bold;
	background-color:#dedec7;
	padding:4px 7px 4px 10px;
	filter:alpha(opacity=60)
}
#infoCV p{
	padding-left:20px;
	text-align:justify;
}

.telefonos{
	padding-left:15px;
	text-align:justify;
	font-size:8pt;
	font-weight:bold;
}

A.enlacenav, A.enlacenav:VISITED, A.enlacenav:ACTIVE, A.enlacenav:FOCUS, A.enlacenav:LINK{
	color:#5B7B93;
	text-decoration: none;
	list-style-image: url(../images/bull.png);
	font-weight:bold;
	padding:2px 25px 2px 12px;
	margin-left:-5px;
}
A.enlacenav:HOVER{
	text-decoration: none;
	background-color:#DDE6E7;
}

A.contacto, A.contacto:VISITED, A.contacto:ACTIVE, A.contacto:FOCUS, A.contacto:LINK{
	color:#6B6B6B;
	text-decoration: none;
	padding-left: 15px;
}
A.contacto:HOVER{
	text-decoration: none;
	color:#5B7B93;
}

#contenidoGrande p{
	font-family: trebuchet, verdana, arial;
	text-align:justify;
}


a:link {
	font-size:8pt;
	text-decoration: none;
	font-weight:bold;
	color:#666;
}
a:visited {
	font-size:8pt;
	text-decoration: none;
	color:#666;
}
a:hover {
	font-size:8pt;
	text-decoration: none;
	color:#666;
}

#footer{
	margin-top:20px;
	background-image:url(../images/footer.jpg);
    height: 50px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#push {
	height: 40px;
}


