﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: transparent;
    font-size: .80em;
    font-family: Verdana, "Helvetica Neue", "Lucida Grande", "Segoe UI", Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color:#999;
     text-decoration: none;
     border-style:none;
}

a:hover
{
   
    COLOR: #b2e853;
	TEXT-DECORATION: underline;
}

a:active
{
    /*color: #3a4f63;  Mod 10/7/2012*/
    color:#999;
     text-decoration: none;
      border-style:none;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    /*font-variant: small-caps;*/
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    /*font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;*/
    FONT-WEIGHT: 100;
	FONT-SIZE: 12px;
	COLOR: #777777;
	BORDER-BOTTOM: #ffffff 0px solid;
	FONT-STYLE: normal;
	FONT-FAMILY: arial, sans serif;
}

h2
{
    /*font-size: 1.7em;*/
    /*font-weight: 600;*/
    /*margin-bottom: 0px;*/
    font-family: Verdana;
	font-size: 25px;
	font-weight: bold;
	color: #999;
}

h3
{
    /*font-size: 1.2em;*/
    font-family: Verdana;
font-size: 14px;
font-weight: bold;
color: #002D18;
margin-top: 4px;
margin-bottom: 3px;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
/*.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}
*/
.rightColumn > h1, .leftColumn > h1
{
    margin-top: 0px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    /*width: 960px;*/
    width: 970px;
    /*background-color: transparent; Mod 10/07/2012*/
     background-color: White; /*Mod 10/07/2012*/
    margin: 20px auto 0px auto;
    
		 border-color:#C4C4C4;
    border-style:solid;
    border-width:1px;  
	
     
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: transparent;
    width: 100%;
    /*border: 0.5px solid #496077;*/
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#999999;/*10/07/2012*/
    width:100%;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: 1px;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


/*Tabla a mostrar noticias/*/
#tableNoticiasContenedor
{
	width:100%;
	
}

/* Celda donde se inserta la tabla de las noticias*/
#tdNoticias
{
	width:100%;
	
	color:Gray;
	

}	


/* Tabla que se crea al ver las noticias 20/12/2011*/ 
#tableNoticias
{
	/*width:100%;*/
	width:95%;
	padding:2px;
	text-align:left;
	vertical-align:text-top;
	border-collapse:collapse;
	/* 
	border-style:solid;
	border-color:Olive;
	border-width:1px;
	*/
}


/* Celda de una noticia*/
.tdNoticia
{
	/* */
	/* Sin bordes la celda
	border-color:#91BBFF;
	border-width:1px;
	border-style:solid;
	*/
	width:90%;
	padding:5px;
	height:100%;
	vertical-align:top; /*10/12/2012 */
}

.tdImgNoticia
{
	/* Tamaño fijo*/
	/*width:80px;*/
	width:200px;
	padding:5px;
	height:100%;
	text-align:center;
	vertical-align:top;
}


/*Fila de noticias*/
.trNoticia
{
	height:100px;
	vertical-align:text-top;

}

/*ImagenNoticia*/
.imgNoticia
{
	width:200px;
	/*height:70px;*/
	/*vertical-align:middle;*/
}

/* Titulo de la noticia*/
.tituloNoticia
{
    width:90%;
   font-family: Verdana;
font-size: 16px;
font-weight: bold;
color: #999;
margin-top: 4px;
    text-decoration:underline;
    font-style:italic;
    /*color:#4297FF /* Mod 10/07/2012*/	
}
/* Leer mas de la noticia (enlace al contenido)*/
.leerMAS
{
	font-family: Verdana;
	font-size: 13px;
	 /*color:#4297FF /* Mod 10/07/2012*/	
	 color: Black;
	 text-decoration:underlinre;
	/* */
}

.leerMAS a
{
	font-family: Verdana;
	font-size: 13px;
	 /*color:#4297FF /* Mod 10/07/2012*/	
	 color: Black;
	 text-decoration:underlinre;
	/* */
}

.tdLeerMas a
{
		font-family: Verdana;
	font-size: 15px;
	 color: Black;
	 text-decoration:underline;
}


.tdLeerMas a:link
{
	font-family: Verdana;
	font-size: 15px;
	 color: Black;
	 text-decoration:underline;
}

.tdLeerMas a:visited
{
	font-family: Verdana;
	font-size: 15px;
	 color: Black;
	 text-decoration:underlinre;
}

.tdLeerMas a:hover
{
    font-family: Verdana;
	font-size: 15px;
	color: Black;
	text-decoration:underline;
}

.tdLeerMas a:active
{
    font-family: Verdana;
	font-size: 15px;
	color: Black;
	text-decoration:underline;
}


/* Fecha de la noticia (enlace al contenido)*/

.fechaNoticia
{
	/* */
}
/* Enlace de anterior y siguiente en noticias*/
.enlacesNoticias
{
	font-family: Verdana;
	font-size: 11px;
	/**/
	
}
/* FIN CSS NOTICIAS*/



/* TEXT BOX */
.tbFormularioNumero
{
	border: 1px solid #305f33;
	border-left: 4px solid #305f33;
	font-family: Arial;
	font-size: 12px;
	height: 20px;
	color: #494949;
	text-align: right;
}

.tbFormularioNumeroBloq
{
	border: 1px solid #689e2F;
	border-left: 4px solid #689e2F;
	background-color: #D8D8D8;
	font-family: Arial;
	font-size: 12px;
	height: 20px;
	text-align: right;
}

.tbFormulario
{
	border-right: 1px solid #689e2F;
	border-top: 1px solid #689e2F;
	border-bottom: 1px solid #689e2F;
	border-left: 4px solid #689e2F;
	font-family: Arial;
	font-size: 12px;
	color: #494949;
}

.tbFormularioBloq
{
	border: 1px solid #305f33;
	border-left: 4px solid #689e2F;
	background-color: #D8D8D8;
	font-family: Arial;
	font-size: 12px;
	height: 20px;
}

.tbBusqueda
{
	background: #FFFFFF url(../images/buscar.png) no-repeat 4px 4px;
	padding: 4px 4px 4px 22px;
	border: 1px solid #305f33;
}

.MarcaAgua
{
	background: #FFFFFF url(../images/buscar.png) no-repeat 4px 4px;
	padding: 4px 4px 4px 22px;
	border: 1px solid #305f33;
	width: 230px;
	height: 20px;
}

.tbTitulos
{
	font-size: 12px;
	font-family: Arial;
	color: #305f33;
	font-weight: bold;
}
/*********************************************************************************/

/* LABEL */
.lbformularioBlanco
{
	font-family: Arial;
	font-size: 12px;
	color: white;
	height: 20px;
}

.lbFormulario
{
	font-family: Arial;
	font-size: 12px;
	color: #4D4D4D;
	height: 20px;
}
.lbFormularioInfo
{
	font-family: Arial;
	font-size: 12px;
	color: #8d8d8d;
	height: 20px;
}

.lbTabla
{
	font-family: Arial;
	font-size: 12px;
	color: Maroon;
}

.lbFormularioPeque
{
	font-family: Arial;
	font-size: 12px;
	color: #305f33;
}
.lbFormularioTitulo
{
	font-family: Arial;
	font-size: 17px;
	color: #4D4D4D;
}
.lbFormularioCab
{
	font-family: Arial;
	font-size: 15px;
	color: #4D4D4D;
}
.lbFormularioCabBlanco
{
	font-family: Arial;
	font-size: 17px;
	color: white;
}
/*********************************************************************************/

/* BOTONES */
.boton
{
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: #305f33;
	background: white;
	border: 0px;
	width: 80px;
	height: 19px;
	border-width: 1px;
	border: 1px solid #305f33;
}

.botonPeque
{
	border-style: none;
	border-color: inherit;
	font-size: 12px;
	font-family: Arial;
	color: #305f33;
	background: transparent;
	border-width: 1px;
	border: 1px solid #305f33;
}

.botonPequeBlanco
{
	border-style: none;
	border-color: inherit;
	font-size: 12px;
	font-family: Arial;
	color: white;
	background: transparent;
	border-width: 1px;
	border: 1px solid #305f33;
}
/*********************************************************************************/


/*********************************************************************************/
/* DROPDOWNLIST */
.DDL
{
	font-family: Arial;
	font-size: 12px;
	color: #494949;
	border: 1px solid #305f33;
}
/*********************************************************************************/
/***
/* RUBen */
.textoVentanilla
{
	font-size: 9pt; 
	font-family: verdana; 
	color: #676767
}

.tituloVentanilla
{
	font-size: 14pt;
	font-family: verdana;
	color: #689E2F;
	font-weight: bold;
	border-bottom: 1px solid #E0E0E0;
}

.tituloVentanillaPeque
{
	font-size: 14pt;
	font-family: verdana;
	color: #B2E854;
	font-weight: bold;
}

.pieVentanilla
{
	font-size: 8pt; 
	font-family: verdana; 
	color: #676767;
}

.camposVentanilla
{
	font-size: 9pt; 
	font-family: verdana; 
	color:Black;
	border: 1px solid Silver;
}

#tblDatos
{
	
	
}

.tdtwit
{

	text-align:right;
	width:50%;

}

.tdLeerMas
{
	/*width:50%;*/
	width:80%;
	text-decoration:none;
	text-align:right;
}
/**
/*Preguntas y respuestas*/
.tdTituloCrear
{
	font-weight:bold;
	font-size:15pt;
}

.tdPieCrear
{


}

.tableCrear
{
	background-color:#EAEEF5;
}

.TablaPreguntas
{
	width:100%
}
.EncabezadoPreguntas
{
	background-color:#EAEEF5;
	font-weight:bold;
	height:30px;
	font-size:13px;
}

.TituloPreguntas
{
	font-size:20px;
	font-weight:bold;
	color:Black;
	width:100%
}

.TituloNoticias
{
	   font-family: Verdana;
	font-size: 25px;
	font-weight: bold;
	color: #999;
	/*font-size:20px;
	font-weight:bold;
	color:Black;*/
	width:100%
}


.trPregunta
{

	border-bottom-width:2px;
	border-bottom-color:#EAEEF5;
	border-bottom-style: dashed;
	/*color: #EAEEF5*/
}

.tdNumRespuestas
{
	color: White;
	font-size:16pt;
	text-align:center;
	width:52px;
	margin-top:5px;
	height:45px;
	font-weight:bold;
	background-repeat:no-repeat;
	background-position:center center;
	background-image: url(../Uploads/FondoRespuestas.png);
	border-bottom-width:2px;
	border-bottom-color:#EAEEF5;
	border-bottom-style: dashed;
}

.tdEnlacePregunta
{
	height:100%;
	margin-left:15px;
	text-align:left;
	font-size:17px;
	font-weight:bold;
	vertical-align:text-top;
	border:inherit;
	border-bottom-width:2px;
	border-bottom-color:#EAEEF5;
	border-bottom-style: dashed;
}

.detalleResp
{
	font-size:8pt;
	color:#696969;
}

.tdRespondida
{
	width:200px;
	vertical-align:bottom;
	text-align:right;
	font-size:10pt;
	color:#696969;
	border-bottom-width:2px;
	border-bottom-color:#EAEEF5;
	border-bottom-style: dashed;
}

.EnlacePregunta
{
	color: #EAEEF5;
	text-decoration:none;
}

.tituloCategoria
{
	font-weight:bold;
	font-size:9pt;
	
}

.campoCategoria
{
	font-size:9pt;
}

/* Ver las repuestas*/
#tablePreguntas
{
	width:100%;
}

.tdContRespuestas
{
	width:52px;
	height:45px;
	border:inherit;
}
.tableContRespuestas
{
	width:52px;
	height:45px;
}

.tableVerPregunta
{
	width:100%
}

.tdTituloPregunta
{
	width:100%
}

.contenidoPregunta
{
	width:100%
}

.tdTituloPregunta
{
	border-bottom-width:2px;
	border-bottom-color:#EAEEF5;
	border-bottom-style: dashed;
	font-size:20px;
	font-weight:bold;
	color:Black;
	height:45px;
}

#tableRespuestas
{
	width:100%;
}

#tRespuesta
{
	width:100%;
	background-color:#EAEEF5;
	color:#696969;
}

.tdEncabezadoRespuesta
{
	border-bottom-color:White;
	border-bottom-style:solid;
	border-bottom-width:1px;
	text-align:left;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:10px;
	padding-left:10px;
}

.tdPieRepuesta
{
	background-color:White;
	height:25px;
	text-align:right;
}

.tdContenidoRepuesta
{
	color:Black;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:10px;
	padding-left:10px;			
}

.tdPieConsultarPregunta
{
	
}

/* Comentarios Noticias*/
.textoEscribir
{
	font-family: Verdana;
	font-size: 14px;
	color: #666666;
}

#tdComentarios
{
	width:100%;
	color:Gray;
	text-align:center;
}


/* Tabla que se crea al ver las noticias 20/12/2011*/ 
#tableComentarios
{
	width:100%;
	padding:2px;
	text-align:center;
	vertical-align:text-top;
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
	/* 
	border-style:solid;
	border-color:Olive;
	border-width:1px;
	*/
}

#tableComentario
{
	height:auto;
	width:90%;
	padding:2px;
	text-align:left;
	vertical-align:text-top;
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
	border-style:solid;
	border-color:Gray;
	border-width:1px;
	
}
/* Campos de la pantalla crear usuario */
.camposCrearUsuario
{
	font-size: 9pt; 
	font-family: verdana; 
	color:Black;
	border: 1px solid #ABCDF3;
	background-color:#F7FAFE;
	
}
/* TPV*/
.tablaTPV
{
	/*background-color:#EAEEF5;*/
	
	background-color:#F7FAFE;
	border: 1px solid #ABCDF3;
	background-image: url(../Uploads/tarjeta.png);
	background-repeat:no-repeat;
	background-position:left;
}

.datopeque
{
	font-size:10px;
	font-weight:bold;
}

.datoTPVTitulo
{
	font-size: 16px;
	color: #3A4F63;
	font-weight:bold;
}

.datoTPV
{
	font-weight:bold;
}

/* FIN TPV */

/* Actividades*/
/* Tabla que se crea al ver las noticias 20/12/2011*/ 
#tableActividades
{
	width:100%;
	padding:2px;
	text-align:left;
	vertical-align:text-top;
	border-collapse:collapse;
	/* 
	border-style:solid;
	border-color:Olive;
	border-width:1px;
	*/
}

.camposVentanilla:focus
{
	border: 1px solid #7CA3FF;	
}

.FormularioTitulo 
{
	font-family:Verdana;
	font-size: 15px;
	color:#4D4D4D;
	border-bottom: 1px solid #E0E0E0;
	font-weight:bold;
}

.camposCrearUsuario:focus
{
	border: 1px solid #7CA3FF;	
}

/* Enlaces ventanilla UNica */


.enlaceVU:visited
{
	color: #696969;
	text-decoration: none;
}
.enlaceVU:link
{
     color: #696969;
     text-decoration: none;
}

.enlaceVU:hover
{
    color:#4297FF;
    text-decoration: none;
}

.enlaceVU:active
{
	 color:#4297FF;
	 text-decoration: none;
}

.enlaceVU
{
	 color: #696969;
     text-decoration: none;
}

.TablaBordesRedondos
{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 0px 20px #000000;
	-webkit-box-shadow: 0px 0px 20px #000000;
	box-shadow: 0px 0px 20px #000000;
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#cfddff');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#cfddff')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ffffff, #cfddff);
	background-image: -ms-linear-gradient(top, #ffffff, #cfddff);
	background-image: -o-linear-gradient(top, #ffffff, #cfddff);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#cfddff));
	background-image: -webkit-linear-gradient(top, #ffffff, #cfddff);
	background-image: linear-gradient(top, #ffffff, #cfddff);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}

.TablaBordesRedondosTit
{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	/*-moz-box-shadow: 0px 0px 7px #000000;
	-webkit-box-shadow: 0px 0px 7px #000000;
	box-shadow: 0px 0px 7px #000000;*/
	-moz-box-shadow: 0px 0px 0px #000000;
	-webkit-box-shadow: 0px 0px 0px #000000;
	box-shadow: 0px 0px 0px #000000;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}

.tablaRed
{
	 -moz-border-radius: 10px;  
	 -webkit-border-radius: 10px; 
	 border-radius: 10px;
}


/* 05/09/2012  tabla o celda que al poner raton encima se cambia el fondo y el color de la letra*/
.celdaColorDinamico
{
	display:block;
}
.celdaColorDinamico:hover
{
	display:block;
    color:white;
    background-color:#4297FF;
}
/* Fin Mod 05/09/2012 */

/*Menu vertical*/

#accordion {
 list-style: none;
 padding: 0 0 0 0;
 /*width: 220px;*/
 width: 200px;
 margin: 0;
 }
 
 #accordion div {
 display: block;
 font-weight: bold;
 font-size:11px;
 /* color:white; */
color:Black;
 cursor: pointer;
 padding: 5px;
 margin:0;
 /*background-color: #375d84;*/
 background-color: White;
 background-image: url(../images/arrow-down.png);
 background-position: right center;
 background-repeat:no-repeat;
 border-bottom: 1px solid #eff2f5;
 }
 
 #accordion ul {
 list-style-type: none;
 display: none;
 background: #eff2f5 url(~/WebColagroex/images/fondoMenu.png) repeat;
 }
 
 #accordion ul li {
 font-weight: normal;
 cursor: auto;
 padding: 5px;
 /*width: 210px;*/
 height: 15px;
 font-size:11px;
 /*color: #375d84;*/
 color:Black;
 display:block;
 }
 #accordion ul li:hover {
 /*background-color: #d6dfec;
 color: #375d84;*/
	color:Green;
 font-weight: normal;
 cursor: auto;
 padding: 5px;
 font-size:11px;
 
 display:block;
 }
 
 #accordion a {
 text-decoration: none;
 /*color: #375d84;*/
 color:Black;
 }

 #accordion a:hover
 {
 text-decoration: none;
 /*color: #375d84;*/
 color:Green;
 }

/**/

.Inicio_FilaLogin
{
	color:White;
	background-color:#999999;
	font-size:10px;
	height:30px;
	font-weight:bold;
	
}

.Inicio_TextBox
{
	font-size:10px;
	font-family: Verdana;
}

.Inicio_Boton
{
	background-color: #B2E854;
	color: White;
	font-family: Verdana;
	text-decoration: none;
	border-style: none;
	border-color: inherit;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
	
}

.Noticas_TDEnBlanco
{
	background-color:transparent;
	height:20px;
}


.MenuD
{
	z-index: 100;
	position: relative;
}


.Menu a
{
	color:White;
}

.tdMenu a
{
	color:black;
}

.tdMenu a:link
{
    color:black;
}

.tdMenu  a:visited
{
    color:black;
}

.tdMenu a:hover
{
   
      COLOR: #b2e853;
}

.tdMenu a:active
{
  color:black;
}

.Login_Tabla
{
	
	width: 95%; 
	border-bottom-color: #00FF00;
	border-bottom-width: 1px;
}

.Login_Tabla2
{
	width: 100%; 
	height: 1px; 
	/*background-color:#EAEEF5;*/
	background-color: #ebf9d3;
}

.tablaBuscador
{
-moz-border-radius: 10px 10px 50px;
-webkit-border-radius: 10px 10px 50px 10px;/*This is the correct shorthand for webkit*/
border-radius: 10px 10px 50px;
/*background-color:#EEE;*/
background-color:#F4F4F4;

/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#F4F4F4');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#F4F4F4')";
	background-image: -moz-linear-gradient(top, #ffffff, #F4F4F4);
	background-image: -ms-linear-gradient(top, #ffffff, #F4F4F4);
	background-image: -o-linear-gradient(top, #ffffff, #F4F4F4);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#F4F4F4));
	background-image: -webkit-linear-gradient(top, #ffffff, #F4F4F4);
	background-image: linear-gradient(top, #ffffff, #F4F4F4);
*/
}


/*Estilos Edicion usuario*/
.tituloWeb
{
   font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #999;
	margin-top: 4px;
    text-decoration:underline;
    font-style:italic;
    /*color:#4297FF /* Mod 10/07/2012*/	
}

.SubTituloWeb
{
	margin: 4px 0px 3px;
	padding: 0px;
	color: #002D18;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}


/*FIN EDICION USUARIO*/


.VU_NumRegistros
{
	font-weight:bold;
	text-align:right;
}

.VU_Registros
{
	font-weight:bold;
}

.VU_NombreCampo
{
	vertical-align:top;
	background-color:#B2E854;
}

.VU_DatoCampo
{
	
}


.VU_TablaDetalle
{
	background-color:#EEE;
}

.VU_TAblaRegistro
{
	width:100%
}

.VU_TDContenido
{
	width:100%
}

.VU_DatoLibre
{
	width:100%
}

.VU_Titulo
{
	font-weight: bold;
}



.VU_tdImagen
{
	/* Tamaño fijo*/ /*width:80px;*/
	width: 100px;
	padding: 5px;
	height: 100%;
	text-align: center;
	vertical-align: top;
}

.VU_imagen
{
	width: 95px;
	height: 125px;
	border:1px solid Gray;
	/*height: 70px; /*vertical-align:middle;*/
}

.VU_imagenLink
{
	cursor:pointer;
	width:25px;
	height:28px;
}

.VU_trGeneral
{
	vertical-align:text-top;

}






#tableEventos
{
	
}

/*Fila de empleo*/
.trEvento
{
	vertical-align: text-top;
}

/* Celda de una noticia*/
.tdEvento
{
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.Eventos_TdFecha
{
	width:auto;
}

.Eventos_TdContenido
{
	width:80%;
	text-align:left;
}




.TablaEventosCodigo
{
		background-color:#EEE;
		width:95%;

		text-align: left;
		vertical-align: text-top;
		font-size: 9pt;
}

.Colegios_ColumnaIz
{
	width:50%;
}

.Colegios_ColumnaDcha
{
	width:50%;
}

/*COOKIES*/

 .barracookie
{
 text-align:left;
 display:block;
 position:fixed;
 left:0px;
 right:0px; 
 bottom:0px;
 width:100%;
 min-height:60px;
 background: #525252;
 color:#dddddd;
 z-index: 99999;
 font-size:small;
 opacity: 0.98;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 98);
/*-ms-filter must come before filter*/
filter: alpha(opacity = 98);
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*All filters must be placed together*/
padding: 5px 0px 10px 0px;
}

.barracookie_divContenido
{
	width:650px;
	top:30%;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
	line-height:15px;
}

.barracookie_divTitulo
{
	color:White;
	font-size:large;
	text-align:left;
	
}

.barracookie_divContenido a
{
	color:white;
}

.barracookie_divContenido a:hover
{
	text-decoration:none;
}
 /**/