.clear{clear:both;}
.float_left{ float: left;}
.float_right{ float: right;}
.oculto{display:none;}
.visible{display:block;}
.pointer{cursor:pointer;}

html{height: 100%;}
body{height: 100%;font-family:Trebuchet MS, Arial; background: url('../img/interfaz/top1.jpg') top left no-repeat; }
a{cursor:pointer; text-decoration:none}
p{text-align:justify}

.lila_oscuro{color:#744866}
.lila_claro{color:#8b667e}
.gris_oscuro{color:#707173}
.negrita{font-weight:bold}

.mensaje_ok{
	color:green;
	font-size:0.9em;
}

.mensaje_ko{
	color:red;
	font-size:0.9em;
}

.content{
	margin:0 auto;
	width:960px;
	
	background: url('../img/interfaz/fondo_theraform.png') left no-repeat !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='img/interfaz/fondo_theraform.png') left no-repeat;
	
	padding-top:20px;
}

.content_sin_fondo{
	margin:0 auto;
	width:960px;
	background:none;
	padding-top:20px;
}

#content_web{
	width:750px;
	margin-left:20px;
}

.titulo{
	border-bottom:1px solid #d5cbc9;
	padding-bottom:10px;
	font-size:1.4em;
	margin-bottom:10px;
}

.titulo_bloque_naranja{
	width:245px;
	height:21px;
	background: url('../img/interfaz/orange.gif') top left no-repeat;
	color:white;
	padding:5px 0 0 5px;
	margin-bottom:3px;
}

.titulo_bloque_verde{
	width:245px;
	height:21px;
	background: url('../img/interfaz/green.gif') top left no-repeat;
	color:white;
	padding:5px 0 0 5px;
	margin-bottom:3px;
}

.button1{
	color:#744866;
	width:110px;
	height:26px;
	background: url('../img/interfaz/white.gif') top left no-repeat;
	text-align:center;
	padding:6px 0 6px 0;
	font-size:0.95em;
	cursor:pointer;
}

.button1:hover{background-position:-110px 0}

.button2{
	color:#744866;
	width:129px;
	height:26px;
	background: url('../img/interfaz/violeta.gif') top left no-repeat;
	text-align:center;
	padding:6px 0 6px 0;
	font-size:0.95em;
	cursor:pointer;
	background-position:-129px 0;
	color:white;
	margin-top:10px;
}

.button2:hover{background-position:0 0;}

.button_repeat{
	color:#744866;
	width:204px;
	height:27px;
	background: url('../img/interfaz/repetir_curso.gif') top left no-repeat;
	text-align:center;
	padding:7px 0 6px 14px;
	font-size:0.7em;
	cursor:pointer;
	color:#58585a;
	margin-top:10px;
}

.button_repeat_2{
	color:#744866;
	width:204px;
	height:20px;
	background: url('../img/interfaz/repetir_curso.gif') top left no-repeat;
	text-align:center;
	padding:7px 0 0 14px;
	font-size:0.75em;
	cursor:pointer;
	color:#58585a;
}

.button3{
	background-color:#f6f6f6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #c5c7c8;
	padding: 5px;
	width:130px;
	margin-top:10px;
	cursor:pointer;
	font-size:0.9em;
}

.button4{
	background-color:#9b678c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #c5c7c8;
	padding: 5px;
	width:180px;
	margin-top:10px;
	color:white;
	font-size:0.8em;
	cursor:pointer;
	text-align:center;
	margin-right:15px;
}

.button4:hover{background-color:#794e6a;}

.titulo_general{
	font-size:1.65em;
	margin-bottom:10px;
}

.titulo_general span{font-size:0.75em}

.subrayado{
	padding-bottom:10px;
	border-bottom:1px solid #e5dfdb;
	margin-bottom:17px;
}

.bloque_blanco{
	background-color:white;
	color:#744866;
	font-size:0.8em;
	padding:10px;
	border:1px solid #ccc;
	margin:5px 0 5px 0;
}

.bloque_lila{
	background-color:#744866;
	color:white;
	font-size:0.8em;
	padding:10px;
	margin:5px 0 5px 0;
}

.filtro{
	background-color:#D8D9DA;
	color:#58585A;
	padding:5px 12px 5px 12px;
	margin:0 5px 5px 0;
	font-size:0.7em;
	cursor:pointer;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.filtro_sel{
	background-color:#835C76;
	color:white;
	padding:5px 12px 5px 12px;
	margin:0 5px 5px 0;
	font-size:0.7em;
	cursor:pointer;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.a_enlace{
	background-color:#835C76;
	color:white;
	padding:5px 12px 5px 12px;
	
	cursor:pointer;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

/************/
/* CABECERA */
/************/

#logo{
	width:181px;
	height:180px;
	
	background: url('../img/interfaz/logo_theraform.png') left no-repeat !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/interfaz/logo_theraform.png') left no-repeat;
	
	cursor:pointer;
}

#menu{
	margin-top:40px;
}

.menu_seccion{font-size:0.85em; cursor:pointer;}
.menu_seccion a{color:#75199c;}
.menu_seccion:hover{color:#bebbbb}

.menu_separador{
	width:2px;
	height:19px;
	background: url('../img/interfaz/separa_menu.jpg') top left no-repeat;
	margin:0 11px 0 11px;
}

/*********/
/* INDEX */
/*********/

#cont_index{margin:40px 0 0 210px;}

.index_subtitulo{
	font-size:1.2em;
	margin-bottom:10px;
}

.index_introduccion{
	font-size:0.75em;
	line-height:17px;
}

.index_izq{
	width:250px;
	margin-right:30px;
}

.index_der{
	width:250px;
}

#index_img_centro{
	width:250px;
	height:139px;
	background: url('../img/interfaz/centro.jpg') top left no-repeat;
}

.index_texto{
	color:#78797a;
	font-size:0.75em;
	line-height:17px;
}

.index_a_loca{
	color:#58585a;
	margin:10px 0 10px 0;
	font-size:0.75em;
	line-height:17px;
}

.index_cur_titulo{
	font-size:0.95em;
	line-height:17px;
	margin-bottom:2px;
}

.index_cur_fechas{
	font-size:0.75em;
	line-height:17px;
}

/*******/
/* PIE */
/*******/

#pie{
	background-color:#8b667e;
	color:white;
}

#cont_pie{
	margin:0 auto;
	width:940px;
}

#pie_izq{
	width:238px;
	
	background: url('../img/interfaz/book.png') left top no-repeat !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='img/interfaz/book.png') left no-repeat;
	
	padding-left:80px;
	margin-top:20px;
	border-right:1px solid #9d7d92;
}

