a:hover  {
	text-decoration : none;
	color: #04206a
}

a:link  {
	text-decoration : none;
	color: #04206a
}

a:visited  {
	text-decoration : none;
	color: #04206a
}

v:link  {
	text-decoration : none;	
		color: #04206a
}

P  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #04206a;
}

td.header  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #04206a;
	font-weight : bold;
}

P.header  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #04206a;
	font-weight : bold;
}

P.subheader  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #04206a;
	font-weight : bold;
}

P.menu  {
	font-family : "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size : 10px;
	font-weight : normal;
	color : #04206a;
	text-align: left;
}

tr.heading {
	background-color: #ffffff
}

td.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #04206a;
}

tr.menu {
	background-color: #FFFFFF;
}

td.menu {
	font-family : "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size : 10px;
	background-color: #FFFFFF;
	color : #04206a;
	text-align : left;
	width : 100%;
}

tr.lite {
	background-color: #FFFFFF;
}

td.lite {
	font-family : "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size : 13px;
	color : #04206a;
	vertical-align : top;
	background-color: #FFFFFF;
}

ul.my {
	font-family : "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size : 13px;
	color : #04206a;
}

li.my {
	font-family : "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size : 13px;
	color : #04206a;
}

dt.my {
	font-family : "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size : 13px;
	color : #04206a;
}

td.datecol {
	font-family : "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size : 10px;
	color : #04206a;
	background-color: #ffffff;
	vertical-align : top;
}

td.ratecol {
	font-family : "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size : 10px;
	color : #04206a;
	background-color: #EEEEEE;
	vertical-align : top;
	text-align : right;
}


tr.dark {
	background-color: #33ccff;
}

td.dark {
	font-family : "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size : 13px;
	color : #04206a;
	vertical-align : top;
	background-color: #ffffff;
}

font.small {
	font-size : 10px;
}

A:Visited  {
	color : #000033;
}

A:Active  {
	color : #666666;
}

A:Hover  {
	color : #0000ff;
}

A.rate {
	color : #04206a;
	font-size : 10px;
}

A.admin {
	color : #FF0000;
	font-size : 10px;
	font-weight : bold;
}

A.heading:visited {
	color : #0000aa;
}

A.heading:active {
	color : #0000ff;
}

A.heading:hover {
	color : #3333ff;
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000
}

.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff; font-weight: normal
}

.titulonoticias { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #04206a;
	font-weight : bold;
}



/*FORMULARIO*/
	label{
		display: block;
		font-size: 0.9em;
	}
	
	.nuevo input, .nuevo textarea, .nuevo select{
		height: 24px;
		background-color: #F4F4F4;
		border: 1px solid #B2B2B2;
		width: 245px;
		font-family:"Trebuchet MS",Georgia, "Times New Roman", Times, serif;
		padding-left: 5px;
		color: #999999;
	}	
	
	.nuevo input.boton{
		border: 1px solid #999999;
		background-color: #F4F4F4;
		height: 18px;
		width: 65px;
		margin-top: 10px;
		font-size: 0.8em;
	}
	
	input.normal{
		width:auto;
	}
	
	.nuevo input:focus, .nuevo textarea:focus, .nuevo select:focus{
		background-color: #FFFFEE;
		border: 1px solid #686868;
		color: #333333;
	}
	.nuevo textarea{
		width: 345px;
		font-size: 1.0em;
		height: 150px;
	}
	.nuevo input.obligatorio{
		border: 1px solid #FEDDDD;
	}
	
	.nuevo form#enviar{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.nuevo form#enviar p{
		margin-bottom: 10px;
	}