@charset "utf-8";

/*----------------
	  GLOBAL
------------------*/
*
{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font:Arial 12px;
	color:#333333;
}

body
{
	background-color:#ffffff;
}

li
{
	list-style:none;
}

a
{
	text-decoration:none;
}

img
{
	border:none;
}
.clear { clear:both;}
/*----------------
      PANELES
------------------*/
div#contenedor
{
	width:964px;
	border-style:solid;
	border-width:thin;
	border-color:#cccccc;
	padding:1px;
	margin-left:auto;
	margin-right:auto;
}

div#contenido
{
	width:100%;
	display:table-row;

}


div#panel_menu
{
	width:205px;
	padding-left:8px;
	display:table-cell;
	vertical-align:top;
    float:left;
}

div#panel_con
{
	display:table-cell;
	width:739px;
	text-align:center;
	overflow:hidden;
	float:right;
}

div#menu_principal
{
	width:964px;
	padding-left:2px;
}

div#panel_izq
{
	/*display:table-cell;*/
	text-align:left;
	vertical-align:top;
	float:left;
	padding: 10px;


}

div#panel_der
{
	text-align:center;
	/*display:table-cell;*/
	border-left-style:dotted;
	border-left-width:thin;
	border-left-color:#cccccc;
	vertical-align:top;
	float:right;
	padding: 10px;
	
}

div#pie
{
clear:both;	padding:3px;
	padding-top:5px;
	width:966px;
}

div#pie_bottom
{
	background:url(../images/bck_pie_bottom.jpg) repeat-x #ffffff;
	height:95px;
	padding:10px;
	padding-bottom:0px;

}

/*----------------
      MENUS
------------------*/
ol#menu_sec li
{
	border-bottom-color:#cccccc;
	border-bottom-style:solid;
	border-bottom-width:thin;
	background-color:#6699cc;
	margin-bottom:0px;
	background:url(../images/menu_sec_closed.jpg) 0 100% no-repeat #6699cc;
	height:19px;
	padding-top:4px;
}

ol#menu_sec li a
{
	color:#ffffff;
	margin-left:14px;
	font-weight:bolder;	
	font-size:11px;
	font-size:11px;
	font-weight:bolder;	
}

ol#menu_sec li:hover
{
	background:url(../images/menu_sec_opened.jpg) 0 100% no-repeat #006699;
}

ol#menu_sec li.subitem
{
	background:url(../images/menu_sec_sub1.jpg) right no-repeat #c2d7eb;
	height:15px;
}

ol#menu_sec li.subitem a
{
	color:#000000;
	font-weight:normal;	
}

ol#menu_sec li.subitem:hover
{
	background:url(../images/menu_sec_sub2.jpg) right no-repeat #9dbedf;	
}

ol#menu_curso
{
	margin-bottom:34px;
}

ol#menu_curso li
{
	background:url(../images/icn_cursos.jpg) 0 100% no-repeat #ffffff;
	text-align:left;
	width:190px;
}

ol#menu_curso li a
{
	color:#ff0000;
	font-size:12px;
	font-weight:bolder;
	text-align: left;
	margin-left:10px;
	
}

ol#menu_curso li a.apagado
{
	color:#666666;
}

ol#menu_curso li a.apagado:hover
{
	color:#333333;
}

div#menu_principal
{
	display:inline-block;
	margin-left:5px;
}

div#menu_principal li
{
	float:left;
	height:25px;
	padding-top:10px;
	text-align:center;
	background:url(../images/bck_menu_1.jpg) repeat-x #ffffff;
	margin-right:2px;	
	margin-top:1px;
	margin-bottom:1px;
	width:180px;
}

div#menu_principal li:hover
{
	background:url(../images/bck_menu_2.jpg) repeat-x #ffffff;
}

div#menu_principal li.boton_fijo
{
	background:url(../images/bck_menu_1.jpg) repeat-x #ffffff;
	width:205px;
	margin:0px;
	height:29px;
	margin-right:8px;
	
}

