/* Generales */
* {
	margin: 0;
	padding: 0;
}
ul {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #0079AA;
}
a:hover {
	text-decoration: underline;
}
body {
	background: #1d1d1d url(imgs/fondoDocumento.gif) repeat-x;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
img {
	border: 0;
}
img.derecha {
	float: right;
	margin-left: 20px;
}
div.clear {
	clear: both;
}
div.clear hr {
	position: absolute;
	top: -10000px;
}

/* Cabecera */
div#cabecera {
	width: 700px;
	margin: 0 auto;
	height: 150px;
}
h1 {
	width: 170px;
	height: 85px;
	background: url(imgs/logotipo.gif) no-repeat;
	float: left;
	margin-top: 40px;
}
h1 span {
	position: absolute;
	top: -10000px;
}
div#cabecera p {
	background: url(imgs/separadorCabecera.gif) no-repeat;
	width: 500px;
	margin-top: 40px;
	float: left;
}
div#cabecera p q {
	margin-left: 40px;
	padding-left: 40px;
	background: url(imgs/fondoCita.gif) no-repeat;
	display: block;
	color: #FFF;
	font-style: oblique;
	font-size: 1.1em;
}
div#cabecera p strong {
	color: #700;
	display: block;
	margin-left: 80px;
	margin-top: 10px;
}

/* Menu */
ul#menu {
	clear: both;
	width: 700px;
	margin: 0 auto;
	margin-top: 5px;
	height: 25px;
}
ul#menu li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding: 0 6px 0 9px;
	border-right:  1px solid #222;
}
ul#menu li.primero {
	padding-left: 0;
}
ul#menu li a {
	color:#222;
	padding-bottom: 3px;
}
ul#menu li a:hover  {
	border-bottom: 3px solid #c03c1a;
	color: #c03c1a;
	text-decoration: none;
}
ul#menu li.activo a {
	font-weight: bold;
	border-bottom: 3px solid #222;
}
ul#menu li.activo a:hover {
	border-bottom: 3px solid #222;
	color: #222;
}

/* Contenedor */
div#contenedor {
	width: 100%;
	background: #FFF;
}

/* Contenido */
div#contenido {
	width: 700px;
	margin: 0 auto;
}
div#contenido h2 {
	padding-top: 30px;
	height: 30px;
	margin-bottom: 8px;
}
div#contenido h2.portada {
	background: url(imgs/tituloPortada.gif) no-repeat 0 30px;
}
div#contenido h2.imagenes {
	background: url(imgs/tituloImagenes.gif) no-repeat 0 30px;
}
div#contenido h2.localizacion {
	background: url(imgs/tituloLocalizacion.gif) no-repeat 0 30px;
}
div#contenido h2.serviciosPart {
	background: url(imgs/tituloServiciosPart.gif) no-repeat 0 30px;
}
div#contenido h2.serviciosProf {
	background: url(imgs/tituloServiciosProf.gif) no-repeat 0 30px;
}
div#contenido h2.queEs {
	background: url(imgs/tituloQueEs.gif) no-repeat 0 30px;
}
div#contenido h2.importancia {
	background: url(imgs/tituloImportancia.gif) no-repeat 0 30px;
}
div#contenido h2.tratamiento {
	background: url(imgs/tituloTratamiento.gif) no-repeat 0 30px;
}
div#contenido h2.psicomotricidad {
	background: url(imgs/tituloPsicomotricidad.gif) no-repeat 0 30px;
}
div#contenido h2.articulos {
	background: url(imgs/tituloArticulos.gif) no-repeat 0 30px;
}
div#contenido h2 span {
	position: absolute;
	top: -10000px;
}
div#contenido h3 {
	margin-top: 20px;
	margin-bottom: 8px;
	font-size: 1.1em;
	color: #333;
}
div#contenido h4 {
	margin-bottom: 4px;
	font-size: .9em;
	color: #555;
}
div#contenido.articulo h4 {
	margin-top: 25px;
	margin-bottom: 6px;
}
div#contenido p {
	color: #4e4e4e;
	font-size: .9em;
	line-height: 1.4em;
	margin-bottom: 20px; 
}
div#contenido ul li {
	line-height: 1.4em;
}
div#contenido p strong {
	color: #333;
}
div#contenido dl {
	color: #4e4e4e;
	font-size: .9em;
}
div#contenido dl dt {
	float: left;
	clear: both;
	margin-right: 6px;
	font-weight: bold;
	color: #333;
}

