/*****************************/
/*** Core html setup stuff ***/
/*****************************/
body {
	font-family: Helvetica, Arial, sans-serif;
	background-image: url(../images/fondo.jpg);
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333333;
	text-align: center;
}
form {
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #006600;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
}
input.button {
	cursor: pointer;
}
p {
	margin-top: 0;
	margin-bottom: 5px;
}
img {
	border: 0 none;
}
/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#header {
	background-image: url(../images/cabecera.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 327px;
}
#wrapper {
	margin: auto;
	text-align: left;
	width: 780px;
}
#menu {
	text-align: center;
	padding: 0 0 4px 0;
}
#menu ul {
	list-style-type: none;
	padding: 0;
}
#menu li {
	display: inline;
	margin: 0 3px;
	background-image: url(../images/boton.jpg);
	background-repeat: no-repeat;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#menu .item1 {
	padding: 12px 51px;
}
#menu .item2 {
	padding: 12px 31px;
}
#menu .item3 {
	padding: 12px 34px;
}
#menu .item4 {
	padding: 12px 38px;
}
#menu .item5 {
	padding: 12px 26px;
}
#main {
	background-color: #FFFFFF;
	padding: 5px 20px 10px 20px;
	margin: 0 32px;
}
#login .moduletable {
	background-image: url(../images/login.jpg);
	width: 219px;
	height: 109px;
}
#form-login {
	padding: 10px 0 0 12px;
}
#form-login .form-login-text a {
	font-size: 9px;
	text-decoration: none;
	color: #1C4481;
}
#form-login .form-login-logout a {
	text-decoration: none;
	color: #1C4481;
	font-weight: bold;
}
#form-login .inputbox {
	width: 120px;
	margin-bottom: 8px;
	height: 12px;
	border: none;
	font-size: 10px;
}
#form-login .button {
	background-image: url(../images/btn_login.jpg);
	background-repeat: no-repeat;
	border: none;
	height: 60px;
	width: 55px;
}
#footer {
	background-image: url(../images/pie.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 81px;
}

/* System Form Login */
#com-form-login fieldset{
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 0;
	border-right: 0;
	padding: 20px 10px;
}
#com-form-login ul{
	list-style-type: none;
	padding: 0;
	margin: 10px 0 0 0;
}
#com-form-login a{
	color: #669900;
	font-size: 11px;
}

/* System Error Messages */
#system-message dd.error ul {
	color: #c00;
	border-top: 3px solid #DE7A7B;
	border-bottom: 3px solid #DE7A7B;
	margin:0px;
	padding-left: 40px;
	text-indent:0px;
}

/*****************************************/
/*** Template specific styles elements ***/
/*****************************************/
.borde_sup {
	margin-top: 5px;
	text-align: center;
}
.borde_inf {
	margin-bottom: 20px;
	text-align: center;
}
.componentheading, .contentheading {
	color: #1C4481;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
}
.moduletable_patrocinador {
	padding-top: 25px;
}
.invalid {
	border-color: #ff0000;
}
label.invalid {
	color: #ff0000;
}
.swf{
	text-align: center;
	padding-left: 140px;
}
.soporte {
	padding-top: 14px;
	text-align: right;
}
