@import url("/css/zero.css");
/*FORMATO*/
body{
	text-align:center;
	margin:0px;
	padding:0px;
	font:12px Verdana,Arial,sans-serif;
	color:#434343;
	background-color:#C2DFE4;
}
a{
	font:12px Georgia,serif;
	font-weight:bold;
	color:#117FB0;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1,h2{
	color:#000;
	font:24px Georgia,serif;
	border-bottom:1px solid #117FB0;
	margin-bottom:10px;
}
h2{
	font-size:20px;
}
h3{
	font-size:18px;
}
img{
	border:none;
}
#todo{
	width:95%;
	margin:0px auto;
	text-align:left;
	
}
#lang{
	float:left;
}
#top{
	width:100%;
	height:20px;
	text-align:right;
	padding-top:5px;
	font-size:11px;
	/*border:1px solid #fff;*/
}
#top form{
	display:inline;
}


#top .imagensubmit{
	border:none;
	margin:0px;
	padding:0px;
	display:inline;
}

#top a{
	font-size:11px;
}
#body{
	width:100%;
	border:1px solid #00A5ED;
	background-color:#fff;
}
#header{
	width:100%;
	border:0px solid #fff;
	border-bottom:0px solid #00A5ED;
	background:url(/i/headerbg.gif) no-repeat top right;
	float:left;
}
#privado{
	float:right;
	width:200px;
	padding-right:10px;
	font-size:10px;
}
#header dl{
	width:150px;
	float:right;
	margin:0px;
	padding:0px;
}
#header dd{
	float:left;
	padding:0px;
	margin:0px;
}
#header dt{
	float:left;
	width:65px;
	text-align:right;
	padding-right:5px;
	padding-top:3px;
	color:#117FB0;
}
#header input{
	float:left;
}
#Entrar{
	border:none;
	margin-top:3px;
	margin-left:3px;
}
#logo{
	float:left;
}

#privado span{
	font:12px Georgia,serif;
	font-weight:bold;
	color:#117FB0;
	float:right;
	margin:3px;
	margin-right:23px;
}
#header form{
	margin:0px;
	padding:0px;
}

#breadcrums{
	height:21px;
	width:100%;
	
	border-top:none;
	background:url(/i/breadcrumsbg.gif);
	padding-top:6px;
	
	font:11px Georgia,serif;
	color:#000;
}
#breadcrums div{
	margin-left:5px;
}
#breadcrums a{
	color:#fff;
	font-weight:normal;
}
#menu{
	width:23%;
	float:left;
	
}
#menu a{
	font-size:13px !important;
	display:block;
	font-weight:bold !important;
}
#menu ul{
	margin:0px;
	padding:0px;
	padding-right:3px;
}
#menu li{
	background-color:#F0F9FC;
	padding-top:7px;
	padding-bottom:8px;
	padding-left:10px;
	border-top:1px solid #117FB0;
	margin-bottom:2px;
}
#menu li li{
	border:0 !important;
}
#menu li.submenuoff{
	padding-top:7px;
	padding-bottom:8px;
	padding-left:20px;
	margin-left:0px;
	border:0;
	margin-bottom:2px;
	border-top:1px dashed #88BFD7;
}
#menu li.submenuon{
	padding-top:7px;
	padding-bottom:8px;
	padding-left:20px;
	margin-left:0px;
	border:0;
	margin-bottom:2px;
	border-top:1px dashed #88BFD7;
}
#menu li.submenuon a{
	color:#000;
}
#menu .submenuoff a{
	color:#117FB0 !important;
}
#menu li a{
	font-family: Verdana, sans-serif;
	font-weight:normal;
}
.on a{ 
	color: #000;
	font-weight:bold !important;
}
#siapol {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#contenidos{
	width:49%;
	margin:1%;
	float:left;
}

#lateral{
	width:23%;
	margin:1%;
	float:left;
}
#menubg{
	background:url(/i/menubg.gif) repeat-y 23% 0%;
}
#latbg{
	background:url(/i/menubg.gif) repeat-y 74% 0%;
}
#bottom{
	width:100%;
	float:left;
	padding-top:5px;
}
#logoxunta{
	float:left;
}
#validacion{
	float:right;
}
#copy{
	margin-top:10px;
	font-size:10px;
}
#copy a{
	font-size:10px;
	font-weight:normal;
}
.clear{
	clear:both;
}
.oculto{
	display:none;
}


/* LISTADOS - DETALLES */
.registro_listado{margin-top:20px;margin-bottom:10px;clear:both;}
.foto {float:left;border:1px solid #ffD647;margin-right:5px;margin-bottom:5px;}
.volver{clear:both;text-align:center;}
.paginado {text-align:center;clear:both;padding-top:10px;}
.titulodetalle{font-size:14px;color:#000;font-weight:bold;}

.actualidad_portada{color:#333333;font-weight:bold;}

/* FORMULARIOS */
input,select,textarea{
	border:1px solid #00A5ED;
	font-size:9px;
	color:#555;
	font-family:arial, sans-serif;
	margin-top:2px;
	margin-bottom:2px;
}
input.sinborde{
	border:none;
}

#contenidos .formulario dt{
	border:0px;
	float:left;
	clear:both;
	width:150px;
}
#contenidos .formulario dd{
	border:0px;
	padding-bottom:5px;
	margin:0px;
}

#lateral form dt{
	border:0px;
	clear:both;
	width:100px;
}
#lateral form dd{
	border:0px;
	padding-bottom:5px;
	margin:0px;
}

.tablacolaboraciondocente{
	border: 1px solid #000;
	border-collapse: collapse;
}

.tablacolaboraciondocente td{
	border: 1px solid #000;
	padding:5px;
}
hr.lineacolaboraciondocente{
	border: 1px solid #555;
}



/********* contrataciones **************/

table.tabladatos{
	width:100%;
	border-collapse: collapse;
	margin:0px;
	padding:0px;
	margin-top:10px;
	margin-bottom:20px;
	border-color:silver
}
table.tabladatos .clave{
	font-weight:bold;
	vertical-align:top;
	width:150px;
	padding:5px;
}

table.tabladatos .valor{
	padding:4px;
}
table.tabladatos td, table.tabladatos th{
	border:1px solid #C2DFE4;
}

h4{
	color:#000;
	/*border-bottom:1px solid #117FB0;*/
	/*margin-bottom:3px;*/
   	font:14px Georgia,serif;
   	font-weight:bold;
}



/*** mapaweb ***/

#mapaweb ul{
	list-style-type:none;
}
#mapaaweb ul ul{
	list-style-type:none;
	padding-left: 10px;
}
#mapaweb ul ul ul{
	font-size:9px;
	list-style-type:none;
}
#mapaweb a{
	color:#424242;
	text-decoration:none;
}

#mapaweb li li{
	margin:0;
	padding: 10px 0px 0px 15px;
	background-image:url(/i/li.gif);
	background-repeat: no-repeat;
	background-position:  0px 0px;
}


#mapaweb li .ultima{
	margin:0;
	padding: 10px 0px 0px 15px;
	background-image:url(/i/liultima.gif);
	background-repeat: no-repeat;
	background-position:  0px 0px;
}

#mapaweb div{
	margin:0;
	width:140px;
	border-color: #626F6A;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding:3px 1px 3px 15px;
} 

/***        ***/




/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... 
the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... 
your own settings may vary... 
any weird sizing issues you may run into are usually fixed by tweaking these decoy styles 

.sIFR-hasFlash h1 {
	visibility: hidden;
}
*/
.ocultar{
	display:none;
}

