@charset "utf-8";
/* CSS Document */
body {
	font-family: "Comic Sans MS", Tahoma, Arial;
	background-attachment: fixed;
	background-image: url(../fotos/fondos/fondo_verde.jpg);
	background-repeat: repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1 {
	font-size: 70%;
	color: #F9F9F9;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

img {
	border: none;
	vertical-align: middle;
}

a {
	text-decoration: none;
}

p {
	margin-bottom: 3px;
	margin-top: 0px;
	padding-bottom: 0px;
}

#animacion {
	width: 800px;
	height: 470px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0px;
	clear: both;
}

#entrar {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	font-size: 80%;
	padding: 2px;
	color: #000000;
	font-weight: bold;
}

#enlaces {
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	color:#000000;
	font-size: 80%;
	font-weight: bold;
}

a, a:link, a:hover, a:visited {
	color: #F9F9F9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F9F9F9;	
}

a:hover {
	border: none;
	color: #0067C5;
}

#sin_borde a {
	text-decoration: none;
	border: 0px !important;
}
