/* CSS Document */

body
{
	background-color: #E5E5E5;
	margin-top: 20px;
	margin-bottom: 20px;
	align: center;

}


/* estilos de tablas */

.tablafondo
{
	width: 900px;
	background-color: #FFFFFF

}



/* estilos de texto */

.cuerpotexto
{
	font-family: trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #333333;
}


.cuerpotextohome
{
	font-family: trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	color: #333333;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 7px;
	padding-left: 30px;
	padding-right: 30px; 
}

.cuerpotexto a:link, .cuerpotexto a:visited, .cuerpotexto a:active
{
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dashed #333399;
}

.cuerpotexto a:hover
{
	color: #333399;
	text-decoration: none;
	border-bottom: 1px dashed #333399;
}

.cuerpotextobold
{
	font-family: trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #333333;
}

.cuerpotextobold a:link, .cuerpotextobold a:visited, .cuerpotextobold a:active
{
	color: #333333;
	text-decoration: none;
}

.cuerpotextobold a:hover
{
	color: #333399;
	text-decoration: none;

}

.cuerpotextoblanco
{
	font-family: trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	color: #FFFFFF;
}

.titular
{
	font-family: trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	line-height: 17px;
	margin-top: 5px;
	margin-bottom: 5px;
	
}

.titular a:hover
{
	color: #333399;
	text-decoration: none;
}

.titular a:link, .titular a:visited, .titular a:active
{
	color: #333399;
	text-decoration: none;
}

.direccion
{
	font-family: trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}

.direccion a:link, .direccion a:visited, .direccion a:active
{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dashed #333399;
	}

/* FIN estilos de texto */




/*  estilos de imagenes */

.imagennoticias
{
	margin-bottom: 2px;
	margin-right: 10px;
}

/* fin de estilos de imágenes */

/*  estilos de formulario */


/* elementos de formulario */

.form, table
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.input
{
	width: 200px;
	border: 1px solid #666;
	background: #fff;
	font-family: trebuchet, verdana, arial, sans-serif;
	font-size: 11px;
	color: #333;
	margin: 0px;
	padding: 2px;
}

.fieldset
{
	width: 200px;
	border: 1px solid #666;
	margin: 0px;
	padding: 2px;
}

.textarea
{
	width: 200px;
	border: 1px solid #666;
	background: #fff;
	margin: 0px;
	padding: 2px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #333;
}

.boton
{
	border: 1px solid #666;
	background-color: #fff;
	font-family: trebuchet, verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	width: 60px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.inputpeq
{
	width: 95px;
	border: 1px solid #666;
	background: #FFF;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #333;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px;
}

/* listados, etc */

ol, ul, div
{
	font: 11px trebuchet, verdana, arial, helvetica, sans-serif;
	color: #333;
}

li 
{ 
	list-style: square outside;

}


/* elementos de encabezado */

h1
{
	font: bold 19px helvetica, ariel, verdana, geneva, sans-serif;
	color: #333;
	margin-top: 5px;
	margin-bottom: 12px;
	text-align: left;
}

h2
{
	font: bold 17px helvetica, ariel, verdana, geneva, sans-serif;
	color: #333;
	margin-top: 5px;
	text-align: left;
}

h3
{
	font: bold 15px helvetica, ariel, verdana, geneva, sans-serif;
	color: #333;
	margin-top: 5px;
	margin-bottom: 2px;
	text-align: left;
}

h4
{
	font: bold 13px helvetica, ariel, verdana, geneva, sans-serif;
	color: #000;
	margin-top: 10px;
	text-align: left;
}