#pie_cen{
	width:338px;
	
	background: url('../img/interfaz/boli.png') left top no-repeat !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='img/interfaz/boli.png') left no-repeat;
	
	padding-left:80px;
	margin-top:20px;
	border-right:1px solid #9d7d92;
}

#pie_der{
	width:178px;
	margin:15px 0 0 15px;
}

.pie_titulo{
	font-size:1.3em;
	margin-bottom:10px;
}

.pie_input{
	border:0;
	background-color:#c0acb9;
	height:22px;
	margin:0 12px 10px 0;
	width:155px;
}

.pie_textarea{
	border:0;
	background-color:#c0acb9;
	width:321px;
	height:90px;
	margin-bottom:10px;
	overflow-y:auto;
}



.pie_texto{
	font-size:0.70em;
	line-height:17px;
	font-weight:normal;
}

.pie_texto a{color:white;}
.pie_texto a:hover{color:black;}

.pie_label{
	font-size:0.9em;
	margin:12px 0 10px 0;
}

/*******************/
/* PRÓXIMOS CURSOS */
/*******************/

#cont_prox_cursos{margin:40px 0 0 210px;}

/******************/
/* NUESTRO CENTRO */
/******************/

#cont_nuestro_centro{margin:40px 0 0 0}

.pasador_izq{
	width:50px;
	height:400px;
	background: url('../img/interfaz/flecha1.gif') top left no-repeat;
	margin-right:8px;
	cursor:pointer;
}

.pasador_izq:hover{background-position:-50px 0}

.pasador_der{
	width:50px;
	height:400px;
	background: url('../img/interfaz/flecha2.gif') top left no-repeat;
	margin-left:8px;
	background-position:-50px 0;
	cursor:pointer;
}

.pasador_der:hover{background-position:0 0}

.centro_descripcion_imagen{
	margin-top:399px;
	color:black;
	font-size:0.75em;
	line-height:17px;
}

/******************/
/* CURSOS DETALLE */
/******************/

#cont_cursos_detalle{margin:40px 0 0 0; min-height:700px}

.pasador_detalle_izq{
	width:75px;
	height:27px;
	background: url('../img/interfaz/flecha_izq.gif') top left no-repeat;
	margin-right:1px;
	margin-top:1px;
	cursor:pointer;
}

.pasador_detalle_izq:hover{background-position:-75px 0}

.pasador_detalle_der{
	width:75px;
	height:27px;
	background: url('../img/interfaz/flecha_der.gif') top left no-repeat;
	margin-left:1px;
	margin-top:1px;
	background-position:-75px 0;
	cursor:pointer;
}

