@CHARSET "UTF-8";

/*****************************
	Guia De Colores:
	Azul Pastel: 00aeef
	Azul Cenit: 1c5bb3
	Gris Del fondo : cccccc
	Azul Oficial: 3e5479
	Azul Oficial Mas Oscuro: 2b375b
	Amarillo oficial: ffb21f 

**********************************/


/**************************

	Clases Que controlan los Rich panels
	Del contenido de la pagina.

********************/

.tablaindex
	{
	   width: 600px;
	   margin-left: auto;
	   margin-right: auto;
	   	   
	}
.tablaindex td
	{
	   padding: 0px;
	}

/************
    primera Fila
***********/
.panel_calendario
{
	width: 180px;
	height: 210px;
}

.panel_registrese
{	
    width: 200px;
    height: 210px;
    background-color: #fafb9d;
    text-align: justify;
    font-size: 8pt;
}

.panel_busqueda
{
	width: 240px;
	height: 210px;
}
/*******
    fin Primera Fila
********/


.panel_investiga
{
	width: 390px; /*427px;*/
	height: 298px;
}
.panel_noticias
{
    width: 240px;
    height: 176px;
    overflow: auto;
}




.panel_ad{
	width:240px;
	height: 120px;
	padding: 0px;	
	margin-left: auto;
	margin-right: auto;
}

.panel_eventos{
    width: 240px;
    height: 204px;
}
.panel_novedades
	{
	width: 450px;
	height: 300px;
}
.panel_login{
	width:  250px;
	height: 150px;
}

.panel_buzon{
	width: 200px;
	height: 200px;
}

.panel_documentos{
	width: 200px;
	height: 200px;
}

.panel_unico{ /* Para cuando el contenido no necesita hacer scroll y es estatico y cabe en una sola pantalla */
	text-align: justify; 
	height: 536px; 
	width: 660px; 
	margin-left: 10px;
}

.panel_header{
	text-align: center;
	color: 	#3e5479;
}

.colpanelgrid{
	text-align: center;
	width: 180px;
	border-width: thin;
	border-style: inherit;
}
