body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #FFFFFF;
background-image: url(images/fondo3.jpg);
background-repeat: repeat-x,y;
background-position: center;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #000000;
}

.style1gris {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #666666;	
	
}
.style2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #666666;
}
.blanco {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.orange {
	color: #FF3300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
}
.style5 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; }

.style6 {color: #333333}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #CC3333;
}
a:visited {
	text-decoration: none;
	color: #CC3333;
}
a:hover {
	text-decoration: underline;
	color: #CC3333;
}
a:active {
	text-decoration: none;
}

a.otro {
	font-size: 12px;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a.otro:link {
	text-decoration: none;
	color: #003366;
}
a.otro:visited {
	text-decoration: none;
	color: #003366;
}
a.otro:hover {
	text-decoration: underline;
	color: #0099CC;
}
a.otro:active {
	text-decoration: none;
}

a.naranja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
a.naranja:link {
	text-decoration: none;
	color: #666666;
}
a.naranja:visited {
	text-decoration: none;
	color: #666666;
}
a.naranja:hover {
	text-decoration: underline;
	color: #666666;
}
a.naranja:active {
	text-decoration: none;
}

a.ingles:link {
	text-decoration: none;
	color: #CC3333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a.ingles:visited {
	text-decoration: none;
	color: #CC3333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a.ingles:hover {
	text-decoration: underline;
	color: #CC3333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a.ingles:active {
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
