

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
a {
	text-decoration: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
select {
	font-size: 100%;
}

/* Abreviaturas, acronimos y definiciones
-------------------------------------------- */

	abbr, acronym, dfn {
		border: none;
		cursor: help;
	}
	
	kbd {
		border-bottom: .1em solid #cccccc;
		border-right: .1em solid #cccccc;
		padding-bottom: 0.1em; 
		padding-right: 0.4em; 
		padding-left: 0.4em; 
		background: #EFECEC;
		padding-top: 0.1em;
		font-size: 115%; 
	}
	
	
/* Estilos comunes
------------------------------------------------------------------------------------------- */

.clearfix:after {
	height: 0;
	clear: both;
	content: ".";
	display: block;
	visibility: hidden;
}

.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }

.clearfix { display: block; }
.clear_both, .clear { clear: both; }

/* Iconos
----------------------------------*/

.mail { 
	background: url(../public_images/ico/mail.gif) no-repeat right center;
	padding: 0em 1em 0em 0em;
}

.goBack { 
	background: url(../public_images/ico/goBack.gif) no-repeat right center;
	padding: 0em 1em 0em 0em;
}

.goTop { 
	background: url(../public_images/ico/goTop.gif) no-repeat right center;
	padding: 0em 1em 0em 0em;
}

.goBottom { 
	background: url(../public_images/ico/goBottom.gif) no-repeat right center;
	padding: 0em 1em 0em 0em;
}

.externalLink { 
	background: url(../public_images/ico/externalLink.gif) no-repeat right center;
	padding: 0em 1em 0em 0em;
}

.webMap { 
	background: url(../public_images/ico/webMap.gif) no-repeat right center;
	padding: 0em 1.3em 0em 0em;
}

.download { 
	background: url(../public_images/ico/download.gif) no-repeat right center;
	padding: 0em 1em 0em 0em;
}

.continue { 
	background: url(../public_images/ico/continue.gif) no-repeat right center;
	padding: 0em 1.2em 0em 0em;
}

.more { 
	background: url(../public_images/ico/more.gif) no-repeat right center;
	padding: 0em 1.2em 0em 0em;
}

.display { 
	background: url(../public_images/ico/display.gif) no-repeat right center;
	padding: 0em 1em 0em 0em;
}

.pdf { 
	background: url(../public_images/ico/pdf.gif) no-repeat left 2px;
	padding: 4px 0em 4px 2em;
	line-height: 20px;
}

.help { 
	cursor: help;
}

/* Fin / Iconos
----------------------------------*/


/* Clases comunes
----------------------------------*/

.nota, .salto { 
	position: absolute;
	top: -5000px;
	left: -5000px;
}

.invisible { 
	display: none;
	visibility: hidden;
}
.negrita { 
	font-weight: bold;
}

.float_left {
	float: left;
}	

.float_right {
	float: right;
}

.background_none {
	background: none !important;
}

.align_center {
	text-align: center;
}

.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}	


.justify {
	text-align: justify;
}
/* fin / Clases comunes
----------------------------------*/



.w10 {
	width: 10%;
}
.w15 {
	width: 15%;
}
.w20 {
	width: 20%;
}
.w25 {
	width: 25%;
}
.w30 {
	width: 30%;
}
.w33 {
	width: 33%;
}
.w40 {
	width: 40%;
}

.w45 {
	width: 45%;
}

.w48 {
	width: 48%;
}
.w50 {
	width: 50%;
}

.w58 {
	width: 58%;
}
.w60 {
	width: 60%;
}
.w66 {
	width: 66%;
}

.w70 {
	width: 70%;
}
.w75 {
	width: 75%;
}
.w80 {
	width: 80%;
}
.w90 {
	width: 90%;
}
.w100 {
	width: 100%;
}


.CR { margin-bottom: 20px; }
.CRMini { margin-bottom: 10px; }
.CRDoble { margin-bottom: 50px; }

.MT5 { margin-top: 5px; }
.MT10 { margin-top: 10px; }
.MT15 { margin-top: 15px; }
.MT25 { margin-top: 25px; }
.MT30 { margin-top: 30px; }
.MT35 { margin-top: 35px; }

.ML5 { margin-left: 5px; }
.ML10 { margin-left: 10px; }
.ML15 { margin-left: 15px; }
.ML20 { margin-left: 20px; }
.ML25 { margin-left: 25px; }
.ML30 { margin-left: 30px; }

.innerPadding10 {
	padding: 10px;
	overflow: hidden;
}
.innerPadding20 {
	padding: 20px;
	overflow: hidden;
}



