/* Primer nivel de menu */
.MenuGroupExtranet
{
  	background-color:white;
 	border:solid 0px Gray;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
}

.MenuItemExtranet
{
	background: #D3E9FE;
	font-weight: bold;
	font-size: 16px;
	cursor:hand;
	color: navy;
	font: Times New Roman;
	text-align:left;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	text-decoration:none;
}

.MenuItemExtranetInt
{
	font-weight: bold;
	font-size: 16px;
	color: navy;
	font-family: Arial;
	background: #D3E9FE;
	text-align: left;
	margin-left: 5px;	
	border-top: 0px solid white;
	border-bottom: 0px solid white;
	text-decoration: none;
}


.MenuItemHoverExtranet 
{
	background: #D3E9FE;
	font-weight: bold;
	font-size: 16px;
	cursor:hand;
	color: #B4B4B4;
	font: Times New Roman;
	text-align:left;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	text-decoration:none;
}
.HomeMenuItemExtranet
{
	font-family : Arial;
	font-style : normal;
	font-size : 12px;
	cursor: hand;
	color:black;
	background-color:#ffffff;
	text-align:center;
	border-bottom: 1px solid Silver;
	
}
.HomeMenuItemHoverExtranet 
{
	font-family : Arial;
	font-style : normal;
	font-weight : bold;
	font-size : 13px;
	cursor: hand;
	color:black;
	background-color:#ffffff;
	text-align:center;
	border-bottom: 1px solid Silver;
}


/* Segundo nivel de menu*/

.MenuItemExtranetN2 
{
	font: 12px Verdana;
	color:black; 
	text-decoration:none;
	border-bottom: 0px solid white;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 2 2 2 8;
	background-color: white;
	width: 174px;
	cursor:hand;
}
.MenuItemHoverExtranetN2 
{
  	color:Gray;
  	background-color:#BFDEE2;
  	border-bottom: 0px solid white;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
  	padding: 2 2 2 8; 
  	font: 12px Verdana;
  	cursor:hand;
 }

/* Tercer nivel de menu*/

.MenuItemExtranetN3
{
	font: 11px Verdana;
	color:black; 
	text-decoration:none;
	border-bottom: 0px solid white;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 2 2 2 8;
	background-color: white;
	width: 174px;
	cursor:hand;
}
.MenuItemHoverExtranetN3 
{
  	color:Gray;
  	background-color:#BFDEE2;
  	border-bottom: 0px solid white;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
  	padding: 2 2 2 8; 
  	font: 11px Verdana;
  	cursor:hand;
}
.MenuPortada
{
	background-color: #6BADB4;
	font-family : Arial;
	font-style : normal;
	font-weight : bold;
	font-size : 13px;
	width : 100%;
	padding: 2 2 2 2;
	height : auto;
	color:White;
	cursor:hand;

	}
#container 
{
	width: 800px;
	float:left;
}

#container_wp {
	width: 800px;
	float:left;
}
#colegio{
	float: left;
	}


AV_BODY{
    	margin-left             : 6px;
    	margin-right            : auto;
    	margin-top              : 5px;
	margin-bottom		: 50px;
	background-color	: #FFC266;
	font-family		: GillSans, Arial, Helvetica, sans-serif;
	margin-left		: 6px;
	}
.av_validator
{
	font-family		: verdana;
	bottom                  : 5px;
	color			: Olive; 
	vertical-align          : bottom;
	}
	

	
		
#login
	{
	margin-left		: 6px;
	margin-top		: 15px;
	padding-left		: 15px;
	padding-top  		: 9px;
	float                   : left;
	color                   : #333;
	width                   : 184px;
	height			: 138px;
	background-color	: #FFEBCC;
	border-left		: 1px;
	border-left-style	: solid;
	border-left-color	: silver;
	border-right		: 1px;
	border-right-style	: solid;
	border-right-color	: silver;
	border-top		: 0px;
	border-top-style	: solid;
	border-top-color	: #E6E6E6;
	border-bottom		: 0px;
	border-bottom-style	: solid;
	border-bottom-color	: #E6E6E6;
	
	}
	
	.datagrid
	{
	width: 210px;
	border-top: 0px solid #555555;
	border-right: 1px solid #D9D6D2;
	border-bottom: 1px solid #D9D6D2;
	border-left: 1px solid #555555;
	font-size:14px;
	color:#333;	
	vertical-align: middle;	
	padding:2px;
	}
	
	/*solid 1px Gray*/
	.login
	{
	float                   : left;
	color                   : #333;
	width                   : 160px;
	height			: 138px;
	background-color	: #FFEBCC;
	border-left		: 1px;
	border-left-style	: solid;
	border-left-color	: Gray;
	border-right		: 1px;
	border-right-style	: solid;
	border-right-color	: Gray;
	border-top		: 0px;
	border-top-style	: solid;
	border-top-color	: Gray;
	border-bottom		: 0px;
	border-bottom-style	: solid;
	border-bottom-color	: Gray;
	
	}
