/* CSS Document */
body,td,input,textarea,select {
	font-family: Arial,Tahoma, Verdana, Geneva,  Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#contenido h2 {
	font-weight: bold;
	font-size: 15px;
	color: #333366;
}
#contenido p {
	text-align: justify;	
	margin: 0 10px 6px 20px;
}
.texto1 {
	font-size: 12px;
}
.texto2 {
	color: #ff3300;
	font-size: 16px;
	font-weight: bold;
}
.estilo1 {
	font-weight: bold;
	font-size: 15px;
}
.estilo2 {
	font-weight: bold;
	font-size: 15px;
	color: White;
}
.estilo3 {
	font-weight: bold;
	font-size: 13px;
}
a, a:link,  a:visited, a:active  {
	color : #333366;
	text-decoration : none;	
	font-weight: normal; 	
}

a:hover, a:focus{
	color : red;
	text-decoration : underline;
	font-weight: normal; 	
}

A.link, A.link:LINK, A.link:ACTIVE,A.link:VISITED {
	color : White;
	text-decoration: none;
	font-weight: bold; 
	font-size: 15px;	
}
 A.link:HOVER, A.link:FOCUS {
	color : #FFFFCC;
	text-decoration : none;
	font-weight: bold; 
	font-size: 15px;
}
A.link1, A.link1:LINK, A.link1:ACTIVE,A.link1:VISITED {
	color : #333366;
	text-decoration: none;
	font-weight: bold; 
	font-size: 16px;	
}
 A.link1:HOVER, A.link1:FOCUS {
	color : Red;
	text-decoration : none;
	font-weight: bold; 
	font-size: 16px;
}
A.link2, A.link2:LINK, A.link2:ACTIVE, A.link2:VISITED {
	color : Black;
	text-decoration: none;
	font-weight: normal; 
	font-size: 11px;	
}
 A.link2:HOVER, A.link2:FOCUS {
	color : Black;
	text-decoration : underline ;
	font-weight: normal; 
	font-size: 11px;
}
a.link3, a.link3:link, a.link3:visited, a.link3:active {
	color : #333366;
	text-decoration : none;	
	font-weight: normal; 
	font-size: 11px;
}
 a.link3:hover, a.link3:focus {
	color : Red;
	text-decoration : underline;
	font-weight: normal; 	
	font-size: 11px;  
}
a.link4, a.link4:link, a.link4:visited, a.link4:active {
	color : Red;
	text-decoration : none;	
	font-weight: bold;
	font-size: 12px; 
}
 a.link4:hover, a.link4:focus {
	color : #333366;
	text-decoration : underline;
	font-weight: bold; 
	font-size: 12px; 	  
}
A.link5, A.link5:LINK, A.link5:ACTIVE, A.link5:VISITED {
	color : Black;
	text-decoration: none;
	font-weight: BOLD; 
	font-size: 11px;	
}
 A.link5:HOVER, A.link5:FOCUS {
	color : RED;
	text-decoration : underline ;
	font-weight: BOLD; 
	font-size: 11px;
}
A.link5Big, A.link5:LINKBig, A.link5Big:ACTIVE, A.link5Big:VISITED {
	color : Gray;
	text-decoration: none;
	font-weight: BOLD; 
	font-size: 18px;	
}
 A.link5Big:HOVER, A.link5Big:FOCUS {
	color : RED;
	text-decoration : underline ;
	font-weight: BOLD; 
	font-size: 18px;
}
 A.link6Big, A.link5:LINKBig, A.link6Big:ACTIVE, A.link6Big:VISITED {
	color : Black;
	text-decoration: none;
	font-weight: BOLD; 
	font-size: 19px;	
}
 A.link6Big:HOVER, A.link6Big:FOCUS {
	color : White;
	text-decoration : underline ;
	font-weight: BOLD; 
	font-size: 19px;
}
#lista ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#lista ul li {
	background-image: url(../imagenes/flecha.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 1.1em;
	border-bottom-width: 2px;
	/*height: 22px;*/
	padding-top: 3px;
	margin-left:15px;
	}	
#lista ul li a,a:visited,a:active {	
	color: #333366;	
	font-weight : bold;
	text-decoration : none;	
}
#lista ul li a:hover,a:focus {	
	color: Red;	
	font-weight : bold;
	text-decoration : underline;	
}
.rojo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:  bold;
	line-height: normal;
	color: #F00;
}
