@charset "utf-8";
/* CSS Document */

	/* Reset */
		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,
		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-weight: inherit;
			font-style: inherit;
			font-size: 100%;
			font-family: inherit;
			vertical-align: baseline
		}
		
		
		:focus {outline: 0}
		
		body {
			line-height: 1
		}
		
		ol, ul {list-style: none}
		
		/* Las tablas necesitan 'cellspacing="0"' en el marcado */
		table {
			border-collapse: separate;
			border-spacing: 0
		}
		
		caption, th, td {
			text-align: left;
			font-weight: normal
		}
		
		blockquote:before, blockquote:after, q:before, q:after {content: ""}
		blockquote, q {quotes: "" "" }

/* Cuerpo */
	body {
	text-align: left;
	font-family: arial, verdana, serif;
	font-size: 0.69em;
	color: #666666;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../images/fondos/fond_general_02.jpg);
	background-repeat:   repeat-x;
	background-position: left top;
	}

/* Encabezados 
	h2 {font-size: 150%}
	h3 {font-size: 130%}
	h4 {font-size: 110%}
	h5 {font-size: 90%}
	h6 {font-size: 70%}
*/

/* PARA LOS TABS DE AJAX*/
	.ui-tabs-hide { display: none; }
	
/* Hipervinculos */
	a {outline: 0}
	a img {border: 0px; text-decoration: none}
	a:link, a:visited {color: #3D7198; text-decoration: none}
	a:hover, a:active {color: #3D7198; text-decoration:underline}
	
/* Parrafos */
	p {
	font-size: 11px;
	line-height: 1.5em;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	margin-bottom: 1em;
	margin-top: .6em
	}
/* Citas */
	blockquote {
		width: 98%;
		margin: 2em auto;
		padding: .5em 1em 0 1em;
		border: 1px solid #e5e5e5;
		background: #f5f5f5;
		font-style: italic
	}
	
	blockquote p.citasource {border: 0; text-align: right; font-style: normal; font-weight: bold}
/* Formato */
	strong {
		font-weight: bold
	}
	
	acronym {
		border-bottom: 1px dotted #98be50
	}
	
	code { /*para mostrar codigo*/
		font-size: .9em;
		margin: auto;
		margin-bottom: 1.5em;
		margin-top: 1.5em;
		padding: 1em;
		font-family:'courier new', courier, monospace, serif;
		background: #fff url('imagenes/code-bg.gif') no-repeat top right;
		color: #555;
		display: block;
		width: 80%;
		border: 1px solid #ddd
	}
/* Alineaciones */
	.float-left {float: left; margin-right: 1em}
	.float-right {float: right; margin-left: 1em}
	
/***** Diseño del Layout *****/
div#container {
	/*padding-top: 5px;*/
	width: 965px;
	margin: auto;
}

div#limitador {
	float: left;
	width: 965px;
	/*padding: 5px;
	margin: auto;*/
	background-color: #FFFFFF;
	overflow:hidden;	
}


.hide {
	visibility: hidden;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	float: left;
}

div#A_menu{
	float: left;
	width: 190px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #E5E5E5;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #E5E5E5;
	background-image: url(../images/logos/logos_index.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 1000%;
}
div#A_content{
	float: right;
	width: 765px;    
}
div#B_idiomas li{
	float: left;
	height: 13px;
	width: 50px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
	padding-top: 2px;
	padding-left: 10px;
	background-image: url(../images/iconos/ico_triangulo_right_idiom.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.B_idiomas{
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #E5E5E5;
}
div#B_log_ikaslan{
	height: 119px;
	width: 190px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}
div#B_menu{
	/*height: 381px;*/
	width: 190px;
	float: left;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	background-color: #FFFFFF;	
}

/*
div#B_menu li{
	height: 20px;
	width: 190px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	line-height: 1.8em;
	padding-left: 6px;
}
*/

