body {
	background-color: #FFFFFF;
	background-image: url(../slices/fondo.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#container {
	background: url(../slices/cabecera.gif) center top no-repeat;
	padding: 150px 0px 20px 0px;
	margin: 0px;
	overflow: auto;
	text-align: justify;
}
#outfield {
	background-image: url(../slices/cuerpo.gif);
	background-repeat: repeat-y;
	width: 753px;
	margin: 0px auto 0px;
	padding: 0px 0px 10px;
	background-position: center top;
	position: relative;
}
#menu {
	float: left;
	width: 180px;
	margin-top: 15px;
	padding-top: 27px;
	padding-bottom: 190px;
	background-image: url(../slices/columna.gif);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: middle;
}
#menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	font-weight: bold;
	color: black;
	height: 20px;
	margin-left: 13px;
	padding-top: 6px;
	vertical-align: middle;
	border: none;
}
#menu a:hover {
	text-decoration: none;
	background-color: black;
	color: white;
	opacity: 0.7;
	Filter: Alpha(Opacity=70);
	border: none;
}
#stuff {
	float: right;
	width: 520px;
	padding-right: 30px;
	margin-top: 25px;
	padding-left: 13px;
	border-left: dotted #cccccc 1px;
}
#stuff-footer {margin-top: 30px; text-align: right;}

#contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	left: 25px;
	bottom: 5px;
	overflow: visible;
	visibility: visible;
	z-index: 10;
	height: auto;
	width: auto;
	font-size: 10px;
	font-weight: bold;
	line-height: 150%;
}
#breadcrumbs {font-family: Verdana, Arial, Helvetica, sans-serif;	position: absolute;	left: 203px; top: 125px;	overflow: visible; visibility: visible;	z-index: 10; height: auto; width: auto; font-size: 9px;	font-weight: normal;}
#breadcrumbs a {border: none;}

/* ------ Portada ------ */

body#portada div#container {background-image: url(../slices/cabecera-portada.gif);}
body#portada div#stuff {border: none; float: none; width: auto; padding-right: 12px;}

body#portada #stuff-footer {clear: both; padding: 0px 20px 0px 23px; text-align: left; zoom: 1; /* Required by IE6 */}
body#portada #stuff-footer img {float: right;}
body#portada #contact {position: static; text-align: left; width: 400px; text-align: left;
left: auto; bottom: auto;}

/* Diapos */

div#diapos {position: relative; height: 331px; padding-bottom: 10px; background: url(../graficos/portada_sombra.gif) bottom center no-repeat;}
div#diapos img.diapo {display: block; margin: 0px auto; position: absolute; width: 728px; height: 331px; z-index: 10;}
div#diapos img#glass {position: absolute; top: 140px; right: 15px; z-index: 50; opacity: 0.9; filter: alpha(opacity=100); /* Required by IE6 */}

div#diapos div.texto {position: absolute; top: 140px; right: 15px; width: 350px; height: 170px; padding: 5px 10px; z-index: 100; text-align: left; opacity: 0; filter: alpha(opacity=0); /* Required by IE6 */}
div#diapos div.selected {z-index: 200;}

div#diapos img.first {z-index: 15;}
div#diapos div.first {z-index: 150; opacity: 1; filter: alpha(opacity=100);/* Required by IE6 */}

div#diapos h2, div#diapos p {margin-top: 0px; margin-bottom: 10px; padding: 0px;}
div#diapos h2 {color: #2b5b5b; font-weight: bold; font-size: 17px;}
div#diapos div.saber-mas {position: absolute; z-index: 200; top: 158px; right: 10px; font-weight: bold;}
div#diapos p {font-size: 14px; line-height: 1.3em;}
div#diapos a {color: #2b5b5b; border: none;}
div#diapos a:hover {background: none; border-bottom: dotted #2b5b5b 1px;}

div#diapos div#controls {position: absolute; z-index: 1000; width: auto; text-align: left; top: 305px; left: 25px;}
div#diapos div#controls img {margin-right: 10px; cursor: pointer;}

/* Areas secundarias de la portada */

div#secondary-areas { padding: 20px 10px 0px; overflow: auto;}
div#secondary-areas #left-column {float: left; width: 488px;}
div#secondary-areas #right-column {float: right; width: 220px; /* Required by IE6 */}
#left-column #area-1 {margin-bottom: 20px;}
#left-column #area-1 img.foto {float: right; margin: 0px 0px 0px 27px;}
#left-column #area-2 img.foto {float: left; margin: 0px 27px 0px 0px;}
#left-column #area-1, #left-column #area-2 {zoom: 1 /* required by IE6 */}

