body 
{
	background-color: #ffffff;
	font-family: verdana;
	font-size: 11px;
	color: #333;
	padding: 0px 15px;
	margin: 0px;
	overflow-x: hidden;
	
}

html, body
{
	height: 100%;
}

.homeTable
{
	width: 100%;
	
}

.homeTable td
{
	vertical-align: top;	
}

#avisos
{
	width: 500px;
	height: 276px;
/*	background-image: url('./../images/avisos.jpg');*/
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #fff;
}

.avisosContenido
{
	height: 230px;	
	margin: 33px 16px 0px 16px;
	overflow-y: auto;
}

li.text-cuerpo
{
	margin-left: 4px;
	margin-bottom: 6px;
	margin-top: 3px;
}

.noavisos
{
	text-align: center;

	font-size: 11px;
}

#noticias
{
	width: 242px;
	height: 279px;
/*	background-image: url('./../images/noticias.jpg');*/
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #fff;
}

.noticiasContenido
{
	height: 225px;	
	margin: 36px 11px 0 14px;
	text-align: left;
	overflow-y: auto; 
}
.noticia
{
	margin-top: 4px;
	margin-bottom: 10px;
}
.text-noticia {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.marco
{
	width: 245px;
/*	height: 234px;*/
/*	background-image: url('./../images/marco.jpg');*/
	background-repeat: no-repeat;
}

.marcoContenido
{
	width: 100%;
	text-align: left;
}

.marcoContenido th
{
	padding: 11px 0;
	color: #244682;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}

.marcoContenido td.img
{
	text-align: center;
	padding-top: 2px;
}

.marcoContenido td.txt
{
	padding: 8px;
}

#cuerpo
{
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}

#contenidoPrincipal
{
	padding: 15px 0;
	padding-bottom: 60px;
}

#pie
{
	background-image: url('./../images/barra.png');
	background-repeat: no-repeat;
	background-position: center;
	padding: 13px;
	color: #ffffff;
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	position: absolute;
	bottom: 10px;
	width: 720px;
	left: 14px;
}

a:link
{
	color: green;
}
a:visited 
{
	color: green;
}
a:hover 
{
	color: blue;
}

p 
{
	margin-top: 8px;
	margin-bottom: 10px;
	line-height: 15px;
}
span, td
{
	line-height: 15px;
}

ol {
	list-style-type: arabic-numbers;
	margin: 0;
	padding-left: 35px;
}

ol li 
{
	margin-bottom: 5px;
	
}

h2
{
	margin-bottom: 15px;
	color: #244682;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;	
}

.imagenParrafo
{
	vertical-align: middle; 
	margin-right: 4px;
}

.alerta
{
	text-align: center;
	color: red;
	font-weight: bold;
	font-size: 12px;
}

.fechaActualizacion
{
	color: red;
	float:right;
	/*width:450px;*/
}

.grilla
{
	width: 100%;
	border: 1px solid #ffffff;

	border-collapse: collapse;
}

.grilla th
{
	text-align: center;
	color: #ffffff;
	background-color: #244682;
	padding: 6px 2px;
	font-weight: normal;
	font-family: arial;
	border: 1px solid #ffffff;
    
}

.grilla td
{
	color: #000000;
	background-color: #E8F3FF;
	padding: 4px 2px;
	font-weight: normal;
	font-family: arial;
	border: 1px solid #ffffff;
	vertical-align: middle;
}

.grilla tr.resumen td
{
	background-color: #E2E9F1;
}

.grilla td.resumen
{
	background-color: #EFF3F7;
}

.grilla td.seleccionado
{
	background-color: #E2E9F1;
}
.grilla td.centrado
{
	text-align: center;
}

.grilla td.bold
{
	font-weight: bold;
}

.grilla td.textoPequeno
{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.grillaCeldaAlta td
{
	height: 20px;
}
.grillaimprimir td
{
	height: 50px;
	
}
.grillautonomo td
{
 background-color:#F4F4F4 ;
 border-style: dotted; 
 border-width: 3px;
 border-color: #000000 ;
}