.pasador_detalle_der:hover{background-position:0 0}

.lupa_detalle{
	width:40px;
	height:27px;
	background: url('../img/interfaz/lupa.gif') top left no-repeat;
	cursor:pointer;
	margin-top:1px;
}

.lupa_detalle:hover{background-position:-40px 0;}

.detalle_izq{
	width:195px;
	margin-right:20px;
}

.detalle_der{
	width:520px;
}

.detalle_titulo{
	font-size:1.3em;
	margin-bottom:10px;
}

.detalle_fechas{
	font-size:0.75em;
}

.detalle_texto{
	font-size:0.75em;
	line-height:17px;
}

.detalle_dirigido{font-size:0.75em;}
.detalle_dirigido span{color:#58585a; font-weight:normal}

.detalle_plazas{font-size:0.75em;}
.detalle_plazas span{color:#bd0926; font-weight:normal}

.descarga_pdf{
	width:105px;
	height:20px;
	background: url('../img/interfaz/pdf.gif') top left no-repeat;
	cursor:pointer;
	font-size:0.75em;
	padding:8px 0 0 30px;
}

.detalle_principal{
	width:265px;
	margin-right:7px;
}

.circulo_completo{
	width:66px;
	height:66px;
	background: url('../img/interfaz/no_plazas.gif') top left no-repeat;
}

.info_completo{
	margin:5px;
	width:170px;
	font-size:0.75em;
	line-height:16px;
}

.info_completo span{
	color:#bd0926;
	cursor:pointer;
}

/***********/
/* NOTICIAS */
/***********/

.noti_izq{
	width:132px;
	margin-right:10px;
	text-align:center;
}

.noti_der{
	width:575px;
}

.noti_titular{
	margin:10px 0 10px 2px;
	font-size:1.2em;
	color:#58585a;
}

/***********/
/* ENLACES */
/***********/

#cont_enlaces{margin:40px 0 0 210px; min-height:600px}

.enlace{
	height:39px;
	width:480px;
	
	background: url('../img/interfaz/enlaces.png') left no-repeat !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='img/interfaz/enlaces.png') left no-repeat;
	
	font-size:0.8em;
	line-height:17px;
	color:#744866;
	margin-bottom:20px;
	padding:0 0 0 50px;
}

.enlace a{color:#707173;}

/**************/
/* NEWSLETTER */
/**************/

#cont_newsletter{margin:40px 0 0 0; min-height:400px}

.news_titulo{
	font-size:1em;
	margin-bottom:10px;
	color:#58585a;
}

.news_info{
	font-size:0.75em;
	margin-bottom:10px;
	color:#707173;
}

.news_form{
	height:135px;
	
	background: url('../img/interfaz/book_grande.png') left no-repeat !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='img/interfaz/book_grande.png') left no-repeat;
	
	padding:15px 0 0 150px;
}

.news_input{
	border:1px solid #b1b2b0;
	width:200px;
	height:20px;
}

/************/
/* CONTACTO */
/************/

#cont_contacto{margin:40px 0 0 0; min-height:550px;}

.contacto_info{
	font-size:0.8em;
	margin-bottom:10px;
	color:#707173;
	line-height:17px;
}

.contacto_info a{color:#707173}
.contacto_info a:hover{color:black; cursor:pointer}

.contacto_input{
	border:1px solid #b1b2b0;
	width:190px;
	margin:0 15px 10px 0;
	height:20px;
}

.contacto_input_2{
	border:1px solid #b1b2b0;
	width:397px;
	margin:0 15px 10px 0;
	height:20px;
}

.contacto_textarea{
	border:1px solid #b1b2b0;
	width:395px;
	margin:0 15px 10px 0;
	height:75px;
}

.contacto_textarea_2{
	border:1px solid #b1b2b0;
	width:603px;
	margin:0 15px 10px 0;
	height:75px;
}

.contacto_izq{
	width:300px;
	margin-right:10px;
}

.contacto_der{
	width:415px;
}

/*******************/
/* scroll imagenes */
/*******************/

#cuadro_imagen{height:auto !important;height:353px;min-height:353px;padding:0px;}
#scroller {width: 245px;overflow: hidden;}
.section {float: left;width: 245px;}
.image_section {}
.title_section {padding:10px 0 5px;font-size:0.75em; text-align: center;	}
#toolbar, .navigation2{margin:0;padding:0;}
#toolbar li{list-style-image:none;list-style-type:none;float:left;width:10px;}
.navigation2 li{list-style-image:none;list-style-type:none;float:left;width:10px;}
.pasador_x_de_y{
	background-color:white;
	margin:10px;
	padding-top:3px;
	width:57px;
	text-align:center;
}