/* @group comunes */

/* @group elementos basicos */
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #41362B;
	line-height: 1.7em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 75%;
	color: #FFFFFF;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: #FFFFFF; 
	clear: both; 
}

a { color: #7A7563; }
strong {  }
h1 {}

h2 {
	padding: 0;
	font-size: 120%;
	margin: 0em 0 1.4em 0;
	text-transform: uppercase;
}

h3 {
	padding: 0;
	font-size: 130%;
	margin: 0em 0 0em 0;	
}
h5 {
	font-size: 108%;
	color: #FFFFFF;
	padding-bottom: 4px;
}
.hand {
	cursor: pointer;
}
.noBorder {
	border: none !important;
}
/* @end */
/* @group estructura pagina */
#contenedor {
	border: 0px;
	margin: 0em auto;
	width: 844px;
	background: #252525 url(../public_images/bg_contenedor.jpg) repeat-y left top;
}
.innerContenedor {
	padding: 0px 14px 0px 14px;
}
#cabecera {
	position: relative;
}
#logotipo {
	text-align: center;
	float: left;
	width: 424px;
	height: 97px;
	margin: 50px 0px 0px 20px;
}

#logotipo h1 {	font-size: 150%; }
#banner {
	border: 0px;
	height: 217px;
	background: url(../public_images/ban_clinica.jpg) no-repeat left top;
}

.pageContent {
	line-height: 1.3em;
	margin: 0em 0em 0em 0em;
	min-height: 20em;
}
.docVista {
	padding: 0;
	margin: 2em 0em 0em 0em;
}

.innerDocVista {
	margin: 0em 0em 1em 8em;
}

.pageColLeft {
	width: 462px;
	float: left;
}

.pageColRight {
	width: 223px;
	float: right;
}


/* @group pie pagina */
#pie_pagina {
	background: #41362B url(../public_images/bg_footer.jpg) no-repeat left top;
	text-align: left;
	padding: 1.3em 1em 0px 0px;
	clear: both;
	color: #FFFFFF;
	font-size: .9em;
	overflow: hidden;
}
.empresaNombre {
	float: left;
	width: 180px;
}
#contacto_pie {
	float: right;
}
#pie_pagina ul,
#pie_pagina li {
	display: inline;
}

#contacto_pie li {
	overflow: hidden;
}

#contacto_pie li a,#contacto_pie li strong {
	color: #FFFFFF;
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
	padding: 0px 7px 0px 7px;
}
#contacto_pie li strong {
	color: #FFFFFF;
}
#contacto_pie li.fin a {
	border: none;
}
#direccion_pie {
	border: 0px solid #d7dce4;
	text-align: center;
	color: #737373;
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	clear: both;
	}
/* @end */

/* @end */

/* @group idiomas */
#idiomas { 
	text-align: right;
	margin: 0px;
	padding: 0px 4px 0px 0px;
}

#idiomas p {
	display: inline;
	float: none;
	font-weight: bold;
	padding: 0em;
}

#idiomas ul,
#idiomas li {
	display: inline;
}

#idiomas li {
	border-right: 2px solid #C68F50;
	padding-right: 8px;
	padding-left: 8px;
	overflow: hidden;
	color: #C68F50;
	text-transform: lowercase;
	font-size: 1em;
}
#idiomas li strong {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
#idiomas li a {
	color: #C68F50;
	text-decoration: none;
}
#idiomas li.fin {
	border: none;
}
/* @end */
/* @group sendero migas */
#rutaPagina {
	color: #C68F50;
	font-size: .9em;
	border-bottom: 1px solid #41372C;
}

#rutaPagina p {
	display: inline;
	float: none;
	font-weight: bold;
	padding: 0em;
}

#rutaPagina ol, #rutaPagina ol li {
	display:inline;
}

#rutaPagina li {
	margin-left: 0em;
	padding-right: .4em;
}
#rutaPagina li a {
	color:  #C68F50;
}
#rutaPagina li.background_none {
	font-weight: bold;	
}
/* @end */
/* @group navegacion */
#navegacion {	
	text-align: right;
	border: 0px;
}
/* @group menu principal */
ul#menu {
	list-style: none;
	margin: 2em 1em 1em 0em;
	padding: 0em 0em 0em 0em;
	border: 0px solid red;
	float: right;
	text-align: right;
}

ul#menu li {
	float: left;
	margin-left: 0em;
	padding: 0px 0px 0px 20px;
	font-size: 140%;
}

