@charset "utf-8";
/* CSS Document */
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin:auto;
	background-image:url(../img/fondo_pagina.jpg);
	background-repeat:repeat-x;
	background-color:#A18BB1;
}
.no_datos
{
	color: #6A418C;
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
	margin-top: 10px;
}
#pagina 
{
	position:relative;
	width:1003px;
	margin:auto;
	/*border: 2px solid #FF00AE;*/
}
#cabecera
{
	width:100%;
	height:229px;
	background-image:url(../img/fondo_cabecera.jpg);
	/*border: 2px solid #FF0000;*/
}
#cuerpo
{
	position:relative;
	width:100%;
	background-image:url(../img/fondo_cuerpo.jpg);
	background-repeat:repeat-y;
	padding-top:15px;
	padding-bottom:10px;
	/*border: 1px solid #FFFF00;*/
}
#pie
{
	position:relative;
	width:100%;
	height:24px;
	background-image: url(../img/fondo_pie.png)!important;
 	background-image: none;
	background-repeat:no-repeat;
 	filter: none !important;
 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/fondo_pie.png);
	/*border: 2px solid #00FF00;*/
}
/**************************************** CONTENIDO_PROYECTOS ****************************************/
#contenido_proyectos
{
	width:992px;
	margin:auto;
	overflow:hidden;
	/*border: 2px solid #00FF00;*/
}
.area
{
	position:relative;
	width:322px;
	height:270px;
	margin:4px;
	background-image:url(../img/fondo_proyectos.jpg);
	background-repeat:no-repeat;
}
.titulo_area
{
	position:absolute;	
	/*width:290px;*/
	height:25px;
	top:5px;
	left:5px;
	font-size:14px;
	color:#FFF;
	font-weight:bolder;
	text-align:left;
}
.titulo_area a
{
	color: white;
	text-decoration: none;
}
.titulo_area a:hover
{
	color: #FFBD17;
	text-decoration: underline;
}
.contenido_area
{
	position:absolute;	
	width:312px;
	height:235px;
	top:38px;
	left:3px;
	text-align:left;
}
.contenido_area ul
{
	color:#FD5C15;
	font-size:12px;
}
.contenido_area li
{
	margin-top:10px;
}
.titulo_proyecto
{
	font-size:11px;
	text-decoration:underline;
	font-weight:bolder;
}
.texto_proyecto
{
	color:#000000;
	font-size:11px;
}
.tarea_proyecto
{
	margin:auto;
	width:314px;
	/*height:60px;*/
	font-size:11px;
}
.tarea_proyecto .imagen
{
	float:left;
	width:90px;
	height:100%;
}
.tarea_proyecto .imagen div
{
	width: 80px;
	height: 65px;
	background: 50% 50% no-repeat;
	margin: 3px 0px;
}
.tarea_proyecto .texto
{
	float:left;
	width:218px;
	height:100%;
	text-align:justify;
}
.texto span, .texto a
{
	color:#6A4884;	
	text-decoration:underline;
	font-weight:bolder;	
}
.texto a:hover
{
	text-decoration: none;
	color: #FF6600;
}

