@charset "UTF-8";
/* CSS Intro */


*{
	margin:0px;
	padding:0px;
}


body{
	background-image:url(../imagenes/interfase/background.jpg);
	background-repeat:repeat;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

#contenedor{
	position:absolute;
	margin-left:50%;
	left:-380px;
	top:40px;
	width:760px;
	height:387px;
	background-image: url(imagenes/interfase/background.jpg);
}

.encabezado {
	margin-left:150px;
	margin-bottom:10px;
	width:413px;
	background-image:url(../imagenes/interfase/background.jpg);
	background-repeat:repeat;
	height:122px;
	position:absolute;
}

#nota {
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#F00;
	text-decoration:underline;
	position:absolute;
	left: 41px;
	top: 379px;
	width: 696px;
	background-color: #FF0;
}

.pie {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	cursor:pointer;
	text-align:center;
	text-decoration: none;
	left: 354px;
	top:360px;
	width: 760px;
	height: 15px;
}

.pie:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	cursor:pointer;
	text-align:center;
	text-decoration: underline;
	left: 354px;
	top:360px;
	width: 760px;
	height: 15px;
}

.flash {
	margin-top:150px;
}
