/*
 *	##### ESTILOS GENERALES #####
 */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p,blockquote, pre, a, abbr, acronym, address, big,cite, del, dfn, em, font, img,ins, kbd, q, s, samp, small, strike,strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,center, u, b, i {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-family: inherit;
	vertical-align: baseline
}

html{
	width: 100%;
	height: 100%;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #c9d0d2 url(img/fondo.gif) repeat;
	color: #333333;
	width: 100%;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

h1,h2,h3,h4,h5,h6,pre,code { 
	font-size:1em; 
}

strong{
	font-weight: bold;
}

a{
	text-decoration:  none;
	border: none;
}

a:hover{
	border: none;
}

em{
	font-style: italic;
}

div.clear, hr, span.clear{
	clear: both;
	display: block;
}

.oculto{
	display: none;
}

/*
 * PRINCIPAL
 */

#principal{
	width: 960px;
	margin: 0 auto;
}

/*
 * CABECERA
 */

#cabecera{
	height: 124px;
	position: relative;
}

#principal.portada #cabecera{
	background: url(img/cabecera_portada.jpg) top left no-repeat;
	height: 260px;
}

#principal.doctor_orenes #cabecera{
	background: url(img/cabecera_doctor_orenes.jpg) top left no-repeat;
}

#principal.intervenciones #cabecera, #principal.detalle_intervenciones #cabecera{
	background: url(img/cabecera_intervenciones.jpg) top left no-repeat;
}

#principal.contacto #cabecera{
	background: url(img/cabecera_contacto.jpg) top left no-repeat;
}

/* cabecera superior */

#cabecera .sup{
	background: url(img/cabecera_sup.png) top left repeat;
}

/* menu superior */

ul#menu_sup{
	text-align: right;
	margin: 0 20px;
	padding-top: 10px;
}

ul#menu_sup li{
	display: inline;
	margin-left: 20px;
}

/* logo */

h1{
	width: 221px;
	height: 55px;
	margin: 0 20px;
	background: url(img/logo.gif);
	text-indent: -9999px;
}

/* menú de idiomas */

ul#barra_idioma{
	text-align: right;
	margin: 0 20px;
	padding: 10px 0;
}

ul#barra_idioma li{
	display: inline;
	margin-left: 10px;
	font-size: 1.1em;
}

ul#barra_idioma li.actual{
	text-transform: uppercase;
}

ul#barra_idioma li a{
	color: #ffffff;
}

ul#barra_idioma li a:hover, ul#barra_idioma li.actual a{
	color: #00ccff;
}

/* cabecera inferior */

#cabecera .inf{
	width: 960px;
	height: 10px;
	position: absolute;
	bottom: 0;
	background: url(img/cabecera_inf.png) top left repeat;
}

/*
 * CUERPO
 */

 #cuerpo{
 	padding: 30px 30px;
	background: #ffffff;
	color: #333333;
 }

/*columna izquierda o derecha */
#cuerpo .izq{
	float: left;	
}

#cuerpo .der{
	float: right;
}

/* tamaños de las columnas */
#cuerpo .cincuenta{
	width: 430px;
}

#cuerpo .gra{
	width: 630px;
}

#cuerpo .peq{
	width: 230px;
}

/* nodos */

.nodo{
	margin-bottom: 8px;
}

/* encabezados */

#cuerpo h2{
	margin-bottom: 15px;
}

#cuerpo h3{
	font-size: 1.4em;
	text-transform: uppercase;
	margin-bottom: 6px;
	color: #990000;
}

#principal.detalle_intervenciones #cuerpo h3{
	color: #999999;
	font-weight: bold;
}

/* parrafos */
#cuerpo p, #cuerpo li{
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 6px;
}

#cuerpo p.ultimo{
	margin-bottom: 24px;
}

/* listas */

ul.intervenciones li{
	text-transform: uppercase;
}

/* enlaces */

#principal a{
	color: #561189;
}

#principal a:hover, #principal li.actual a{
	color: #ff0033;
}

#principal li.actual a{
	text-decoration: underline;
}

/* formularios */

form p{
	line-height: 1.8em;
}

input.texto, select, textarea, p.sub{
	width: 100%;
	border: 1px solid #666666;
}

p.sub{
	border: 0;
	text-align: right;
}

input.texto:focus, select:focus, textarea:focus{
	border: 1px solid #ff0033;
}

button{
	width: 64px;
	height: 20px;
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

/* doctor orenes */

p.foto_curriculum{
	margin: 30px auto;
}

/* noticias */

#ultimas_noticias .nodo p.texto{
	float: left;
	width: 420px;
}

#ultimas_noticias.detalle .nodo p.texto{
	width: 650px;
}

#ultimas_noticias .nodo p.img{
	float: right;
	width: 200px;
	overflow: hidden;
	height: 100px;
}

/* mapa */

#mapa{
	margin-top: 20px;
}


/*
 * PIE
 */

#pie{
	height: 20px;
	background: url(img/fondo_pie.gif) top left repeat-x;
}

#pie p{
	text-align: right;
	margin: 0 20px;
	padding: 4px 0;
	font-size: 1.1em;
}

#pie p a{
	color: #ffffff;
}

#pie p a:hover{
	color: #00ccff;
}