div#secondary-areas p {padding: 0px;}

#left-column h3 {background: url(../graficos/portada_rotulos.png) top left no-repeat; width: 230px; height: 30px; display: block; margin: 0px auto 10px 0px; padding: 0px; text-align: center; font-size: 16px; line-height: 26px; color: white;}
#left-column a {font-weight: bold;}

#left-column #area-2 h3 {margin: 0px 0px 20px auto;}

/* Overlay FX */
.overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:560px; padding: 20px;
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
	-moz-border-radius: 10px; -webkit-border-radius: 10px; -o-border-radius: 10px;
}

.overlay object {display: block; margin: 0px auto;}

/* close button positioned on upper right corner */
.overlay .close {
	background-image:url(../graficos/close-button.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
.overlay a, .overlay a:hover {background-color: transparent; border: none;}

.overlay .details {
		font-size:11px;
		color:#fff;
	}
	
.overlay .details h3 {
		color:#aba;
		font-size:15px;
		margin:0 0 -10px 0;
	}

/* Solapa Madrid */
#solapa-madrid {position: absolute; top: 0px; right: 15px;}
#solapa-madrid img, #solapa-madrid a {border: none; background: none;}

#footer {text-align: right; margin-top: 25px;}

#milogo {text-align: center;}
#milogo a {color: transparent; text-decoration: none; border: none;}
#milogo a:hover {color: transparent; text-decoration: none; border: none; background-color: transparent;}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #2b5b5b;
	background: url(../slices/pretitulo.gif) left center no-repeat;
	margin: 0px 0px 30px 0px; padding: 0px 0px 0px 23px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px; padding: 20px 0px 0px 15px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #4c4c4c;
	background-image:url(../graficos/cuadrito_blanco.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	color: white;
	margin: 30px 0px 15px; padding: 0px 0px 1px 20px;
}
h4 {margin-bottom: 0px; font-size: 14px; font-weight: bold; padding-left: 15px;}
h5 {margin-bottom: 0px; margin-top: 2px; font-size: 12px; font-weight: bold; text-align: left; color: #2B5B5B;}
h5 a {text-decoration: none; border: none; color: #2B5B5B;}
h5 a:hover {text-decoration: underline; background: none; color: #2B5B5B; border: none;}
p {padding-left: 15px;}

ul {margin-left: 0px; padding-left: 19px;}
ol {margin-left: 40px;  padding-left: 19px;}
ul a, ol a {border: none;}
ul a:hover, ol a:hover {border: none;}
li {margin: 10px 0px;}

hr {margin: 40px 80px; border: solid #95b9b9 thin;}

/* Mis clases */
.floatbox-right {float: right;width: 190px; margin: 0px 0px 5px 20px; background-color:#d8f0f0; padding: 5px; font-size: 90%;}
.floatbox-right p {padding: 0px; margin: 10px 0px 4px;}
img.floatbox-right {width: auto; margin: 0px 0px 5px 5px;}
.floatbox-right img {border: solid #68a0a0 1px; margin-top: 7px;}
img.floatbox-right-clear {float: right; border: solid #68a0a0 1px; margin: 0px 0px 5px 20px;}
img.videothumb {cursor: pointer;}

.borderless, img.borderless {border: none;}


.tablon {border: none; margin: 0px; padding: 0px;}
.tablon td {width: 50%; padding: 8px 12px; margin: 20px; vertical-align: top; text-align: justify;}
.tablon td.right {padding-right: 0px;}
.tablon td.left {border-right: dotted #ccc 1px; padding-left: 0px;}

.actual {font-size: 100%;}
.extra {font-size: 110%;}
.mini {font-size: 80%;}

/* Enlaces */
a {color: #0055ee; text-decoration: none; border-bottom: dotted grey 1px;}
a:hover {color: white; background-color: #0055ee; text-decoration: none; border-bottom: dotted grey 1px;}

/* Contenido específico de páginas */

/* Clínica */
#botones-clinica a {background: #444; border: solid #444 1px; color: white; font-weight: bold; padding: 0px 5px; margin-right: 10px;}
#botones-clinica a.selected {color: black; background: white; text-decoration: none; border: dotted #444 1px; outline: none;}
#imagenes-clinica {margin-top: 15px; height: 375px; position: relative;}
#imagenes-clinica img {position: absolute; top: 0px; left: 15px; display: block; opacity: 0; filter: alpha(opacity=0);}