.sub{
	padding-left: 16px;
}
div#B_sugerencias{
	height: 217px;
	width: 172px;
	/*border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #E5E5E5;*/
	float: left;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	padding: 9px;
}
div#B_video{
	/*height: 217px;*/
	width: 180px;
	/*border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #E5E5E5;*/
	float: left;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	padding: 5px;
}
div#B_head{
	background-color: #FFFFFF;
	width: 760px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #E5E5E5;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #E5E5E5;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	float: left;
}
.img_head{
	padding: 10px;
	float: left;
}
div#C_enlaces_sup{
	background-color: #333333;
	height: 20px;
	width: 760px;
	float: left;
	line-height: 1.8em;
	color: #FFFFFF;
}
div#C_alumnos_sup{
	background-color: #6392BD;
	height: 20px;
	width: 760px;
	float: left;
	line-height: 1.8em;
	color: #FFFFFF;
	background-image: url(../images/iconos/alumnos.gif);
	background-repeat: no-repeat;
	background-position: 63px;
}
div#enlaces_01{
	float: right;
}
div#fecha{
	float: left;
	height: 20px;
	width: 300px;
	padding-left: 9px;
}
div#enlaces_01 li{
	float: left;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	width: 123px;
	height: 20px;
	text-align: center;
}
div#enlaces_01 a:link, a:visited {color: #FFFFFF; text-decoration: none}
div#enlaces_01 a:hover, a:active {color: #FFFFFF; text-decoration:underline}
div#B_content{
}
div#C_body{
	float: left;
	width: 504px;
	/*height: 595px;*/
}
div#C_body2{
	float: left;
	width: 760px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #E5E5E5;
	height: 595px;
}
div#C_body_txt{
	padding: 10px;
}
div#C_body_txt_alertas{
	padding: 10px;
	background-image: url(../images/iconos/avisos.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
div#C_body_txt_nominas{
	padding: 10px;
	background-image: url(../images/iconos/nominas.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
div#C_lateral_d{
	float: left;
	height: 596px;
	width: 251px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #E5E5E5;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #E5E5E5;
}
div#columnas{
	width: 504px;
}
div#cua_ikaslan{
	float: left;
	width:504px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}
div#cua_proyectos{
	width: 249px;
	height: 355px;
	float: right;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #E5E5E5;
}
.txt_colum{
	padding: 9px;

}
.lnk_colum{
	height: 15px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #E5E5E5;
	background-color: #F5F5F5;
	font-size: 8px;
	padding-left: 9px;
	line-height: 15px;
	color: #7B7B7B;
	background-image: url(../images/iconos/ico_triangulo_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
div#cua_produccion{
	width: 486px;
	/*height: 218px;*/
	float: left;
	padding: 9px;
}
div#cua_produccion li{
	float: left;
	height: 165px;
	width: 146px;
	padding-left: 17px;
}

div#cua_produccion h2{
	/*width: 110px;
	float: left;*/
	font-size: 12px;
	color: #999999;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #6392bd;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
div#A_foot{
	width: 955px;
	height: 15px;
	float: left;
	background-color: #F5F5F5;
	line-height: 15px;
	color: #999999;
	border: 5px solid #E5E5E5;
}
div#ft_01{
	width: 190px;
	height: 15px;
	float: left;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #E5E5E5;
	
}
div#ft_copy{
	width: 495px;
	height: 15px;
	float: left;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #E5E5E5;
	font-size: 9px;
	padding-left: 9px;
	
}
div#ft_enlaces{
	width: 251px;
	height: 15px;
	float: left;
	font-size: 8px;
}
div#ft_enlaces li{
	float: left;
}
div#ft_enlaces a{
	padding-right: 11px;
	padding-left: 11px;
}
.ft_enlace{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}


div#privatua{
	width: 233px;
	height: 147px;
	float: left;
	padding: 9px;
}
div#privatua li{
	float: left;
	padding-top: 9px;
	background-image: url(../images/iconos/ico_flecha.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
}
.long_149{
	width: 141px;
	padding-left: 20px;
}
.espacio_16{
	padding-right: 16px;
	width: 55px;
}
div#fitxas{
	width: 251px;
	height: 431px;
	float: left;
}
div#ftx_pestana{
	width: 251px;
	height: 18px;
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
}
div#ftx_pestana li{
	float: left;
	width: 83px;
	text-align: center;
	line-height: 18px;
	font-weight: bold;
}
div#ftx_body,#ftx_noticias,#ftx_calendario,#ftx_agenda{
	width: 231px;
	/*height: 390px;*/
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#calendario{
	margin-left:10px;
}
div#ftx_enlace{
	width: 242px;
	height: 15px;
	float: left;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #E5E5E5;
	background-color: #F5F5F5;
	font-size: 8px;
	padding-left: 9px;
	#margin-left:-10px;
	_margin-left:-5px;
	_margin-right:-5px;
	line-height: 15px;
}
.ftx_pestana{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E5E5E5;
}
h1.titulo{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E5E5E5;
	padding-bottom: 9px;
	margin-bottom: 15px;
	font-weight: 600;
}
/*h2.subtitulo{
	font-size: 11px;
	font-weight: 600;
	color: #333333;
	padding-bottom: 9px;
}*/

