﻿body {
	margin: 0px;
	width: 100%;
	height: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #000000;
}
a{
	color: #A80000;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
a:hover{
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
}
#principal{
	width: 760px;
	margin-left: -380px;
	position: relative;
	left: 50%;
}
#flash-scale{
	height: 100%;
	width: 100%;
	position: absolute;
	color: #FFFFFF;
}
#fondo {
	background-image: url(../img/fondo.jpg);
	position: absolute;
	height: 508px;
	width: 846px;
	left: 50%;
	top: 50%;
	margin-top: -254px;
	margin-left: -423px;
}

#abajo{
	width: 760px;
	height: 100px;
	background-color:#33CCFF; 
	margin:auto;	
}
#head {
	width: 760px;
	margin-left: -380px;
	position: relative;
	left: 50%;
}
.centrado {
	height: 419px;
	font-size: 12px;
	text-align: center;
}

#menu {
	margin-left: -380px;
	position: relative;
	left: 50%;
	width: 760px;
}
.tablaHead {
	background-color: #000000;
	position: absolute;
	height: 80px;
	width: 100%;
	text-align: center;
}

#footer {
	width: 760px;
	margin-left: -380px;
	position: relative;
	left: 50%;
}
.pie {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#contenedor {
	visibility: hidden;
	position: absolute;
	left: -1000px;
	top: -1000px;
}
.op {
	height: 30px;
	margin-top: 100px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A10302;
	margin-bottom: 20px;
}
