body {
	color: #494334;
	font-size: 12px; 
	filter: default; 		/*evitamos el anti-alias del texto*/
	background-color: #fff;
	text-align: left;
	margin: 0 auto; 
	margin-top: 3px;
	font-family: Verdana, Times, Arial;
}

ul {
  padding: 8px;
  margin: 0 0 0 30px;
  padding-top: 0;
  list-style-image: url(../img/download.gif);
  list-style-type: circle;
}
ul.emails {  list-style-image: url(../img/email.gif);  }
ul.carpetas { list-style-image: url(../img/folder.gif); }
li { 
  position: relative;
  margin-left: 10px;
  padding-left: 0px;
  .padding-left: 5px;
}

form { margin: 0px; font-family: arial, verdana, helvetica; }
hr { width:100%;  color: #008080;  }

a, a:link { color: #696969; font-weight: bold; text-decoration:none; } 
a:visited { color: #696969; font-weight: bold; text-decoration:none;  }
a:hover   { color: #c70304; font-weight: bold; text-decoration:none; }
a.gris, a.gris:link { color: #A9A9A9; font-weight: bold; text-decoration:none; } 
a.gris:hover { color: #000000; font-weight: bold; text-decoration:none; }
a.rojo { color: red; }
a.usuario { color: #5BB947; font-size: 12px; }
a.usuario:hover { color: #000; }

p { font-weight: bold; text-align: left; margin-top: 0px; margin-bottom; 5px; }

h3 { font-size: 14px; font-weight: bold; margin: 0; }
h4 { font-size: 13px; font-weight: bold; margin: 5px 0 0 0; }
th { text-align: center; }

img{ border:0;}
img.derecha { float: right; }
img.izquierda { float: left; }

INPUT, TEXTAREA, SELECT { 
	border: 1px solid #AAAAAA; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal;
}
TEXTAREA.estilo {
	width: 170px;
	height: 30px;
}
INPUT:hover, TEXTAREA:hover, SELECT:hover { 
	background-color: #EEEEEE; 
}
.espacio { margin-bottom: 5px; }
.check, .radio { border: 0px; }
.botones { border: 1px solid #ccc; margin: 5px 0 10px 0; padding: 2px; text-align: center; width: 100%; }
.letra_peque { font-size: 11px; color: #999; }

#idioma {
	position: absolute;
	margin-top: 20px;
}
#smsContacto {
	font-weight: bolder;
	color: red;
	text-align: right;
	margin: 0 30px 0 5px;
	/*border: thin dotted yellow;*/
}
#cuerpo {
	width: 775px;
	text-align: left;
	margin: 0 auto; 
	border: 0px solid red;
}

#flotante {
	display: none;
	position: absolute;
	background-color: #CEE9FA;
	margin-top: 220px;
	margin-left: 32%;
	.margin-left: 40%;
	width: 250px;
	border: 3px solid #b1cbdb;
	z-index: 1000;
}	
#flotante table { margin-left: 15px; }
#flotante table thead { border-bottom: 1px solid #ccc; } 
.botones { border: 1px solid #ccc; margin: 5px 0 10px 0; padding: 2px; text-align: center; width: 100%; }
/*** CABECERA ***/
#cabecera {
	position: relative;
	border: 1px solid #E7E7E8;
}
#cabecera img { border: 0; }
#arbol_ficheros { width: 480px; border: 0px solid red; }
#arbol_ficheros a, #arbol_ficheros a:link, #arbol_ficheros a:visited { font-weight: normal; }
#arbol_ficheros a:hover { font-weight: bold; } 
.descrip_material { margin-left: 13px; text-align: left; font-weight: normal; }
#menuh {
	position: relative;
	margin-top: 5px;
	background-color: #DCDCDC; 
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	padding: 5px;
	font-weight: bold;
}
#menuh a, #menuh a:link { color: #808080; font-weight: bold; text-decoration:none; } 
#menuh a:visited { color:#808080; font-weight: bold; text-decoration:none;  }
#menuh a:hover   { color: #000000; font-weight: bold; text-decoration:none; }
#usuario { 
	position: relative;
	margin-top: 10px;
	padding: 3px;
	font-weight: bold;
	color: #5BB947;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica;
}
.izquierda { float: left; }
.derecha { float: right; }
#info {
	position: relative;
	text-align: justify;
	padding: 5px;
	margin-top: 5px;
	background: #fff url(../img/CE.jpg) no-repeat 95% 85%;
	border: 0px solid red;
}
#container {
	float:right;
	width: 63%;
	border: 0px solid red;
}
#volver {
		font-size: 10px;
		text-align: right;
		margin-top: 2px;
		margin-bottom: 8px;
}
#num_resultados {  text-align: right; padding: 5px 5px 0 5px;  }
#pie {
	position: relative;
	padding: 5px;
	border-top:  1px dashed #CCC;
	text-align: right;
	margin-top: 10px;
}
.error { text-align: right; color: #800000; font-weight: bold; }
.informativo {
 	background-color: #CEE9FA;
	text-align: left;
	width: 32%;
	float: left;
	padding: 10px;
	border: 1px solid #b1cbdb;
}
#mensaje {
	padding: 5px 20px 5px 45px;
	background: #CDDFF6 url(../img/information.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	background-color: #CDDFF6; 
	border-top: 2px solid #629ED3; 
	border-bottom: 2px solid #629ED3; /*#BDB76B;*/
	margin-bottom: 10px;
	text-align: left;
}
#mensaje.aviso { 
	background: #EEE8AA url(../img/exclamation.png) center no-repeat; 
	background-position: 15px 50%; /* x-pos y-pos */
	border-top: 2px solid #BDB76B;
	border-bottom: 2px solid #BDB76B;
	text-align: left;
} 
#login {
	text-align: center; 
	margin: 0 auto; 
	width: 250px;
}
#formulario { margin-left: 40px; }
fieldset { border: 1px solid #CCC; padding: 4px; }
legend { font-weight: bolder; border: 1px dotted #CCC; padding: 8px; }
table#menu {
	text-align: center;
	margin: 0;
	font-size: 14px;
}
#submenu { 
	width:100%; 
	margin:0 0 10px 0; 
	padding: 0;
	border: 1px solid #C6C6C6; 
	background-color: #fafafa; 
	font-size: 11px;
}
#submenu a, #submenu a:visited, #submenu a:link { font-weight: normal; color: #000; }
#submenu a:hover { text-decoration: underline; }
/* CURSOS */
table.formularios { border: 1px solid #c6c6c6; width: 100%; margin: 5px 0 10px 0; padding: 2px; }
table.formularios input { /*width: 100%;*/  }
table.formularios th { border: 1px dashed #c6c6c6; }
table.formularios tr { border: 1px dashed #c6c6c6; }
.fondo_gris { background-color: #d2d2d2; font-weight: bold; }
#listado {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px dashed #ccc;
}
#curso {
	padding: 5px;
   margin: 5px 0 5px 15px; 
	font-size: 15px;
	font-weight: bold;
	border-top: 1px solid #CCC;
}
#carpeta {
	padding: 5px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}
#titulo {
		font-size: 1.4em;
		font-weight: bold;
		margin-top: 0px;
		margin-bottom: 0px;
		width: 100%;
		border-bottom: 1px solid #ccc;
}