div#form_priv{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E5E5E5;
	padding-bottom: 5px;
}
div#form_priv input{
	border: 1px solid #E5E5E5;
	margin-top: 4px;
	margin-bottom: 6px;
	font-size: 11px;
}

.proyecto_ft{
	float: left;
	width: 75px;
}
.proyecto_txt{
	float: right;
	padding-left: 12px;
	width: 144px;
}
.proyecto_txt p{
	margin-bottom: 8px;
	line-height: 11px;
	margin-top: 0px

}
.proyecto_fx{
	padding-bottom: 10px;
	float: left;
}


.produccion_ft{
	/*width: 110px;*/
	padding-bottom: 6px;
}
.produccion_txt{
	/*float: right;
	width: 110px;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	padding-top: 8px;
	padding-bottom: 8px;
}
.produccion_txt p{
	margin-bottom: 8px;
	line-height: 11px;
	margin-top: 0px;

}
/*.produccion_fx{

}*/
/*.produccion_fx h2{
	width: 110px;
	float: left;
	font-size: 12px;
	color: #999999;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #6392bd;
	padding-top: 5px;
	padding-bottom: 5px;
}*/


.noticias_txt{
	width: 230px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e5e5e5;
	padding-bottom: 6px;
	margin-bottom: 5px;
}
.noticias_txt p{
	margin-bottom: 8px;
	line-height: 11px;
	margin-top: 0px;

}
.noticias_fx{
	width: 230px;
	float: left;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;

}
.noticias_fx h2{
	font-size: 12px;
	color: #6392BD;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 600;
}


div#cua_produccion a:link, a:visited {color: #CA0064; text-decoration: none}
div#cua_produccion a:hover, a:active {color: #CA0064; text-decoration:underline}
div#cua_proyectos a:link, a:visited {color: #CA0064; text-decoration: none}
div#cua_proyectos a:hover, a:active {color: #CA0064; text-decoration:underline}
div#B_sugerencias a:link, a:visited {color: #CA0064; text-decoration: none}
div#B_sugerencias a:hover, a:active {color: #CA0064; text-decoration:underline}

div#breadcrum{
	padding-bottom: 15px;
}
div#breadcrum span{
	color: #6392BD;
}

div#calendario{
	height: 150px;
}

/*---------------------------------------CONTENIDOS-----------------------------------------*/

div.parrafo_localizacion{
	float:left;
	width: 330px;
}
.images_izq{
	clear: none;
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.images_dcha{
	clear: none;
	float: right;
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.iconos_dcha {
	text-align: left;
	margin: 0px 0px 0px 0px;
	clear: none;
	float: right;
	vertical-align: baseline;
}
.iconos_izq{
	text-align: right;
	margin: 0px 0px 0px 0px;
	clear: none;
	float: left;
	vertical-align: baseline;
}
.mapa {
	width: 485px; 
	height: 275px;
}
.subtitulo_norm_azul {
	color: #6392BD;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
.txt_norm_azul{
	color: #6392BD;
	text-decoration: none;
	text-align: justify;
	font-weight: normal;
}
div.album_produccion{
	float:left;
	width:485px;
}
.txt_norm{
	color: #666666;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	line-height: 17px;
}
/*fin album de produccion*/
		
/* menu lateral*/
ul ul li {padding: 0;margin: 0px;width: 100%;}
#navigation {  margin: 0px; padding: 0;}
		
#navigation { margin: 0px; padding: 0;}
#navigation a {
	display:block;
	height: 20px;
	width: 184px;
	color: #666666;
	padding-left:6px;
	line-height: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	font-weight: normal;
	background-color: #EEEEEE;		
}
#navigation a.current {
	background-color:#FFFF99;
}

#navigation a.head {
	padding-left:6px;
	background-color: #EEEEEE;
	background-image: url(../images/iconos/left.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#navigation a.selected {
	padding-left:6px;
	background-color: #9C9C9C;
	background-image: url(../images/iconos/down_white.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #FFFFFF;
}

#navigation a.subhead {
	padding-left:16px;
	background-color: #CECECE;
	background-image: url(../images/iconos/left.gif);
	background-repeat: no-repeat;
	background-position: right center}
#navigation a.subselected {
	padding-left:16px;
	background-color: #CECECE;
	background-image: url(../images/iconos/down.gif);
	background-repeat: no-repeat;
	background-position: right center}