.mas_tarea_proyecto
{
	margin:auto;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.perfil_proyecto
{
	margin:auto;
	position: absolute;
	bottom: 5px;
	left: 0px;
}

.mas_tarea_proyecto a, .perfil_proyecto a, .texto li a, #mas_publicaciones a, #descarga a, #link_lista a
{
	text-align:right;
	color:#D41616;
	font-weight:bolder;
	font-size:11px;
	text-decoration:underline;
}
.mas_tarea_proyecto a:hover, .perfil_proyecto a:hover, .texto li a:hover, #mas_publicaciones a:hover, #descarga a:hover, #link_lista a:hover
{
	color: red;
	text-decoration: none;
}
.resumen_titulo
{
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #FD5C15;
}
/**************************************** CONTENIDO_PUBLICACIONES ****************************************/
#contenido_publicaciones
{
	width:980px;
	margin:auto;
	overflow:hidden;
}
#publicaciones
{
	float:left;
	width:489px;
	border-top: 1px solid #AA97B9;
	border-right: 1px solid #AA97B9;
}
#contenido_p
{
	width:475px;
	margin:auto;
	margin-top: 10px;
	/*border: 1px solid #AA97B9;*/
}
#contenido_p_titulo
{
	background-image:url(../img/ico_publicaciones.jpg);
	background-repeat:no-repeat;
	width:304px;
	height:65px;
}
#contenido_p_imagenes
{
	width:100%;
	height: 190px;
	overflow:hidden;
}
.img_publicaciones
{
	float:left;
	margin-left:8px;
	margin-right:0px;
	width: 225px;
	height: 170px;
	background: no-repeat center center;
	cursor: pointer;
}
#mas_publicaciones
{
	float: right;
	margin-top: 5px;
}
#noticias
{
	float:left;
	width:489px;
	border-top: 1px solid #AA97B9;
}
#contenido_n
{
	width:460px;
	margin:auto;
	margin-top: 10px;
}
#contenido_n_titulo
{
	background-image:url(../img/ico_noticias.jpg);
	background-repeat:no-repeat;
	width:221px;
	height:65px;
}
#contenido_n_noticias
{
	width:100%;
	font-size:11px;
}
#contenido_n_noticias ul
{
	color:#FD5C15;
	font-size:12px;
}
#contenido_n_noticias li
{
	margin-top:10px;
}
.titulo_noticia
{
	color:#FD5C15;
	font-weight:bolder;
	text-decoration:underline;
	font-size:11px;
}
.detalle_noticia
{
	color:#000000;
	font-size:11px;
}
#mas_noticias
{
	color:#D41616;
	font-weight:bolder;
	font-size:11px;
	text-decoration:underline;
	margin-left:25px;
}
.anterior
{
	font-size:12px !important;
	color: #FD5C15 !important;
	text-decoration: none !important;
}
.anterior:hover
{
	color: #6A4885 !important;
	/*text-decoration: underline !important;*/
}
/**************************************** LOGO ****************************************/
#logo
{
	/*background-image:url(../img_aux/menu_logo.jpg);*/
	top:35px;
	left:10px;
	width:400px;
	height:200px;
	/*border:solid 2px #FF0000;*/
}
#menu
{
	position:absolute;
	top:35px;
	right:10px;
	/*border:solid 2px #FF0000;*/
}
/**************************************** COPY RIGHTS ****************************************/
#triskel
{
	position:absolute;
	left:400px;
	top:5px;
 	width:225px;
	height:15px;
	font-size:11px;
	font-weight:bolder;
	/*border:solid 1px #000066;*/
}
/**************************************** CONTENIDO_PAGINAS ****************************************/
a.mas_noticias
{
	color:#D41616;
	font-weight:bolder;
}
a:hover.mas_noticias
{
	color:#D41616;
	font-weight:bolder;
}
.titulo_pagina
{
	font-size:20px;
	font-weight:bolder;
	color:#644A7A;
	background-image:url(../img/titulo_centro.jpg);
	background-repeat:repeat-x;
	height:35px;
}
.titulo_pagina .texto_titulo
{
	margin-top:5px;
}
.titulos
{
	font-size:14px;
	font-weight:bolder;
	color:#C26A1C;
	background-image:url(../img/titulo_centro2.jpg);
	background-repeat:repeat-x;
	height:30px;
}
.titulos .texto_titulo
{
	margin-top:5px;
}
.subtitulos
{
	color:#FD5C15;
	font-weight:bolder;
	text-decoration:underline;
}
.fondo_datos
{
	 background-image:url(../img/fondo_aux.jpg); 
	 background-repeat:repeat-x;
	 background-color:#FFFFFF;
	 font-family:Tahoma, Geneva, sans-serif;
	 color:#644A7A;
}
.fondo_galeria_fotos
{
	background-image:url(../img/fondo_galeria.gif);
}
.fondo_enlace
{
	background-image:url(../img/btn_enlace_02.jpg);
	height:16px;	
}
a.enlace
{
	color:#FFFFFF;
	font-weight:bolder;
	font-size:11px;
	text-decoration:none;
}
a:hover.enlace
{
	color:#000000;
	font-weight:bolder;
	text-decoration:none;
}
a.enlace_noticia
{
	color:#FD5C15;
	font-weight:bolder;
}
a:hover.enlace_noticia
{
	color:#FD5C15;
	font-weight:bolder;
	text-decoration:none;
}
.no_existe
{
	font-size:18px;
	font-weight:bolder;
}
hr
{
	width:95%;
	color:#6A4884;
}
/**************************************** CONTENEDOR ****************************************/
#contenedor
{
	background: url(../img/bg_contenedor.jpg) 0 0 repeat-x;
	margin: auto;
}
#contenedor #titulo
{
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	padding-left: 10px;	
	width: 100%;
	padding-top: 5px;
}
#contenedor #inicio_titulo
{
	position: absolute;
	background: url(../img/ini_contenedor.jpg) 0 0 no-repeat;
	height: 116px;
	width: 5px;
	left: 5px;
	top: 15px;
}
#contenedor > #inicio_titulo
{
	left: 10px !important;
	top: 15px !important;
}
#contenedor #fin_titulo
{
	position: absolute;
	right: 5px;
	top: 15px;
	background: url(../img/fin_contenedor.jpg) 0 0 no-repeat;
	height: 31px;
	width: 30px;	
}
#contenedor > #fin_titulo
{
	right: 12px;
	top: 15px;
}
#contenedor #contenido
{
	margin-top: 0px;
	z-index: 100;
	padding: 10px;
}
#contenido p
{
	margin-top: 2px;
	margin-bottom: 2px;
}
#contenido strong
{
	color: #67477E;
}
/**************************************** LISTA ENLACES ****************************************/
.nombre_enlace a
{
	font-weight: bold;
	color: #D41616;
	text-decoration: none;
	display: block;
}
.nombre_enlace a:hover
{
	color: #FD5C15;
	text-decoration: underline !important;
}
/**************************************** FORMULARIO DE CONTACTOS ****************************************/
.contactos label
{
	font-weight: bold;
	color: #069;
}
.contactos input
{
	width: 320px;
}
/**************************************** VER PUBLICACION ****************************************/
a img
{
	vertical-align: middle;
}
.label
{
	font-weight: bold;
	color: #660066;
}
#resumen_pub
{
	width: 400px;
	margin: auto;
	border: 1px solid #540c96;
	background: url(../img/bg_contenedor.jpg) 0px -32px repeat-x;
	margin: auto;
	margin-top: 15px;
	padding: 10px;
}
#contenido_pub
{
	width: 95%;
	margin: auto;
}
#link_lista
{
	margin: 10px;
}
#descarga
{
	text-align: right;
	width: 95%;
}
/********************** GALERIA DE FOTOS *******************************/
#foto_actual
{
	border: 1px solid #ccc;
	width: 365px;
	height: 274px;
	margin: 10px auto;
	padding: 1px;
}
#control_tn
{
	width: 365px;
	height: 75px;
	margin: 0px auto;
}
#contenedor_thumbnails
{
	width: 325px;
	height: 75px;
	overflow: hidden;
	position:relative;
	display: inline;
	float: left;
}
#lista_thumbnails
{
	width: 365px;
	display: inline;
	position: relative;
	float: left;
}
.thumbnail, .thumbnail_selected
{
	width: 100px;
	height: 75px;
	display: inline;
	float: left;
	margin: 0px 5px;
	cursor: pointer;
}
.thumbnail_selected
{
	border: 2px dotted #FF9900;
}
#btn_adelante, #btn_atras
{
	width: 16px;
	height: 16px;
	background: url(../img/btn_galeria.gif) no-repeat;
	display: inline;
	margin-top: 30px;
}
#btn_adelante
{
	float: right;
}
#btn_atras
{
	float: left;
}
.btn_adelante
{
	background-position: -32px 0 !important;
	cursor: pointer;
}
.btn_adelante_disabled
{
	background-position: -48px 0 !important;
	cursor: default;
}
.btn_atras
{
	background-position: 0 0 !important;
	cursor: pointer;
}
.btn_atras_disabled
{
	background-position: -16px 0 !important;
	cursor: default;
}
.titulos_galeria
{
	font-size:14px;
	font-weight:bolder;
	color:#FFFF4F;
	height:30px;	
}
