@charset "utf-8";
/* CSS Document */
a
{
	cursor:pointer;
}
body, html
{
	margin:0;
	background:#000000;
	width:100%;
	height:100%;
	overflow:hidden;
}

#loader
{
	background:url('../img/build/loader.gif') no-repeat;
	width:50px;
	height:50px;
	position:absolute;
	top:50%;
	margin-top:-25px;
	left:50%;
	margin-left:-25px;
	display:none;
}

/* BOTONERA */

#botonera
{
	width:100%;
	height:50px;
	background:	url(../img/build/botonera_bg.jpg) repeat-x top left;
	position:absolute;
	bottom:0;
	left:0;
}

#botonera .content
{
	margin-left:auto;
	margin-right:auto;
	width:771px;
}

#botonera .content a
{
	width:102px;
	height:34px;
	padding-top:16px;
	background:url(../img/build/botonera_but_up.jpg) no-repeat;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:white;
	display:block;
	float:left;
	margin-left:5px;
	margin-right:5px;
	text-align:center;
}

#botonera .content a:hover
{
	background:url(../img/build/botonera_but_over.jpg) no-repeat;
}

#botonera .content .logo
{
	background:url(../img/build/botonera_logo.jpg) no-repeat top left;
	width:99px;
	height:50px;
	float:left;
}

/* FIN BOTONERA */

/* BARRA AUXILIAR */

#barra_aux
{
	background:url(../img/build/barra_aux_bg.jpg) repeat-x;
	height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-align:right;
	padding-right:10px;
	padding-top:3px;
}

#barra_aux a
{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

#barra_aux a:hover
{
	color:#DDDDDD;
	text-decoration:underline;
}

.barra_aux
{
	background:url(../img/build/barra_aux_bg.jpg) repeat-x;
	height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-align:right;
	padding-right:10px;
	padding-top:3px;
}

.barra_aux a
{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.barra_aux a:hover
{
	color:#DDDDDD;
	text-decoration:underline;
}

/* FIN BARRA AUXILIAR */

/* ESTILO CAJAS */

.box
{
	background:black;
	font-family:verdana;
	color:#EFEFEF;
	font-size:10px;
}

.box .up
{
	background:url('../img/build/box/border_up.gif') repeat-x top center;
	height:13px;
	width:100%;
}

.box .up .corner_left
{
	width:9px;
	height:13px;
	float:left;
	background:url('../img/build/box/corner_up_left.gif') no-repeat;
}

.box .up .corner_right
{
	width:9px;
	height:13px;
	float:right;
	background:url('../img/build/box/corner_up_right.gif') no-repeat;
}

.box .down
{
	background:url('../img/build/box/border_down.gif') repeat-x bottom center;
	height:9px;
	width:100%;
}

.box .down .corner_left
{
	width:9px;
	height:9px;
	float:left;
	background:url('../img/build/box/corner_down_left.gif') no-repeat;
}

.box .down .corner_right
{
	width:9px;
	height:9px;
	float:right;
	background:url('../img/build/box/corner_down_right.gif') no-repeat;
}

.box .center .left
{
	float:left;
	width: 3px;
	background:url('../img/build/box/border_left.gif') repeat-y left;
}

.box .center .right
{
	float:left;
	width: 3px;
	background:url('../img/build/box/border_right.gif') repeat-y left;
}

.box .center .content
{
	float:left;
	overflow: auto;
}

/* FIN ESTILO CAJAS */

/* CONTENIDO */

#content
{
	margin-top:0;
	width:100%;
	margin-left: auto;
	margin-right:auto;
	color:white;
	overflow:auto;
	font-family:verdana;
	color:#EFEFEF;
	font-size:10px;
}

#content #header
{
	width: 100%;
	background:url('../img/build/bg_content_header.gif') repeat-x top left;
	height:25px;
	display:block;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:10px;
}

#content #header h1
{
	font-family:verdana;
	font-size:20px;
	margin:0 5px 0 5px;
}

#content h1
{
	font-family:verdana;
	font-size:14px;
	font-weight:bold;
	margin:0 5px 0 5px;
}

#content a
{
	font-family:verdana;
	color:#DDDDDD;
	text-decoration:none;
	font-weight:bold;
}

#content a:hover
{
	color:#CCCCCC;
	text-decoration:underline;
}

#content i
{
	font-style: normal;
	font-weight: bold;
	color:red;
}

/* FIN CONTENIDO*/

/* BOTON GENERICO */

#content .button
{
	padding-top:5px;
	height:15px;
	margin-top:3px;
	margin-bottom:3px;
	font-family:Verdana;
	font-weight:bold;
	color:white;
	cursor:pointer;
	background:url('../img/build/but_center.jpg') repeat-x;
	font-size:10px;
	display:inline-block;
}

#content .button a
{
	text-decoration:none;
	color:white;
}

#content .button .left
{
	height:20px;
	margin-top:-5px;
	width:5px;
	background:url('../img/build/but_left.jpg') no-repeat;
	float:left;
}

#content .button .right
{
	height:20px;
	margin-top:-5px;
	width:5px;
	background:url('../img/build/but_right.jpg') no-repeat;
	float:right;
}

#content input, #content select, #content textarea
{
	border:1px solid #666;
	font-family:Arial;
	font-size:10px;
	color:#666666;
	background:black;
}

#content label
{
	display:block;
	margin-left:5px;
}

/* FIN BOTON GENERICO */