/* Menus dentro de los contenidos */
div#contenido.conLista ul.enlaces {
	width: 250px;
	float: right;
	background: #fff0d5;
	margin-top: 20px;
}
div#contenido.conLista ul.enlaces li {
	padding: 8px 20px 8px 30px;
	background: url(imgs/flecha.gif) no-repeat 10px 7px;
	border-bottom: 1px dotted #f1af37;
}
div#contenido.conLista ul.enlaces li.activo {
	background: #e16216 url(imgs/flecha.gif) no-repeat 10px 7px;
}
div#contenido.conLista ul.enlaces li.activo a {
	color: #FFF;
}
div#contenido.conLista ul.enlaces li a {
	color: #e16216;
}
div#contenido.conLista ul.lista, div#contenido.conLista p, div#contenido.conLista ul.servicios {
	width: 400px;
}
div#contenido.conLista ul.servicios {
	margin-bottom: 20px;
}
/* Destacados */
div#destacados {
	margin-top: 40px;
}
div.destacado {
	width: 336px;
	border: 1px solid #CCC;
	padding: 1px;
	padding-bottom: 10px;
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}
div.ultimo {
	margin-right: 0;
}
div.destacado h3 {
	width: 336px;
	height: 35px;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
div.destacado h3.queEs {
	background: url(imgs/tituloPeqQueEs.gif) no-repeat;
}	
div.destacado h3.primerosAnos {
	background: url(imgs/tituloPeqImportancia.gif) no-repeat;
}
div.destacado h3.necesidadTratamiento {
	background: url(imgs/tituloPeqTratamiento.gif) no-repeat;
}
div.destacado h3.psicomotricidad {
	background: url(imgs/tituloPeqPsicomotricidad.gif) no-repeat;
}
div.destacado h3  span {
	position: absolute;
	top: -10000px;
}
div#destacados div.destacado p {
	font-size: .8em;
	line-height: 1.5em;
	padding: 0 10px;
	margin-bottom: 5px !important;
}
div#destacados div.destacado a {
	font-size: .8em;
	font-weight: bold;
	padding-left: 15px;
	margin-left: 10px;
	background: url(imgs/iconoLibreta.gif) no-repeat 0 2px;
}

/* Página de fotos */
ul#miniaturas {
	height: 85px;
}
ul#miniaturas li {
	display: inline;
}
ul#miniaturas li a {
	padding: 3px 3px 8px 3px;
	border: 1px solid #CCC;
	background: #FFF;
	display: block;
	float: left;
	margin-right: 15px;
}
ul#miniaturas li a:hover {
	border-color: #000;
}
ul#miniaturas li.fotoActiva a {
	cursor: default;
	margin-right: 14px;
}
ul#miniaturas li.fotoActiva a:hover {
	border-color: #CCC;
}
ul#miniaturas li.ultima a {
	margin-right: 0px;
}
img.fotoGrande {
	display: block;
	clear: left;
	padding: 8px;
	border: 1px solid #CCC;
	margin-top: 15px;
}
img.vertical {
	margin-left: 140px;
}

/* Listas de servicios */
ul.servicios, ul.lista {
	font-size: .9em;
	color: #4e4e4e;
}
ul.servicios li, ul.lista li {
	background: url(imgs/flecha.gif) no-repeat 0 3px;
	padding-left: 20px;
	margin-bottom: 8px;
}
 ul.lista li {
	font-weight: bold;
}
ul.lista li ul li {
	font-weight: normal;
}
ul.servicios li ul, ul.lista li ul {
	margin-top: 8px;
	margin-left: 25px;
}
ul.servicios li ul li, ul.lista li ul li {
	background: url(imgs/bullet.gif) no-repeat 0 3px;
}
/* Pie */
div#pie {	
	text-align: center;
	font-size: .8em;
	background: url(imgs/fondoPie.gif) repeat-x;
	padding-top: 55px;
	color: #FFF;
	padding-bottom: 20px;
}
div#pie address {
	font-style: normal;
}
div#pie address a {
	color: #FC3;
	padding-left: 25px;
}