div#menu_principal li a
{
	color:#ffffff;	
}

div#menu_principal li.en_blanco
{
	margin:0px;
	margin-right:1px;
	margin-top:1px;
	height:32px;
	width:15px;
	background:url(../images/bck_menu_blk.jpg) repeat-x #ffffff;	
}

div#menu_pie
{
	background:url(../images/bck_menu_pie.jpg) repeat-x #ffffff;
	display:inline-block;
	width:100%;
}

div#menu_pie img
{
	float:right;
}


/*----------------
     CABECERAS
------------------*/
.cabecera_con
{
	width:740px;
	margin-left:auto;
	margin-right:auto;
}

/*----------------
     TITULOS
------------------*/
p.titulo_principal
{
	width:754px;
	height:22px;	
	margin-left:2px;
	margin-top:18px;
	background:url(../images/icn_titulo.jpg) 0 100% no-repeat #ffffff;
	text-align:left;
	border-bottom-color:#4862f3;
	border-bottom-style:dotted;
	border-bottom-width:thin;
	overflow:hidden;
}

p.titulo_principal label
{
	margin-left:16px;
	color:#4862f3;
	font-size:14px;
	font-weight:bolder;
}

.titulo_curso
{
	width:100%;	
	text-align:left;
	color:#4862f3;
	font-size:14px;
	font-weight:bolder;
	margin-bottom:8px;
	overflow:hidden;	
}
.titulo_curso img
{
	float:right;
}


.titulo_articulo
{
	width:100%;
	height:16px;
	padding-left:5px;	
	text-align:left;
	color:#ffffff;
	background:url(../images/bck_titulo3.jpg) repeat-x;
	font-weight:bolder;
	margin-bottom:17px;
	overflow:hidden;	
}

.titulo_articulo_home
{
	text-align:left;
	color:#ffffff;
	background:url(../images/bck_titulo3.jpg) repeat-x;
	font-weight:bolder;
	margin-bottom:10px;
	overflow:hidden;
	padding-left: 5px;
	width: 100%;
}

.titulo_panel_menu
{
	width:200px;
	height:16px;
	padding-left:5px;	
	text-align:left;
	color:#ffffff;
	background:url(../images/bck_titulo3.jpg) repeat-x;
	font-weight:bolder;
	margin-top:5px;
	overflow:hidden;	
}

.titulo_menu_curso
{
	color:#ff0000;
	font-size:12px;
	font-weight:bolder;
	text-align:left;
	margin-bottom:20px;
	overflow:hidden;	
}


/*----------------
     ARTICULOS
------------------*/
div.articulo_home
{
	display:inline-block;
	margin-bottom:30px;
	background:url(../images/bck_art_top.jpg) top repeat-x #ffffff;
}

div.articulo_home div
{
	float:left;
	text-align:center;
	padding:10px;
	padding-top:10px;
}

div.articulo_home p
{
	font-size:11px;
	margin-bottom:10px;
	margin-left:10px;
	text-align:justify;
}

div.articulo_home label
{
	display:inline-block;
	margin:0px;
	font-size:9px;
	color:#666666;
	text-align:left;
}

div.articulo_home img
{	
	padding:2px;
	float:left;
	margin-right:10px;
	border-color:#999999;
	border-style:solid;
	border-width:thin;
}


div.articulo_home div img
{	
	float:none;
	padding:2px;
	margin:0px;
	border-color:#999999;
	border-style:solid;
	border-width:thin;
}

div.articulo_home img.masinfo
{
	border:none;
	padding:0px;
	margin-bottom:5px;
}

div.articulo_home a
{
	float:right;
}

div.articulo_curso
{
	margin-bottom:20px;
}

div.articulo_curso li
{
	list-style:disc;
	text-align:justify;
	margin-bottom:10px;
	margin-left:15px;
}

div.articulo_curso li.subitem
{
	list-style:circle;
	margin-left:30px;
}

