@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
	background: url(../imagenes/cabecera_entrada.jpg) top center no-repeat #fff;
	text-align: center;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
a img {
	opacity:1;
	filter:alpha(opacity=100);	
}
a:hover img {
	opacity:0.75;
	filter:alpha(opacity=75);	
}
div#banderas {
	margin: 176px auto 0 auto;
	white-space: nowrap;
}
p#texto1 {
	margin-top: 15px;	
}
img#certificados {
	margin-top: 28px;
}
p#texto2 {
	margin-top: 6px;
	text-transform: uppercase;
}
span#texto_color {
	color: #445e1c;	
	background: none;
}


