@import url("titles.css");

body {
	margin: 10px 0px;
	padding: 0px;
	background: #FFFFFF;
}

#container {
	/*border: 1px solid #9d978b;*/
	border-left: 2px solid #9d978b;
	border-right: 2px solid #9d978b;
	border-bottom: 2px solid #9d978b;
	width: 979px;
	margin: 0px auto;
	background: #FFFFCC;
}

#header {
	width: 980px;
	height: 100px;
	background: url("../img/header.jpg");
}

#leftmenu {
	width: 150px;
	/*height: 500px;*/
	background: #e0e0e8;
	float: left;
	border-right: 1px dashed #656565;
	border-top: 1px solid #9b9b9b;
}

#leftmenu ul {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

#leftmenu ul li a {
	height: 17px;
	display: block;
	text-indent: -9999px;
}

#leftmenu ul li#mi_cursos a {
	background: url("../img/leftmenu/cursos.jpg") no-repeat;
	height: 19px;
}

#leftmenu ul li#mi_documentacion a {
	background: url("../img/leftmenu/documentacion.jpg") no-repeat;
}

#leftmenu ul li#mi_herramientas a {
	background: url("../img/leftmenu/herramientas.jpg") no-repeat;
}

#leftmenu ul li#mi_qualiforum a {
	background: url("../img/leftmenu/qualiforum.jpg") no-repeat;
}

#leftmenu ul li#mi_glosario a {
	background: url("../img/leftmenu/glosario.jpg") no-repeat;
}

/* |STAR| SUBMENU: Cursos */

#leftmenu ul ul#list_cursos {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	list-style: none;	
}

#leftmenu ul ul#list_cursos li {
	overflow: hidden;
	display: inline;
}

#leftmenu ul ul#list_cursos li a {
	overflow: hidden;
	display: block;
	margin: 0px;
	padding: 0px;
}

#leftmenu ul ul#list_cursos li#mi_evaluacion a {
	height: 36px;
	background: url("../img/leftmenu/cursos/evaluacion.jpg") no-repeat;
}

#leftmenu ul ul#list_cursos li#mi_ejercicios a {
	height: 36px;
	background: url("../img/leftmenu/cursos/ejercicios.jpg") no-repeat;
}

#leftmenu ul ul#list_cursos li#mi_estadistica a {
	height: 36px;
	background: url("../img/leftmenu/cursos/estadistica.jpg") no-repeat #FFF;
}

#leftmenu ul ul#list_cursos li#mi_estadistica2 a {
	height: 36px;
	background: url("../img/leftmenu/cursos/estadistica2.jpg") no-repeat #FFF;
}

#leftmenu ul ul#list_cursos li#mi_estimacion a {
	height: 15px;
	background: url("../img/leftmenu/cursos/estimacion.jpg") no-repeat;
}

#leftmenu ul ul#list_cursos li#mi_analiticos a {
	height: 26px;
	background: url("../img/leftmenu/cursos/analiticos.jpg") no-repeat;
}

#leftmenu ul ul#list_cursos li#mi_norma a {
	height: 27px;
	background: url("../img/leftmenu/cursos/norma.jpg") no-repeat;
}

#leftmenu ul ul#list_cursos li#mi_gestion a {
	height: 26px;
	background: url("../img/leftmenu/cursos/gestion.jpg") no-repeat;
}

#leftmenu ul ul#list_cursos li#mi_acreditacion a {
	height: 36px;
	background: url("../img/leftmenu/cursos/acreditacion.jpg") no-repeat;
}

#leftmenu ul ul#list_cursos li#mi_futura a {
	height: 36px;
	background: url("../img/leftmenu/cursos/futura.jpg") no-repeat;
}

/* |END| SUBMENU: Documentacion */

/* |STAR| SUBMENU: Documentacion */

#leftmenu ul ul#list_documentation {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	list-style: none;	
}

#leftmenu ul ul#list_documentation li {
	overflow: hidden;
	display: inline;
}

#leftmenu ul ul#list_documentation li a {
	overflow: hidden;
	display: block;
	margin: 0px;
	padding: 0px;
}