#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	list-style:none outside none; display:inline;
}
#navigation li li a {
		display:block;
		height: 20px;
		width: 174px;
		padding-left:16px;
		background: #E1E1E1;
  		line-height: 17px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #FFFFFFS;
		font-weight: normal;
}
#navigation li li a:hover {

}
#navigation li li li  a {
		width: 164px;
		padding-left:26px;
}


.menu_visit {
	color:#6392BD;
}
		
/*tabla*/
#mytable {
	MARGIN: 0px;
	WIDTH: 100%;
	padding: 0px;
}
CAPTION {
	WIDTH: 100%;
	TEXT-ALIGN: right;
	color: #889DA7;
	padding-bottom: 5px;
}
TH {
	COLOR: #FFFFFF;
	TEXT-ALIGN: center;
	background-color: #999999;
	vertical-align: middle;
}
TH.nobg {
	/*background-color: /*#889DA7;*/
}
TD {
	COLOR: #454545;
	text-align: center;
	vertical-align: middle;
	/*background-color: #FFFFFF;*/
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;*/
}
TD.alt {
	COLOR: #454545;
	background-color: #F5F5F5;
	text-align: center;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;*/
}
TH.spec {
	BORDER-TOP-WIDTH: 0px;
	background-color: #FFFFFF;
	color: #454545;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;*/
}
TH.specalt {
	COLOR: #454545;
	background-color: #F5F5F5;
	border-top-width: 1px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;*/
}
.tit_nomina{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #EFEFEF;
	width: 100%;
	padding-left: 5px;
	text-align: left;
	line-height: 20px;
}
.tit_valoraciones{
	font-weight: bold;
	background-color: #A5A6A5;
	color: #FFFFFF;
}
.subtit_valoraciones{
	font-weight: bold;
	background-color: #EFEFEF;
}
.lin_azul{
	background-color: #6392BD;
}
.txt_valoraciones{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
}


/*listados noticia/agenda/calendario*/
#bloque {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E5E5E5;
	width: 479px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#bloq_tit {
	background-color: #EFEFEF;
	padding-top: 6px;
	padding-left: 5px;
	padding-bottom: 5px;
}
#bloq_txt {
	padding-top: 15px;
	padding-left: 5px;
}
/*detalle noticias*/
#det_fecha{
	text-align: left;
}
#det_descripcion{
	padding-top: 15px;
	color: #6392BD;
}
#det_texto{
	padding-top: 15px;
	padding-left: 5px;
}
#det_descargas{
	padding-top: 15px;
	padding-left: 5px;
	clear: both;
}
.img_noticia{
	text-align: left;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.lnk_enlaces{
	font-size: 11px;
}
/*mapa*/
div.parrafo{
	color: #73757B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
.link_sitemap li{
	padding-left: 6px;
	padding-right: 6px;
	background-image: url(../images/iconos/lin_disc.gif);
	background-repeat:   repeat-x;
	background-position: left bottom;
	text-decoration: none;
}

a.sitemap{
	color: #73757B;
	text-decoration: none;
}

a.sitemap:hover{
	color: #CA0064;
	text-decoration: none;
}

.mytable td{
	padding-top: 5px;
	padding-bottom: 5px;
}

/*errores validadcion*/
 input.error,  select.error {
	border: 2px solid red;
	background-color: #FFFFD5;
	margin: 0px;
	color: red;
}

 div.formError {
	display: none;
	color: #FF0000;
}

 div.formError {
	display: block;
	font-weight: normal;
}

div.error {
	color: red;
}

div.error a {
	color: #336699;
	font-size: 12px;
	text-decoration: underline
}

div#logout{
	float: right;
	width: 300px;
	vertical-align: text-top;
}
div#logout img{
	vertical-align: middle;
}
div#tit_alumnos{
	float: left;
}