ul#menu li a {
	text-decoration: none;
	text-align: left;
	color: #C68F50;
}


ul#menu li a:hover, ul#menu li a:active {
	color: #FFFFFF;
}

ul#menu li.seleccionado1 strong {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
ul#menu li.fin a, ul#menu li.fin strong {

}
/* @end */
/* @group menu nivel 2 */
.contSubMenu {
	margin: 1em 0em 0em 4em;
}
	
ul.subMenu {
	list-style-type: none;
	font-size: 130%;
}

	
li.nivel2 {
	text-align: left;
	float: left;
	list-style: none;
	padding: 0px 10px 0px 10px;
	border-right: 2px solid #807B67;
	}

.nivel2 a {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	letter-spacing: 0px;
	color: #807B67;
	}
	
.nivel2 a:link, .nivel2 a:visited {
	text-decoration: none;
	}	

.nivel2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

.seleccionado2 strong {
	color: #FFF6C4;
	font-weight: normal;
}
/* @end */
/* @group menu nivel 3 */
#subSubMenu {
	padding: 0 0 0 0;
	margin: 3px 0 0 0;
	}
	
	
li.nivel3 {
	border-bottom: 2px solid #FFFFFF;
	list-style-type: none;
	padding: 8px 12px 8px 6px;
	background: #969696 url(../public_images/bg_submenu_off.jpg) no-repeat right center !important;
	}
li.nivel3.seleccionado3 {
	border-bottom: 2px solid #FFFFFF;
	list-style-type: none;
	padding: 8px 12px 8px 6px;
	background: #969696 url(../public_images/bg_submenu_on.jpg) no-repeat right center !important;
	}