#leftmenu ul ul#list_documentation li#mi_tratamiento a {
	height: 17px;
	background: url("../img/leftmenu/documentacion/tratamiento.jpg") no-repeat;
}

#leftmenu ul ul#list_documentation li#mi_regresiones a {
	height: 16px;
	background: url("../img/leftmenu/documentacion/regresiones.jpg") no-repeat;
}

#leftmenu ul ul#list_documentation li#mi_calidad a {
	height: 26px;
	background: url("../img/leftmenu/documentacion/evaluacion.jpg") no-repeat;
}

#leftmenu ul ul#list_documentation li#mi_quimiometria a {
	height: 16px;
	background: url("../img/leftmenu/documentacion/quimiometria.jpg") no-repeat;
}

#leftmenu ul ul#list_documentation li#mi_validacion a {
	height: 24px;
	background: url("../img/leftmenu/documentacion/validacion.jpg") no-repeat;
}

#leftmenu ul ul#list_documentation li#mi_intercomparacion a {
	height: 24px;
	background: url("../img/leftmenu/documentacion/intercomparacion.jpg") no-repeat;
}

#leftmenu ul ul#list_documentation li#mi_instrumental a {
	height: 24px;
	background: url("../img/leftmenu/documentacion/instrumental.jpg") no-repeat;
}

#leftmenu ul ul#list_documentation li#mi_medioambiental a {
	height: 16px;
	background: url("../img/leftmenu/documentacion/medioambiental.jpg") no-repeat;
}

#leftmenu ul ul#list_documentation li#mi_curiosidades a {
	height: 15px;
	background: url("../img/leftmenu/documentacion/curiosidades.jpg") no-repeat;
}

/* |END| SUBMENU: Documentacion */

#content {
	width: 828px;
	/*height: 500px;*/
	float: left;
	font-family: "Trebuchet MS", Arial, Vardana;
}

#homecontent {
	width: 328px;
	/*height: 500px;*/
	float: left;
	border-right: 1px dashed #656565;
	font-size: 12px;
}

#homecontent p {
	margin-left: 33px;
	margin-right: 33px;
}

#homecontent h2,
#section_content h2 {
	background-position: 28px 0px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#homecontent h3,
#section_content h3 {
	margin: 0px 0px 0px 32px;
	padding: 0px;
	font-size: 16px;
	color: #535586;
	font-weight: normal;
}

#section_content {
	width: 647px;
	float: left;
	border-right: 1px dashed #656565;
	font-size: 12px;
}

#section_content p {
	margin-left: 33px;
	margin-right: 33px;
}

#section_content ol {
	margin: 0px 30px;
}

#section_content ol li {
	margin: 10px 0px;
}

#centernav ul {
	width: 316px;
	margin: 5px 8px;
	padding: 0px 0px 0px 0px;
	background: url("../img/bg/bg_centernav_on.jpg") no-repeat #E0E0E7;
	list-style: none;
	height: 20px;
	overflow: hidden;
}

#centernav ul li {
	display: inline;
}

#centernav ul li#presentation a,
#centernav ul li#services a,
#centernav ul li#clients a,
#centernav ul li#colaborations a {
	display: block;
	float: left;
	height: 20px;
	text-indent: -9999px;
}

#centernav ul li#presentation a:hover,
#centernav ul li#services a:hover,
#centernav ul li#clients a:hover,
#centernav ul li#colaborations a:hover,
#centernav ul li a#current {
	background: url("../img/bg/bg_centernav_off.jpg") no-repeat;
}

#centernav ul li#presentation a {
	width: 73px;
}

#centernav ul li#presentation a:hover,
#centernav ul li#presentation a#current {
	background-position: 0px 0px;
}

#centernav ul li#services a {
	width: 104px;
}

#centernav ul li#services a:hover,
#centernav ul li#services a#current {
	background-position: -73px 0px;
}

#centernav ul li#clients a {
	width: 53px;	
}

#centernav ul li#clients a:hover,
#centernav ul li#clients a#current {
	background-position: -177px 0px;
}

