@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
	border: 0px;
}
body {
	text-align: center;
	background-color:#333333;
}
#global {
	width:800px;
	height:auto;
	margin: 4px auto
}
#cabecera {
	position:relative;
	left:0px;
	top:20px;
	width:750px;
	height:40px;
	z-index:1;
}
#contenido {
	position:relative;
	top:40px;
	width:710px;
	height:auto;
	z-index:2;
	background-color:#d84400;
	padding:20px;
}
#contenidofl {
	position:relative;
	top:40px;
	width:750px;
	height:auto;
	z-index:2;
	background-color:#d84400;
}
#img {
	position:relative;
	float:left;
	width:auto;
	height:auto;
}
#vacio{
	position:relative;
	float:left;
	width:140px;
	height:60px;
}
#limpiar{
	clear:both;
}
#avisos {
	position:relative;
	top:40px;
	width:734px;
	height:auto;
	z-index:4;
	padding:8px;
}
#pie {
	position:relative;
	top:40px;
	width:750px;
	height:auto;
	z-index:3;
}
.Estcencon{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:justify;
}
.Estcenpie{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align:center;
	color:#999999;
}
.Estcenavi{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	color:#999999;
}
.H1{
	font-size: 18px;
	font-weight: bold;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
h2{
	font-size: 14px;
	font-weight: bold;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
a {
	text-decoration:none;
	color:#ffffff;
}
a:hover {
	text-decoration:none;
	color:#ff9900;
}
a:visited {
	text-decoration:none;
	color:#ffffff;
}