@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	background-image:url(../images/background_degradado.jpg);
	background-repeat:repeat-x;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.central{
	margin:auto;
	width:900px;
	background-image:url(../images/background.jpg);
	height:721px;
	background-repeat:no-repeat;
}

.flash{
	border:1px solid black;
	width:630px;
	height:440px;
	margin-top:154px;
	margin-left:122px;
	background-color:#e9ebeb;
}

.menu{
	float:left;
	width:104px;
	margin-top:179px;

}

.opcion{
	margin-top:15px;
	width:104px;
	background-color:#454B65;
	background-image:url(../images/option.jpg);
	background-repeat:no-repeat;
	color:white;
	padding:3px;
	padding-left:14px;
	border:1px solid #333333;
	border-right:0px;
}

a:active,a:link,a:visited{
	color:#CCCCCC;
	text-decoration:none;
}

a:hover{
	color:white;
	text-decoration:none;
}