#centernav ul li#colaborations a {
	width: 86px;
}

#centernav ul li#colaborations a:hover,
#centernav ul li#colaborations a#current {
	background-position: -230px 0px;
}

#homenews {
	width: 315px;
	/*height: 500px;*/
	float: left;
	border-right: 1px dashed #656565;
}

#homenews {
	font-size: 12px;
}

#homenews p {
	margin: 0px 25px;
}

#homenews p#continue {
	margin-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	font-weight: bold;
	color: #000058;
	border-bottom: 1px dashed #797979;
}

#homenews h2#noticias {
	background: url("../img/tt/tt_noticias.jpg") 25px 0px no-repeat;
	text-indent: -9999px;
	margin: 60px 0px 0px 0px;
}

#hightlights div {
	margin: 20px 0px 0px 25px;
}

#homeauxnav {
	width: 179px;
	float: left;
}

#small_highlights {
	
}

#small_highlights div {
	margin: 10px 0px 0px 6px;
}

#homeauxnav ul#notglo {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: url("../img/bg/bg_auxnav.jpg") repeat-x;
	width: 179px;
	height: 67px;
}

#homeauxnav ul#notglo li a {
	display: block;
	text-indent: -9999px;
	width: 179px;
}

#homeauxnav ul#notglo li#mi_noticias a {
	height: 36px;
}

#homeauxnav ul#notglo li#mi_noticias a {
	display: block;
}

#homeauxnav ul#basicnav{
	margin: 10px;
	padding: 0px;
	list-style: none;
	text-align: center;
	height: 10px;
	overflow: hidden;
}

#homeauxnav ul#basicnav li{
	display: inline;
}

#homeauxnav ul#basicnav li a {
	display: block;
	float: left;
	height: 10px;
	text-indent: -9999px;
	background: url("../img/bg/bg_basicnav.jpg") no-repeat;
}

#homeauxnav ul#basicnav li#mi_home a {
	width: 38px;
	background-position: 0px 0px;
}

#homeauxnav ul#basicnav li#mi_mapaweb a {
	width: 62px;
	background-position: -38px 0px;
}

#homeauxnav ul#basicnav li#mi_contacto a {
	width: 58px;
	background-position: -100px 0px;
}

#footer {
	clear: both;
}

#footer div {
	float: left;
	height: 20px;
	border-top: 1px dashed #656565;
}

#row1 {
	width: 150px;
	background: #e0e0e8;
	border-right: 1px dashed #656565;
}

#row2home {
	width: 328px;
	border-right: 1px dashed #656565;
}

#row2 {
	width: 647px;
	border-right: 1px dashed #656565;
}

#row3home {
	width: 319px;
	border-right: 1px dashed #656565;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #336666;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	cursor: auto;
}

#row3 {
	width: 180px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #336666;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	cursor: auto;
}

#row3 a:link {
	display: block;
	width: 180px;
	height: 14px;
	/*background: url("../img/artesanos_digitales.jpg") no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	*/
	color: #336666;
	margin: 3px 0px 0px 33px;
	text-decoration: none;
}

#row3 a:visited {
	display: block;
	width: 74px;
	height: 14px;
	/*background: url("../img/artesanos_digitales.jpg") no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	*/
	color: #336666;
	margin: 3px 0px 0px 33px;
	text-decoration: none;
}

#row3 a:hover {
	display: block;
	width: 74px;
	height: 14px;
	/*background: url("../img/artesanos_digitales.jpg") no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	*/
	color: #336666;
	margin: 3px 0px 0px 33px;
	text-decoration: none;
}

#row4 {
	width: 178px;
}

#row1 span {
	display: block;
	width: 74px;
	height: 14px;
	background: url("../img/2006_qualitas.jpg") no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	float: right;
	margin: 4px 10px 0px 0px;
}

#row2 a {
	display: block;
	width: 102px;
	height: 14px;
	background: url("../img/artesanos_digitales.jpg") no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	margin: 3px 0px 0px 33px;
	text-decoration: none;
}