/* Menu contextual -------------------------------------------- */
.MenuContextual
{
  background-color:white;
  background-image:url("../img_comunes/item_bg.gif"); 
  font-family:tahoma; 
  font-size:15px;
}
.MenuContextualRoot
{
  background-color:Gray;
  background-repeat:no-repeat;
  background-position: center center;
  background-image:url("../img_comunes/Combo.gif"); 
  border:solid 1px #737373; 
  font-size:large;
  font-weight:bold;
}
 
/* Default item styles ------------------------------------ */ 
 
.MenuContextualHover
{
  background-color:white; 
  background-image:url("../img_comunes/item_bg.gif"); 
  color:black; 
  font-family:tahoma; 
  font-size:16px; 
  border:solid 1px #ABABAB; 
  border-right-color:#737373;
  border-bottom-color:#737373;
  cursor:default;
}
/* Control de Usuario VAR_004 */


	
.var004_Quote
	{
	height: auto;
	margin-left: 0px;
	margin-right: 0px;
	
	}

	
.var004_Quote2
	{
	height:  auto;
	}
	
.var004_Quote_right
	{
	margin-left: 0px;
	margin-right: 0px;
	}
	
.var004_content
	{
	height : auto;
	}
	
	
.var004_content_top
	{
	clear                   : left;
	float			: left;
	width                   : 540px;
	background-image	: url("../img_jovenes/content_border_top.gif")
	}	
	

.var004_cajaselect_ancha
	{
	width: 280px;
	font-size:14px;
	color:#333;	
	vertical-align: middle;	
	padding:2px;
	}
.var004_contentain_pet
	{
	float					: left;
	width					: 500px;
	margin-left				: 5px;
	}

/* Added By @MHG */
.botones
	{
	border: 1px solid #999;
	background-color:#E8E8E8;
	font-size:13px;
	color:#333;	
	height:21px;
	margin: 0px 4px 0px 0px;
	cursor: pointer; 
	cursor: hand; 
	}

.login_publico
	{
	margin-left		: 0px;
	margin-top		: 0px;
	padding-left		: 15px;
	padding-top  		: 0px;
	float                   : left;
	color                   : #333;
	width                   : 160px;
	height			: 136px;
	background-color	: #FFEBCC;
	border-left		: 1px;
	border-left-style	: solid;
	border-left-color	: #A6A6A6;
	border-right		: 1px;
	border-right-style	: solid;
	border-right-color	: #A6A6A6;
	border-top		: 1px;
	border-top-style	: solid;
	border-top-color	: #A6A6A6;
	border-bottom		: 1px;
	border-bottom-style	: solid;
	border-bottom-color	: #A6A6A6;
	font			: MS Sans Serif, Verdana;
	font-size		: 13px;
	}
	
/* AGENDA-CALENDARIO */
#derecha_mod
	{	
	width				: 186px;
	border				: 1px solid #D5D5D5;
	}	
#derecha
	{
	background-color		: #ffffff;
	float				: right;
	width				: 186px;
	border				: 0px solid #D5D5D5;
	margin-top			: 20px;
	}
.dia_rojo
	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: red;  
	font-size:11px;  
	font-weight: bold;
	
	}
.dia_color1
	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#000000;  
	font-size:11px;  
	font-weight: bold;
	}
.titols_agenda	
	{
	font-size: 11px;
	color:#000000;
	padding-left: 10px;
	}	

.cabecera_mod_der
	{
	font: bold 20px Arial,Helvetica,sans-serif;
	color: #b4b4b4;
	background-color: #ffffff;

	}
.imgcentrada
	{
	vertical-align: middle;
	}
.p_center
	{
	text-align: center;
	font-size:10px; 

	}
.txt 
	{
	font-size:10px; 
	color: #666666;
	}
#calendario_pos
	{
	margin-top: 4px;
	}
.derecha_mod_TABLE2
	{
	margin: 5px 5px 0px 13px;
	}
.calendario_dia
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#000000;  
	font-size:11px;  
	font-weight: bold;
	background-color: WHITE;
	padding : 2;
	text-align:right;
	border: 1px solid  #ECEDF0;

	}