span { font-size:1.3em; font-weight:bold; }
h1 { font-size:1.3em; font-weight:bold; }
h2 { font-size:1.1em; font-weight:bold; }

#archivo {
	margin-top: 5px;
	margin-left: 25px;
	margin-bottom: 15px;
}


/* NOTICIAS */
table.noticias { margin-left: 0; font-weight: bold;  }
#noticias {
	margin-bottom: 10px;
	text-align: left;
	padding: 5px 20px 5px 45px;

	background: #EEE8AA url(../img/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	background-color: #EEE8AA; /*#FFEECA;*/
	border-top: 2px solid #BDB76B;  /*#ffd324;*/
	border-bottom: 2px solid #BDB76B;

}
#noticias.info {
	background: #EEE8AA url(../img/information.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
}
#noticias hr {
	height: 1px;
	border: 1px dashed #BDB76B;
	color: #BDB76B;
}

/* ADMIN */
#menu {
	width: 100%;
	font-size: 1.3em;
}
#menu ul { list-style-image: none; margin: 0; padding: 0; list-style-type: none; }
#menu li { border: 1px solid #ccc; margin: 5px; padding: 5px; }
.carpeta { float:left; margin: 10px; text-align: center; }

.lista {
	margin-left: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #696969;
	display: none;
}

#cabecera table { margin-left: 0px; }
#sub { margin-left: 25px; margin-top: 2px; margin-bottom: 0px;  }

.mensaje {
	text-align: right;
	font-weight: bold;
	color: red;
}
.mensaje#ok { color: green; }

#apuntar {
		width: 300px;
		/*border: thin dotted yellow;*/
}

/** PAGINACION **/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.pagination{
padding: 2px;
margin-top: 5px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left;  /*Set to "right" to right align pagination interface*/
font-size: 13px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #B0C4DE;
text-decoration: none; 
color: #000;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #B0C4DE;
color: #000;
background-color: #CEE9FA; 
}

.pagination li.currentpage{
font-weight: bold;
padding: 0 5px;
border: 1px solid #B0C4DE; 
background-color: #CEE9FA;
color: #000;
}

.pagination li.disablepage{
padding: 0 5px;
color: #929292;
}

.pagination li.nextpage{
font-weight: bold;
}

* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 5px;
padding-right: 0;
}

.tabla_blanco, a.tabla { color: #fff; font-weight: normal;  }

/* Clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
* html .clearfix { height:1px; }