#centernav ul#list_presentacion {
	width: 145px;
	height: 20px;
	background: none;
	margin: 0px 0px 0px 8px;
	padding: 0px;
}

#centernav ul#list_presentacion li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#centernav ul#list_presentacion li a {
	display: block;
	float: left;
	height: 20px;
	background: url("../img/centernav/presentacion_off.jpg") no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	position: relative;
}

#centernav ul#list_presentacion li a:hover,
#centernav ul#list_presentacion li#mi_rpsqualitas a#current,
#centernav ul#list_presentacion li#mi_valores a#current {
	background: url("../img/centernav/presentacion_on.jpg") no-repeat;
}

#centernav ul#list_presentacion li#mi_rpsqualitas a,
#centernav ul#list_presentacion li#mi_rpsqualitas a#current {
	background-position: 0px 0px;
	width: 65px;
}

#centernav ul#list_presentacion li#mi_valores a,
#centernav ul#list_presentacion li#mi_valores a:hover,
#centernav ul#list_presentacion li#mi_valores a#current {
	background-position: -65px 0px;
	width: 80px;
}

#centernav ul#list_servicios {
	width: 638px;
	height: 20px;
	background: none;
	margin: 0px 0px 0px 8px;
	padding: 0px;
}

#centernav ul#list_servicios li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#centernav ul#list_servicios li a {
	display: block;
	float: left;
	height: 20px;
	background: url("../img/centernav/servicios_off.jpg") no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	position: relative;
}

#centernav ul#list_servicios li a:hover,
#centernav ul#list_servicios li a#current {
	background: url("../img/centernav/servicios_on.jpg") no-repeat;
}

#centernav ul#list_servicios li#mi_consultoria a {
	background-position: 0px 0px;
	width: 113px;
}

#centernav ul#list_servicios li#mi_empresas a {
	background-position: -113px 0px;
	width: 85px;
}

#centernav ul#list_servicios li#mi_intercomp a {
	background-position: -198px 0px;
	width: 95px;
}

#centernav ul#list_servicios li#mi_formacion a {
	background-position: -293px 0px;
	width: 57px;
}

#centernav ul#list_servicios li#mi_asesoria a {
	background-position: -350px 0px;
	width: 95px;
}

#centernav ul#list_servicios li#mi_medioambiente a {
	background-position: -445px 0px;
	width: 75px;
}

#centernav ul#list_servicios li#mi_aplicaciones a {
	background-position: -520px 0px;
	width: 118px;
}

.hidden_content {
	margin: 0px 50px;
	display: none;
}

#emailok {
	border: 1px solid #009900;
	font-weight: bold;
	color: #009900;
	margin: 0px 35px;
	padding: 10px;
	text-align: center;
}

ul#infoinsc {
	list-style: none;
}

ul#infoinsc li {
	display: inline;
}

ul#infoinsc li a {
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}

ul#infoinsc li a#mas_info {
	width: 138px;
	height: 31px;
	background: url("../img/btn_mas_info.jpg") no-repeat;
}
ul#infoinsc li a#mas_infosevilla {
	width: 138px;
	height: 31px;
	background: url("../img/btn_mas_infosevilla.jpg") no-repeat;
}
ul#infoinsc li a#mas_infomadrid {
	width: 138px;
	height: 31px;
	background: url("../img/btn_mas_infomadrid.jpg") no-repeat;
}


ul#infoinsc li a#insc {
	width: 98px;
	height: 33px;
	background: url("../img/btn_inscripcion.jpg") no-repeat;
	margin: 0px 0px 0px 10px;
}

.overlayers {
	background: #E0E0E8;
	border: 1px solid #000;
	padding: 5px;
	color: #353569;
	overflow: visible;
	visibility: hidden;
	position: absolute;
}

.subir {
	text-align: right;
	font-weight: bold;
}

form div#left,
form div#right {
	float: left;
	width: 320px;
}

form .txtfield,
form textarea {
	border: 1px solid #CCC;
	background: #FAFAFA;
}

form .txtfield:focus,
form textarea:focus {
	border: 1px solid #999;
	background: #FAFAFA;
}
#programa{display:block;}

