body {
	font-family: Arial;
	font-size:12px;
	margin:0;
	background-color:#3E3E3E;
}

.texto{
color:#333;
font-size:12px;
}

.texto1{
color:#fff;
font-size:14px;
font-weight:bold;
}

.negrito2{
color:#000000;
font-size:13px;
font-weight:bold;
}


.textorojo{
color:#EC1B30;
font-size:13px;
font-weight:bold;
padding:0 0 0 20px;
}





.fondoazul{
padding-left:12px;

background-image:url(images/azul.jpg);
background-repeat:no-repeat;
}

.fondorojo{
padding-left:15px;
background-image:url(images/rojo.jpg);
background-repeat:no-repeat;
background-position:right;
}

.menu a{
	text-decoration:none;
	padding:3px 0 3px 20px ;
	color:#333;
	font-size:11px;
	display:block;
	margin:0px 0px 0 10px;
	background-image:url(images/flechas.jpg);
	background-repeat:no-repeat;
	background-position:5px; 
	font-family:Tahoma;
}

.menu a:hover{
	text-decoration:none;
	padding:3px 0 3px 20px ;
	color:#990000;
	font-weight:bold;
	font-size:11px;
	display:block;
	margin:0px 0px 0 10px;
	background-image:url(images/flechas.jpg);
	background-repeat:no-repeat;
	background-position:5px; 
	font-family:Tahoma;
}

a{
	text-decoration:none;
	color:#003399;
	font-size:11px;
	font-family:Tahoma;
}

a:hover{
	text-decoration:none;
	color:#990000;
	font-weight:bold;
	font-size:11px;
	font-family:Tahoma;
}