

body {
/*	background-color:#F2F5FB ; 
	background: #1A1A1A;
	background-color: #5C77A2;
		
	background-image:url(../images/fondo.gif);
*/	
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;	
	background: url("../images/naranja.jpg") repeat-x scroll center top #FFFFFF;
    margin: 0;
	
	}
p	{ 	
	color:#333333;
	list-style-type:square;	
	margin-left:2px;
	}
td	{
	width: auto;
}
img{
	position:inherit;

	}
h1 {
	font-size:12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif ;
	color:#333333;
	border-bottom:1px dotted #666666;
	width:100%;
	}
h2 {
	font-size:16px;
	color:#FF0000;
	text-align:left;	
	margin-bottom:13px;
/*	font-style:italic;	*/
	text-align:center;
	border: 1px dashed #666666;
}

p.titulo {
	font-size:36px;
	color:#333333;
	text-align:right;
	font-weight:bold;
	margin-bottom:13px;
}
	

li {
	color:#333333;
	list-style-image:url(../images/iconos/point.gif);
	margin-left:2px;
	text-align:left;
}


.pie {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	width:100%;
	text-align:center;
/*	font-weight:bold;
	border-bottom:1px dotted #FFFFFF;
	*/
}

.caja	{   
	border-color: #98AAB1;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF; 
}	

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

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

a:active 	{	color:#FF3300;
				text-decoration: none;}

a:hover 	{	color:#FFFFFF;			
				text-decoration: underline;
				background-color: #66CC00;}
				
				