div.articulo_curso p
{
	text-align:justify;
	margin-bottom:16px;
}

div.articulo_curso img
{	
	float:right;
	padding:2px;
	margin:10px;
	margin-left:15px;
	margin-top:0px;	
	margin-right:0px;		
	border-color:#999999;
	border-style:solid;
	border-width:thin;
}

div.articulo_curso a:hover
{
	color:#4862f3;
}

div.caso
{
	border-bottom-style:dotted; 
	border-bottom-width:thin; 
	border-bottom-color:#cccccc;
	font-size:12px;
}

div.caso img
{
	float:left;
	border-color:#999999;
	border-style:solid;
	border-width:thin;
	padding:2px;
}

div.caso img.avatar
{
	width:55px;
	height:55px;
	margin-bottom:5px;
	margin-right:10px;
}

div.caso img.boton
{
	border:none;	
}

div.caso  a
{
	float:right;
	margin-top:10px;
}

div.caso p
{
	text-align:justify;
	margin-bottom:10px;
}

div.caso p.cuerpo
{
}

div.caso div.caso_con
{
	overflow:hidden;
	background-color:#ffffff;
	padding:5px;
	margin-left:5px;
}


/*----------------
     BANNERS
------------------*/
#banner1
{
	background:url(../images/bck_banner1.jpg) repeat-x #ffffff;
	border-color:#cccccc;
	border-style:solid;
	border-width:thin;
	text-align:center;
	padding:10px;
	width:146px;
	height:100px;
}

#banner1 p
{
	color:#4166d2;
}

#banner1 p strong
{
	color:#4166d2;
}


.banner_pie
{	

}

.banner_pie div
{
	width: 205px;
	height:120px;
	background:url(../images/bck_banner1.jpg) repeat-x #d9d9d9;
	border-color:#666666;
	border-style:solid;
	border-width:thin;
	text-align:center;
	float:left;
	padding: 10px;
	margin:5px;
}

.banner_pie p
{
	margin-left:33px;
	text-align:left;	
	color:#000000;
	height:30px;
	overflow:hidden;
}

.banner_pie p strong
{
	color:#4166d2;
	font-size:12px;
	text-align:left;	

}

.banner_pie p.cuerpo
{
	font-size:10px;
	height: 70px;
}

.banner_pie img
{
	float:left;
}

.banner_pie a{
	display:table-cell;
	color: #0066CC;
	text-align: left;
	float:left;
}

.destacado
{
	margin-bottom:15px;
}

.lomasbuscado
{
	background:#e0e0e0;
	padding:10px;
	margin-top:2px;	
}

.lomasbuscado
{
	text-align:center;
}

.lomasbuscado a.g
{
	font-size:16px;
	font-weight:bold;	
}

.lomasbuscado a.c
{
	font-size:12px;
	font-weight:bold;	
}

.lomasbuscado a.m
{
	font-size:14px;
	font-weight:bold;
}


/*----------------
    FORMULARIOS
------------------*/
div.form_consulta
{
	display:inline-block;
	text-align:left;
	style="width:560px;"
	overflow:hidden;
}

div.form_consulta label
{
	font-size:11px;
	float:right;
}

div.form_consulta input
{
	border-color:#a5a5a5;
	border-style:double;
	font-size:12px;
	font-weight: bold;
	text-transform: uppercase;
}

div.form_consulta select
{
	background:#6699cc;
	font-size:10px;
	color:#ffffff;
	font-weight: bold;
	text-transform: uppercase;
}

div.form_consulta option
{
	color:#ffffff;
}

div.form_consulta input.texto
{
}

div.form_consulta td.boton input
{
	background:#ffffff;
	border-color:#6699cc;
	border-style:solid;
	border-width:thin;
	height:20px;
	color:#6699cc;
	margin-right:15px;
	font-size:12px;	
	width:58px;
}

