html{height:100%;}
body{
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin:0;
	padding:0;
}
form p{
	margin:0;
}
#canvas {
	height: 420px;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	/*top:-50px;*/
}
#submenu, #submenuempty {
	height: 30px;
	text-align: center;
}
#contenido, #contenidoStaff, #contenidoBotonera {
	/*height: 320px;*/
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
*html #contenido, *html #contenidoStaff, *html #contenidoBotonera {
	height:320px;
}
#canvas>#contenido, #canvas>#contenidoStaff, #canvas>#contenidoBotonera {
	min-height:320px;
}
#contenidoBotonera a {
	text-decoration:none;
	color:#666666;
}
#contenidoBotonera a:hover {
	font-weight:bold;
}
.pad{
	padding-left:10px;
	padding-right:10px;
}
#contenido #text01{
	width:296px;
	height:148px;
	position:absolute;
	left: 66px;
	top: 66px;
	padding: 5px;
	color: #72706F;
	overflow:auto;
}
#contenido #formulario{
	text-transform:uppercase;
	position:absolute;
	top:53px;
	right:75px;
}
#contenido #Error{
	text-transform:none;
	color:#FF0000;
}
#menu {
	width:400px;
	height: 20px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/img_constantes/background/rayoteo02.gif);
	background-repeat:repeat-x;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#menu p{
	display:inline;
}
#menu a{
	font-weight:bold;
	color:#AAA9A9;
	text-decoration:none;
	text-transform: uppercase;
}
#menu a:hover{
	color:#333333;
}
#menu a.active{
	color:#FF0000;
}
#submenu{
	background-image:url(/img_constantes/background/btnfondoraya.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin-left:auto;
	margin-right:auto;
	width:min-width;
}
#submenu p {
	display:block;
	float:left;
	margin:0px;
	text-align: center;
	width:90px;
	height:20px;
	background-image:url(/img_constantes/background/btnUp.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size:11px;
}
#submenu p a {
	text-decoration:none;
	color:#72706F;
	display:block;
	padding-top:10px;
	width:90px;
	height:20px;
	background-image:url(/img_constantes/background/btnUp.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-transform: uppercase;
}
#submenu p:hover, #submenu p a:hover{
	color:#333333;
	font-weight:bold;
}
#submenu p.active, #submenu p a.active{
	background-image:url(/img_constantes/background/btnActive.gif);
	color:#FF0000;
}
#canvas #footer{
	font-size:9px;
	text-align:center;
	color:#AAA9A9;
	margin:0px;
}
#linkname{
	position:absolute;
	top:202px;
	text-align:center;
	width:140px;
}