.calendario_td
{
	color:#666666;
	width: 25;
	text-align: center;
	background-color: #C0C0C0;
	border: 1px solid White;
	font-size:10px; 
}
.gridcalendar
	{
	padding-left:10px;
	background-color:#ffffff;
	}	
.calendario_fiesta
	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: BLACK;  
	font-size:11px;  
	font-weight: bold;
	background-color: #D37B5E;
	padding : 2;
	text-align:right; 
	border: 1px solid #ECEDF0;
	}

.calendario_marca
	{
    background              : #B4B4B4;
    cursor                  : hand;
    border                  : 1px #cdcdcd solid;
    text-align              : center;
    font-weight             : bold;
    height                  : 17px;
    font-size: 10px;
	}
.txtmedium	
	{
	font-size: 11px;
	}	
#dia
	{
	color: #000000;
	font-weight: bold;
	padding: 4px;
	margin-left: 10px;
	margin-bottom:4px;
	
	}
.titols_agenda	
	{
	font-size: 11px;
	color:#666666;
	padding-left: 10px;
	}				
	
	
/**  VTP **/
.combo
	{
	border-top: 1px solid #555555;
	border-right: 1px solid #D9D6D2;
	border-bottom: 1px solid #D9D6D2;
	border-left: 1px solid #555555;
	font:10px GillSans;
	color:#000000;
	vertical-align: middle;	
	padding:2px;
	margin:2px 0px 0px 0px;
	}
/**  Lista Noticias **/

.fecha_noticia {
			font:11px Verdana;
			color: #138088;
		}

.titular_noticia {
			font:bold 10pt Arial;
			color: #0000FF;
		}

a.titular_noticia:link {
			font:bold 10pt Arial;
			color: #0000FF;
			text-decoration:none;
		}
a.titular_noticia:active {
			font:bold 10pt Arial;
			color: #0000FF;
			text-decoration:none;
		}
a.titular_noticia:visited {
			font:bold 10pt Arial;
			color: #0000FF;
			text-decoration:none;
		}
a.titular_noticia:hover {
			font:bold 10pt Arial;
			color: #0000ff;
			text-decoration:none;
		}

.subtitular_noticia {
			font: 10pt Arial;
			color: #0000FF;
			text-align:justify;
		}
	
/** Noticia PopUp**/
.fecha_noticia_popup
{
	font-family: Verdana; 
	color: #666666;  
	background-color: #E6E6E6;  
	font-size:11px; 
	}
.texto_noticia_popup 
{
	font: 10pt Arial; 
	color: black;  
	text-align:justify;
	}
.titular_noticia_popup
{
	font-family: Arial; 
	color: #0000FF;  
	font-size:10pt;
	font-weight:bold;
	}
A.Cerrar 
{
	font: 14px Arial;
	color: #BF3000; }
A.Cerrar:hover 
{
	font: 14px Arial;
	color: #BF3000; }
A.Cerrar:visited 
{
	font: 14px Arial;
	color: #BF3000; }
A.Cerrar:link 
{
	font: 14px Arial;
	color: #BF3000; }
A.Cerrar:active 
{
	font: 14px Arial;
	color: #BF3000; }
	
/** Caja Login**/
.texto_login
{
	font:11px verdana;
	color:#000000;
	}
.cajas_login
{
	width:60px;
	height:18px;
	font:10px verdana;
	color:#000000;}
	
.boton_entrar
{
	cursor:hand;
	border:1px solid #666666;
	font:11px verdana;
	color:#000000;
	background-color:#CCCCCC;
	}
	
/** Contenidos**/
.cuerpo_pagina
{
	font-family: GillSans,Arial,Helvetica,sans-serif;
	color:Black;  
	font-size:x-small; 
}

/** Default Console**/
.MenuConsola
{
	
	font-weight: bold;
	font-size: 10px;
	cursor:hand;
	color:White;
	font: 14px GillSans;
	text-decoration: none;
}

.MenuConsolaHover
{
	padding: 2 2 2 8;
	background-color: #6BADB4;
	font: 14px GillSans;
	color: white;
	width: 174px;
	cursor:hand;
	text-decoration: none;
	
}
.MenuConsolaN2
{
	color: black; 
	text-decoration: none; 
	margin-left:10px
	}
	
.TablaWebPublica
{
font: 14px GillSans;
	color:#330066; 
	text-decoration:none;
	border-bottom: 1px solid #330066;
	padding: 2 2 2 8;
	background-color: #ccccdd;
	width: 174px;
	cursor:hand;
}
.TituloPostings
{
	font: 14px GillSans;
	font-weight: bold;
	color:#330066; 
	text-decoration:none;

}