.nivel3 a {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
.nivel3 a:link, .nivel3 a:visited {
	color: #000000;
	text-decoration: none;
	}	

.nivel3 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

.seleccionado3 strong {
	color: #FFFFFF;
	font-weight: normal;
	}

/* @end */
/* @end */
/* @group accesibilidad */
ul.lista-accesibilidad li {
	background: url(../public_images/dott.gif) no-repeat .1em .3em;
	padding-left: 1em;
	margin: .5em .7em .5em .7em;
}

.atajos {
	margin-left: 2em;
	padding-top: .7em;
}

.atajos li {
	margin-bottom: .7em;
}
/* @end */

/* @group mapa web */
.ul_mapa_web li {
	margin-top: 1.2em;
	padding-left: 1em;
}
.ul_mapa_web li a {
	text-transform: capitalize;
}
.ul_mapa_web li ul li {
	padding-left: 1em;
	margin: .5em 0 0 1em;
}
.ul_mapa_web li ul li a {
}
/* @end */
/* @end */
/* @group formulario */

ul.horizontalRadios, ul.verticalRadios {
	display: block;
	line-height: 100%;
	}
	
ul.verticalRadios li{
	clear: left;
	}
	
ul.horizontalRadios li{
	display: inline;
	}

.checkRadioInput {
	border: 0em;
	margin-top:.5em;
	}

.labelRadiosChecks {
	padding: 0em 1em 0em .1em;
	margin-top: 0.6em;
	width: auto !important;
	}
	
.ie6 .labelRadiosChecks, .ie7 .labelRadiosChecks {
	margin-top: 0.9em;
	}

.inputText, textarea {
	background: #f8f8f8;
	border: 1px solid #cccccc;
	padding-left:4px;
	color: #7a7a7a;
	width: 19em;
	height: 16px;
	float: left;
	font-family: "Lucida Grande",Arial;
	font-size: 100%;
	}

input:focus, textarea:focus {
	border: 1px solid #3388ba;
	}

.inputTextError {
	float: left;
	padding-left:4px;
	border: 1px solid #000;
	width: 20em;
	height: 16px;
	color: #ffffff;
	background-color: #be0f1f;
	}
	

form label.required, form span.required {
	
	}

form label.problem, form span.problem {
	
	}
	
form label.completed, form span.completed {
	
	}

.errorField {
	font-size:10px;
	padding-left:10px;
	color: red;
	}

.ancho100 {
	width: 90% !important;
	float: none !important;
	margin-left: 0px;
	}


.msg {
	border-top: 1px solid #ff7349;
	border-bottom: 1px solid #ff7349;
	background: #ffdaca url(../images_public/notice.gif) no-repeat 10px 10px;
	padding: 10px;
	margin-top: 10px;
	text-align: center;
	}
	
.msg strong {
	font-weight: bold;
	}

form span.required {
	padding: 0px 0px 0px 1em;
	width: 15px;
}

em.required{
	display:none;
}
/* Los avisos
------------------------------------------------------------------------------------------- */

.msgKO {
	width: 257px;
	color: #000000;
	text-align: left;
	padding: 10px 10px 10px 67px;
	border-top: 2px solid #ff1000;
	border-bottom: 2px solid #ff1000;
	background: url(../public_images/contacto/noticeKO.gif) 7px 8px no-repeat #ffc368;
	margin-top: 10px;
	}
	
.msgKO strong {
	color: #000000;
	font-weight: bold;
	background: #ffc368;
	}
	
.msgKO li {
	color: #000000;
	background: #ffc368;
	}
	
.ulCamposError {
	margin: 10px 0px 10px 50px;
	}

.msgKO a, .msgKO a:link, .msgKO a:visited {
	color: #635307;
	} 	

.msgOK {
	xwidth: 259px;
	color: #ffffff;
	text-align: left;
	padding: 10px 10px 10px 67px;
	border-top: 1px solid #24a050;
	border-bottom: 1px solid #24a050;
	background: url(../public_images/contacto/noticeOK.gif) 7px 0px no-repeat #8cc63f;
	margin-top: 1em;
	margin-bottom: 1em;
	}
	
.msgOK strong {
	font-weight: bold;
	}

/* @end */
/* @group modulos extranet */
/* @group facturas */
.numero_factura{ float:left; width:50%; font-weight: normal; clear:none; margin-bottom:2em; color:#000000;}
.fecha_emision{ float:left; width:50%; font-weight: normal; clear:none; margin-bottom:2em; color:#000000;	border-bottom:1px dotted #000000; 
}

.table_datos_factura{margin-bottom:3em;}
.table_datos_factura caption{ text-align:left; margin-bottom:.5em; font-size:1.1em; font-weight: bold;	border-bottom:1px dotted #CCCCCC;}
.table_datos_factura th{ text-align: left; width:100px; font-weight:bold;	border-bottom:1px solid #CCCCCC;}
.table_datos_factura td{ width:200px;	border-bottom:1px solid #CCCCCC; }
.table_datos_factura .tdseparador{ width:20px;}
.table_datos_factura .tdobservaciones{ }

.table_conceptos{margin-bottom:3em;width: 100%;}
.table_conceptos caption{ text-align:left; margin-bottom:.5em; font-size:1.1em; font-weight: bold;	border-bottom:1px dotted #CCCCCC;}
.table_conceptos th{ text-align: left; width:25%; padding:3px; border-bottom: 1px solid #333333;}
.table_conceptos td{ padding: 3px; border-bottom: 1px solid #333333;}
.table_conceptos .tdderecha{ text-align: right;}
.table_conceptos .tdcenter{ text-align: center;}

.pderecha{ margin-bottom: 1em; float:left: width:100%; text-align:right;}
.pderecha strong{ margin-right: 10em;}
.pderecha .strong1{ margin-right: 9.4em;}


/* @end */

/* @group menu navegacion meses */

#menu_meses{ float: left; width:100%; margin-bottom:15px; margin-top:15px;}
#menu_meses a{ float: left; width:auto;}
#menu_meses .derecha{ float: right;}

/* @end */

/* @group calendario de eventos */

.calendario{ width:45%; margin-right:25px; float:left; border-right: 1px solid #CCCCCC;}
.calendario caption{ font-weight: bold; border-bottom: 1px solid #CCCCCC; padding:3px;}
.calendario th{ padding:3px;text-align: center; font-weight: bold; border-left: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC;}
.calendario td{ padding:3px; text-align:center; border-left: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC;}
.calendario .dia_hoy{ font-weight: bold;}
.calendario .dia_evento{ font-weight: bold;background-color:#A42C1C;}
.calendario .dia_evento a{color:#FFF!important};
/* @end */

/* @group listado de eventos */

#listado_eventos{ width: 100%; margin-top: 25px;}
#listado_eventos h3{ color: #000000; margin-top: 25px; margin-bottom: 15px;}
#listado_eventos ul{ list-style-type: none;}
#listado_eventos ul li{ margin-bottom: 5px;}
#listado_eventos ul li a{color: #14398F; font-weight: bold; font-size:1.1em;}
#listado_eventos ul li p{ margin-top: 3px; margin-bottom: 10px;}


/* @end */
/* @end */
/* @group propios proyecto public */
.pageNextPrev {
	
}
.pageNextPrev .pagList {
	margin: 0px;
	padding: 0px;
}
.pageNextPrev .pagList li {
	width: 50%;
	float: left;
}
.ul2Cols li {
	width: 50%;
	float: left;
}
.colNext {
	text-align: right;
}
.pageNextPrev a {
	display: inline-block;
	padding: .5em;
	background-color: #5D4933;
	color: #FFFFFF;
	font-size: .9em;
}
.linkBoton {
	margin-top: 1em;
	display: inline-block;
	padding: .5em;
	background-color: #5D4933;
	color: #FFFFFF;
	font-size: .9em;
}

a.linkBoton:hover {
	text-decoration: underline;
}

.linkBotonClaro {
	margin-top: 1em;
	display: inline-block;
	padding: .5em;
	background-color: #89846B;
	color: #FFFFFF;
	font-size: .9em;
}

a.linkBotonClaro:hover {
	text-decoration: underline;
}

/* @group intro */
.cajaFotosIntro {
	margin-top: 1em;
	height: 414px;
}
#fadeIntro { 
	position:relative;
}

#fadeIntro li { 
	position:absolute; 
}

.menuIntro {
	position: relative;
	float: left; 
	
	margin-top: 342px;
	margin-left: 190px;
	z-index: 2;
}
.ie6 .menuIntro, .ie7 .menuIntro {
	margin-left: 210px;
}
.menuIntro ul {
	text-align: center;
}

.menuIntro ul li {
	width: 50%;
	float: left;
}
.meLeft {
	text-align: right;
}
.meRight {
	text-align: left;	
}
.menuIntro ul li a {
	padding: 0px 40px 0em 40px;
}

.dirPieIntro {
	text-align: center;
	color: #786E63;
	font-size: .9em;
	margin-bottom: 1.4em;
}
/* @end */

/* @group clinica */
.contFotosClinica {
	
}
.contFotosClinica img {
	margin-right: 5px;
	margin-bottom: 5px;
}

#fadeClinica1, #fadeClinica2, #fadeClinica3 { 
	position:relative;
	width:217px;
	height:118px;
	margin-right: 5px;
	margin-bottom: 5px;
	overflow:hidden;
	float: left;
}
#fadeClinica2 { 
	width:344px;
}

#fadeClinica1 li, #fadeClinica2 li, #fadeClinica3 li { 
	position:absolute; 
	top:0; 
	left:0; 
}

.ancClin p {
	width: 694px;
}
.contTxt2Clinica {
	float: left;
	margin-top: 4px;
	width: 570px;
}

.ulCV {
	width: 470px;
}

.ulCV li {
	margin-bottom: .4em;
	background: #252525 url(../public_images/bg_li_CV.gif) no-repeat 0px 2px;
	padding-left: .8em;
}
/* @end */	

/* @group tratamientos */
.titTratamientos {
	color: #ECA95A;
	text-transform: none;
}

.titSubApdo {
	display: block;
	padding: .5em;
	background-color: #5D4933;
	color: #FFFFFF;
	margin-bottom: 1em;
}
.titSubApdoOn {
	display: block;
	padding: .5em;
	background-color: #89846B;
	color: #FFFFFF;
	margin-bottom: 1em;
}

.menuCasos {
	margin-bottom: 1.5em;
}
.menuCasos li {
	line-height: 1.5em;
}
.menuCasos li strong {
	color: #FFF6C4;
	font-weight: normal;
}
.contEdit{
	margin: 0em 0em 0em 0em;
	font-size: 110%;
	overflow: hidden;
}
.contEdit p {
	margin: 0px 0px 1.4em 0px;
}
.ulFotosTratam {
	list-style-type: none;
}
.ulFotosTratam li {
	float: left;
	width: 226px;
	background: #89846B;
	color: #FFFFFF;
	text-align: center;
	margin: 0px 0px 1.4em 0px;
}
.ulFotosTratam li p {
	margin: 0px;
	padding: 4px 0px 4px 0px;
	text-align: center;
}
.ulFotosTratam li.col2 {
	margin-left: 10px;
}
/* @end */

/* @group formacion / cursos */
.titH2 {
	margin: 1em 0em 2em 4em;
	color: #C0B996;
	text-transform: none;
	font-size: 130%;
}
.ulCursos {
	
}
.ulCursos li {
	margin-bottom: 1em;
	padding-left: 1em;
	background: url(../public_images/bg_li_cursos.gif) 0px 0px no-repeat;
	overflow: hidden;
}
.ulCursos li h3 {
	font-size: 110%;
	color: #89846B;
	margin-bottom: .3em;
}
.contFechaLinkCurso {
	border-bottom: 1px solid #7B7760;
}
.fechaCurso {
	font-size: .9em;
}
a.masInfoCurso {
	display: inline-block;
	padding: .2em .5em .2em .5em;
	background-color: #89846B;
	color: #FFFFFF;
	text-transform: lowercase;
	font-size: .9em;
	float: right;
}
.contFotosCursos {
	margin: 4em 0em 4em 0em;
}
.contFotosCursos ul {
	position:relative;
	width:158px;
	height:99px;
	margin-right: 5px;
	margin-bottom: 5px;
	overflow:hidden;
	float: left;
}

.cursoCard {
	margin-bottom: 1em;
	padding-left: 1em;
	background: url(../public_images/bg_li_cursos.gif) 0px 0px no-repeat;
}
.descCurso {
	margin-top: 1.4em;
}

ul.descCurso li a {
	font-size: 0.9em;
	color: #FFFFFF;
	text-decoration: underline;	
}

.cajaInscripcion {
	background: #473421;
	padding: 2em 2em 1em 1em;
	width: 86px;
	float: right;
}

.cajaInscripcion h3 {
	color: #FFF6C4;
	margin-bottom: 3em;
}
.cajaInscripcion a {
	color: #FFFFFF;
	font-size: .9em;
}
.cajaInscripcion a:hover {
	text-decoration: underline;
}

.contFormInscripcion {
	border: 1px solid #FFFFFF;
}
.fieldSetInscripcion {
	margin-bottom: 1em;
}
.fieldSetInscripcion legend {
	padding: .6em 0em .6em 10em;
	color: #ECA95A;
	font-style: italic;
}
.fieldSetInscripcion label {
	width: 10em;
	float: left;
	text-align: right;
}

.fieldSetInscripcion p.cajaField {
	margin-bottom: .8em;
	overflow: hidden;
}
.fieldSetInscripcion p.cajaField input {
	width: 26em;
}

.inputTextAreaLarge {
	width: 26em;
	height: 4em;
}
.checkRadioInput {
	margin: 0px;
	padding: 0px;
}
.cajaFieldNoLabel {
	margin-left: 10em;	
}
.titCursoForm {
	font-size: 120%;
}
.contBotones {
	margin: 0em 2em 1em 10em;
}
.contBotones ul {
	
}
.botColLeft, .botColRight {
	float: left;
	width: 50%;
}
.botColRight {
	text-align: right;	
}
.botonEnviar {
	display: inline-block;
	padding: .5em 1em .5em 1em;
	background-color: #5D4933;
	color: #FFFFFF;
	font-size: 1em;
	text-transform: uppercase;
	border: 0px;
}
/* @end */

/* @group publicaciones */
.ulPublicaciones {
	
}
.ulPublicaciones li {
	margin-bottom: 2em;
}
.ulPublicaciones li h3 {
	font-size: 110%;
	color: #FFFFFF;
	margin-top: 0em;
	margin-bottom: 0em;
	font-weight: bold;
}

.contFotoPubli {
	float: left;
	width: 50px;
	border: 1px solid #252525;
}
.contDataPubli {
	float: left;
	width: 370px;
	margin-left: 8px;
	border-bottom: 1px solid #89846B;
	min-height: 57px;
}
.fechaPubli {
	color: #ECA95A;
	font-weight: bold;
	font-size: 1em;
}
.pagesPubli {
	color: #7C7762;
	font-size: .9em;
	font-style: italic;
}
.cajaFotoGrande {
	background: #89846B;
	padding: 2em 0em 2em 2em;
	float: right;
	width: 200px;
	height: 252px;
}
#ulFotosGrandes { 
	position:relative;
}

#ulFotosGrandes li { 
	position:absolute; 
}

/* @end */
/* @group conferencias */
.ulConferencias {
	
}
.ulConferencias li {
	margin-bottom: 1em;
	border-bottom: 1px solid #89846B;
}
.ulConferencias li h3 {
	font-size: 110%;
	color: #FFFFFF;
	margin-top: .5em;
	margin-bottom: .5em;
	font-weight: bold;
}

.fechaConferencias {
	color: #ECA95A;
	font-weight: bold;
	font-size: 1em;
}

.cajaFotosConf {
	width: 223px;
}
#fadeConferencias { 
	position:relative;
}

#fadeConferencias li { 
	position:absolute; 
}

/* @end */

/* @group contacto */
.colLeftContacto {
	width: 340px;
	float: left;
	margin-left: 16px;
}
.colRightContacto {
	width: 352px;
	float: right;
}
.list-contacto {
	margin-bottom: 3em;
}
.list-contacto li {
	font-size: 1em;
}
.list-contacto li a {
	color: #FFFFFF;
	text-decoration: underline;	
}
.list-contacto h3 {
	font-size: 130%;
	color: #ECA95A;
	margin-top: .5em;
	margin-bottom: .5em;
	font-weight: bold;
}

.colLeftContacto h4 {
	font-size: 100%;
	color: #ECA95A;
	margin-bottom: 1.4em;
}
.colLeftContacto h5 {
	font-size: 1em;
	color: #FFF6C4;
	margin-bottom: 1.4em;
}

.contMapa {
	border: 1px solid #FFFFFF;
}
.contFotoContacto {
	text-align: right;
	margin: 2em 0px 2em 10px;
	height: 100px;
}

/* @end */


.contIntro {
	width: 911px;
	margin: 0 auto;
	margin-top: 100px;
	text-align: center;
}
.contIntro ul {
	border-bottom: 1px dotted #A8B0B2;
	padding-top: 10px;
	padding-bottom: 10px;
}
.contIntro ul li {
	display: inline;
	padding: 0px 12px 0px 12px;
}
.sepRight {
	border-right: 2px solid #888888;
}
.menuIntro a:link,.menuIntro a:visited {
	color: #676767;
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: none;
}
.menuIntro a:hover {
	color: #14398F;
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: none;
}
.logoIntro {
	margin-bottom: 20px;
}

.cajaGris {
	background-color: #CCCCCC;
	color: #000000;
	text-align: justify;
}
.cajaAzul {
	background-color: #7DA1C4;
	color: #FFFFFF;
	height: 130px;
	position: relative;
	text-align: justify;
}

.linkBlanco {
	color: #FFFFFF;
}
.absBottom {
	position: absolute;
	bottom: 6px;
	right: 10px;
}
.ulDisc {
	border-bottom: 1px dotted #7DA1C4;
}
.ulDisc li {
	margin-left: 20px;
	list-style-type: disc;
	padding-bottom: 4px;
}
.ulInfoProd {
}
.ulInfoProd li {
	margin-left: 20px;
	list-style-type: disc;
	padding-bottom: 4px;
}

.marcoFotoProd {
	float: left;
	width: 97px;
	height: 89px;
	border: 1px solid #FFFFFF;
	margin-left: 15px;
	margin-bottom: 15px;
	xoverflow: hidden;
}
.cajaLinkSectores {
	background-color: #7DA1C4;
	color: #FFFFFF;
	text-align: center;
	padding: 6px 0px 6px 0px;
}
.cajaLinkSectores a {
	font-size: 120%;
	color: #000000;
	font-weight: bold;
}
.ulAplicaciones {
	margin: 2em;
}
.ulAplicaciones li {
	margin-bottom: 5px;
	background: url(../public_images/ico/dott.gif) no-repeat .1em .2em;
	padding-left: 1em;
}
/* @end */




#test {
  width:100px;
  height:100px;
float:left;
  background:#123;
}
.overlay_dialog img { border: none; }

.overlay_dialog {
	background-color: #666666;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.dialog_nw {
	width: 9px;
	height: 23px;
	background: transparent url(../images/window/top_left.gif) no-repeat 0 0;		
}

.dialog_n {
	background: transparent url(../images/window/top_mid.gif) repeat-x 0 0;	
	height: 23px;
	width: 100%;
}

.dialog_ne {
	width: 9px;
	height: 23px;
	background: transparent url(../images/window/top_right.gif) no-repeat 0 0;		
}

.dialog_e {
	width: 2px;
	height: 100%;
	background: transparent url(../images/window/center_right.gif) repeat-y 0 0;	
}

.dialog_w {
	width: 2px;
	height: 100%;
	background: transparent url(../images/window/center_left.gif) repeat-y 0 0;		
}

.dialog_sw {
	width: 9px;
	height: 19px;
	background: transparent url(../images/window/bottom_left.gif) no-repeat 0 0;			
}

.dialog_s {
	background: transparent url(../images/window/bottom_mid.gif) repeat-x 0 0;		
	height: 19px;
	width: 100%;
}

.dialog_se {
	width: 9px;
	height: 19px;
	background: transparent url(../images/window/bottom_right.gif) no-repeat 0 0;			
}

.dialog_sizer {
	width: 9px;
	height: 19px;
	background: transparent url(../images/window/sizer.gif) no-repeat 0 0;	
	cursor:se-resize;	
}

.dialog_close {
	width: 14px;
	height: 14px;
	background: transparent url(../images/window/close.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:8px;
	cursor:pointer;
	z-index:2000;
}

.dialog_minimize {
	width: 14px;
	height: 15px;
	background: transparent url(../images/window/minimize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:28px;
	cursor:pointer;
	z-index:2000;
}

.dialog_maximize {
	width: 14px;
	height: 15px;
	background: transparent url(../images/window/maximize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:49px;
	cursor:pointer;
	z-index:2000;
}

.dialog_title {
	float:left;
	height:14px;
	font-size:12px;
	text-align:center;
	width:100%;
}

.dialog_content {
	overflow:auto;
	color: #DDD;
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 10px;
	background-color:#EEE;
}

.top_draggable, .bottom_draggable {
  cursor:move;
}

/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
 	font-family: Tahoma, Arial, Sans Serif;
	position: absolute;
}

.dialog * {
	margin: 0px;
	padding:0px;
}

.dialog table  { border-collapse: collapse; border-spacing: 0; width: 100% }
.dialog td, th { padding: 0; }





.overlay_alert_lite {
	background-color: #888888;
	
}

.alert_lite_sizer {
	width:0px;
	height:0px;
	display:none;
}

.alert_lite_close {
	width:0px;
	height:0px;
	display:none;
}

.alert_lite_minimize {
	width:0px;
	height:0px;
	display:none;
}

.alert_lite_maximize {
	width:0px;
	height:0px;
	display:none;
}

.alert_lite_title {
	width:0px;
	height:0px;
	display:none;
}

.alert_lite_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 10px;
	background: #FFF;
	padding:10px;
	border:1px outset #009;
}


/* For alert/confirm dialog */
.alert_lite_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
	
}

.alert_lite_message {
	font-size:12px;
	text-align:center;
	width:100%;
	color:#000;
	padding-bottom:10px;
}

.alert_lite_buttons {
	text-align:center;
	width:100%;
}

.alert_lite_buttons input {
	width:20%;
	margin:10px;
}

.alert_lite_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('../images/ajax_loading.gif') no-repeat center center
}

table.alert_lite_header  {
  border:0px outset #009;
  background:#FFF;
}



.overlay_alphacube {
	background-color: #85BBEF;
}

.alphacube_nw {
	background: transparent url(../css/alphacube/left-top.gif) no-repeat 0 0;			
  width:10px;
  height:25px;
}

.alphacube_n {
  background: transparent url(../css/alphacube/top-middle.gif) repeat-x 0 0;			
  height:25px;
}

.alphacube_ne {
  background: transparent url(../css/alphacube/right-top.gif) no-repeat 0 0;			
  width:10px;	  
  height:25px;
}

.alphacube_w {
  background: transparent url(../css/alphacube/frame-left.gif) repeat-y top left;			
  width:7px;
}

.alphacube_e {
  background: transparent url(../css/alphacube/frame-right.gif) repeat-y top right;			
  width:7px;	  
}

.alphacube_sw {
  background: transparent url(../css/alphacube/bottom-left-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.alphacube_s {
  background: transparent url(../css/alphacube/bottom-middle.gif) repeat-x 0 0;			
  height:7px;
}

.alphacube_se, .alphacube_sizer  {
  background: transparent url(../css/alphacube/bottom-right-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.alphacube_sizer {
	cursor:se-resize;	
}

.alphacube_butts_container {
	width: 69px;
	position:absolute;
	top:0px;
	right:11px;
	z-index:1000;
}

.alphacube_close {
	width: 23px;
	height: 23px;
	background: transparent url(../css/alphacube/button-close-focus.gif) no-repeat 0 0;			
	float:right;
	cursor:pointer;
	z-index:1000;
}

.alphacube_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(../css/alphacube/button-min-focus.gif) no-repeat 0 0;			
	float:right;
	cursor:pointer;
	z-index:1000;
}

.alphacube_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(../css/alphacube/button-max-focus.gif) no-repeat 0 0;			
	float:right;
	cursor:pointer;
	z-index:1000;
}

.alphacube_title {
	float:left;
	height:14px;
	font-size:14px;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#123456;
}

.alphacube_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background:#FDFDFD;
}

/* For alert/confirm dialog */
.alphacube_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.alphacube_message {
	font-size:12px;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.alphacube_buttons {
	text-align:center;
	width:100%;
}

.alphacube_buttons input {
	width:20%;
	margin:10px;
}

.alphacube_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('alert/progress.gif') no-repeat center center
}


