* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: url('images/img_fondo.gif') repeat-x top left #f6f6f6;
}
#contenedor {
	width: 860px;
	margin: 0 auto;
}
/*cabecera*/
#cabecera {
	height: 150px;
}
/*menu*/
#menu {
	height: 42px;
	float: left;
}
#menu ul {
	font-size: 14px;
	list-style: none;
	padding: 12px 0 0 0;
}
#menu li {
	display: block;
	float: left; 
	padding: 0 20px;
	border-right: 1px solid #94918c;
}
#menu a {
	color: #ffffff;
	text-decoration: none;
}
#menu a:hover {
	color: #c5b292;
}
/*destacado*/
#destacado {
	background: url('images/img_destacado.jpg') no-repeat top left;
	padding-top: 21px;
	height: 289px;
	clear: both;
	color: white;
}
#destacado div {
	background: url('images/img_presentacion.jpg') no-repeat top left;
	height: 220px;
	padding: 30px 30px 0 370px;
}
#destacado h1 {

	font-size: 26px; 
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 15px;
	letter-spacing: -1px;
}
#destacado h3 {
	font-size: 17px; 
	font-weight: normal;
}
#destacado a {
	color: #ffffff;
}
#destacado a:hover {
	color: #bad8d1;
}
/*contenido*/
#contenido {
	background: url('images/img_cuerpo.gif') repeat-y top left;
	padding: 0 40px 20px 40px;
	color: #444444;
}
.tratamientos {display: block; clear: both;
	color: #ffffff;
	font-size: 26px; 
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding: 40px 0 0 40px;
	height: 80px;
	background: url('images/img_tratamientos.gif') no-repeat bottom left;
}
#contenido h2 {
	font-size: 19px;
	color: #61998b;
	margin-bottom: 20px;
}
#contenido ul, #contenido div {
	list-style: none;
	width: 552px; 
	float: right;
	padding-bottom: 40px;
}
#contenido ul li {
	padding-left: 12px;
	background: url('images/img_bullet.gif') no-repeat top left;
}
#contenido table td ul {
	width: auto;
	float: none;
	padding-bottom: 40px;
	padding-left: 15px;
	font-size: 12px;
}
#contenido blockquote {
	font-size: 16px;
	font-style: italic;
	color: #777777;
	padding: 18px 20px 20px 20px; 
	background-color: #ededed;
}
#contenido hr {
	border: 1px solid #ffffff;
	border-top: 1px dashed #bbbbbb;
	margin: 20px 0;
	clear: both;
}
#contenido .foto {
	float: left;
	margin: 0 15px 20px 0;
	width: 210px;
	height: 157px;
}
#contenido a {color: #61998b;}
#contenido a:hover {text-decoration: none;}
#contenido td {vertical-align: top;}
#contenido td small {display: block; font-size: 12px; padding-top: 10px;}
#contenido td small a {position: relative; top: 10px;}
/*pie*/
#pie {
	background: url('images/img_pie.gif') no-repeat top left;
	padding: 50px 0 10px 0;
	font-size: 12px;
}
#pie table td {padding: 0 30px 0 10px; vertical-align: top; border-left: 1px solid #bbbbbb;}
#pie table td strong {color: #61998b; font-size: 14px;}
/*formularios*/
label {
	display: block;
	font-size: 11px;
}
form * {border: 2px;}
input[type=text], input[type=password], input[type=file], textarea {
	padding: 4px;
	border-width: medium;
	border: 2px inset #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
	background-color: #dddddd;
	color: #888888;
}
input[type=submit] {
	display: block;
	padding: 4px;
	color: white;
	background-color: #61998b;
}
input[type=submit]:hover {
	background-color: #444444;
}
.small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}
/*factor ñ*/
#factorn {
	text-align: right;
	font-size: 9px;
}
#factorn a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
#factorn a:hover {
	text-decoration: underline;
}