div.form_consulta td.titulo
{
	color:#464646;
	font-weight:900;
	font-size:12px;
	margin-bottom:15px;
	margin-top:15px;
}

div.form_consulta label.parrafo
{
	float:none;
}

div.form_consulta p.parrafo
{
	font-size:12px;
}

div.form_contacto
{
	display:inline-block;
}

div.form_contacto td
{
	height:18px;
	background:#ffffff;
}

div.form_contacto td.etiqueta
{
	height:18px;
	background:#4862f3;
}

div.form_contacto td.campo
{
	height:18px;
	background:#6699cc;
}


div.form_contacto label
{
	color:#ffffff;
	vertical-align:top;
	font-size:10px;
	font-weight:bolder;
	margin-right:5px;
	margin-left:3px;
}

div.form_contacto input
{
	background:#6699cc;
	height:16px;
	width:210px;
	border:none;
	color:#ffffff;
	padding:1px;
}

div.form_contacto li.area_texto
{
	height:130px;
}

div.form_contacto textarea
{
	background:#6699cc;
	height:128px;
	width:210px;
	border:none;	
	color:#ffffff;
	padding:1px;
}

div.form_contacto td.boton
{
	background:#ffffff;
}

div.form_contacto td.boton input
{
	background:#ffffff;
	border-color:#6699cc;
	border-style:solid;
	border-width:thin;
	height:20px;
	color:#6699cc;
	margin-right:15px;
	font-size:12px;	
	width:58px;
}
#ley {
	position:relative;
	width:500px;
	z-index:1;
	visibility: hidden;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.texto-form-peque {
	font-size:9px;	
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*-----------------------CORRECCIONES-----------------------------*/
#destacado1, #destacado2 {
	width:284px; height:245;
	margin-bottom:15px; margin-left:10px;}

.articulo_curso_home { margin-left:10px; width:292px;}
/*------BANNER fP DERECHA---------------------------------------------*/
.banner_fp
{
		
/*		border-color:#666666;
		border-style:solid;
		border-width:thin;*/
}

.banner_fp div
{
	margin-left:10px;
	margin-bottom:10px;
	background:url(../images/banner-fp.gif); background-repeat:no-repeat;
	text-align:center;
	width:270px;
	height:145px;
	float:left;	
}

.banner_fp p.cuerpo
{
	margin-left:25px;
	margin-top:68px;
	text-align:left;	
	color:#000000;
	height:40px;
	width:210px;
	font-size:10px;
}

.banner_fp p.titulito
{
	margin-top:20px;
	color:#5498bb;
	font-size:11px;
	text-align:left;
	margin-right:5px;
}


.banner_fp a.infoFp img
{margin-right:20px;}


.banner_fp a{
	color: #0066CC;
	text-align: left;
	float: right;
	margin-right:18px;
}
.banner_fp a.infoFp{ margin-right:5px;}
/*-------------------------------NOMBRES DE CURSOS EN ROJO----------------------------------*/

li.rojo { padding-left:10px; color:#F00; font-weight:bold;}
/*-------------------------DATOS MATRICULA-------------------------------------------------*/
#datos { background-image:url(../images/datos.jpg); background-repeat:no-repeat; width:500px; height:128px; margin-left:120px; padding-top:2px; padding-left:18px; font-weight:bold;}
#datos li { margin-top:10px; margin-bottom:15px;}
#datos a{ color:#00F;}
#datos a:hover { text-decoration:underline;}
/*------------------------TRABAJA CON NOSOTROS---------------------------------*/
.cuadroTrabajo { width:200px; height:130px; border:1px solid #000; margin-left:215px; padding:10px; background-color:#EEE; margin-top:30px;}
.titulartra { float:left; text-align:left; margin:0px; padding:0px; font-weight:bolder; color:#00F;}
.detalletra { float:left; text-align:left; padding: 0px; margin:0px;  padding-left:50px;}
.textoTra { width:500px; text-align:left; padding-left:145px; border-bottom:1px dotted #999; padding-bottom:5px;}