@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(../fotos/fondo_index.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#animacion {
	width: 550px;
	height:398px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 5px;
	vertical-align: middle;
	clear: both;
}

#datos{
	clear: both;
	width: 780px;
	font-weight : bold;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 3px;
	text-align: center;
} 

#tabla_intro {
	width: 100%;
}

#tabla_intro td {
	padding:6px;
}

#tabla_intro td.copy {
	padding-top: 12px !important;
}

.enlace_entrada, .enlace_entrada:link, .enlace_entrada:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E47E00;
	color: #E47E00;
}

.enlace_entrada:hover {
	border-bottom-style: none;
	color: #FFA940;
}

.marron {
	color: #792720;
}

