/* CSS Document */
html,body {
	height:100%;
}

body { 
	background-image: url(../_modulos/general/_imgs/dosalcubo/body_bg.jpg); 
	background-repeat: repeat-x;
	background-position: top left; 
}

a       { text-decoration: none; color: #0083bc; }
a:hover { text-decoration: none; }
form    { padding: 0px; margin:0px}
h1      { font-family: Arial; font-size: 16px; color: #0083bc; font-weight: normal}
p				{ font-family: Arial; font-size: 11px; color: #777777; margin-top:0px; }

.blockPage 					{ -moz-opacity:.5; filter:alpha(opacity=50); opacity:.5;}

.titulo 			{ font-family: Arial; font-size: 16px; color: #0083bc; }
.subtitulo 		{ font-family: Arial; font-size: 13px; color: #777777; font-weight: bolder; }
.titulo_nota	{ font-family: Arial; font-size: 24px; color: #0083bc; }
.copete_nota	{ font-family: Arial; font-size: 13px; color: #777777; font-weight: bolder; }
.textoazul 		{ font-family: Arial; font-size: 11px; color: #0083bc; }
.textogris 		{ font-family: Arial; font-size: 11px; color: #777777; }
.textoblanco	{ font-family: Arial; font-size: 11px; color: #ffffff; }
.textofooter	{ font-family: Arial; font-size: 11px; color: #777777; }
.cap					{ text-transform: uppercase }
.volver 			{ font-family: Arial; font-size: 11px; color: #777777; font-weight: bold; padding: 0 10px 0 0 }

.clearb { clear: both;	}
.clearl { clear: left;	}
.clearr { clear: right;	}
.floatl { float: left;	}
.floatr { float: right; }

.textalignl {	text-align: left;		}
.textalignr {	text-align: right;	}

.colpar 	{	width: 362px;	}
.colimpar {	width: 338px;	}

.colpar2 	{	width: 352px;	}
.colimpar2 {	width: 328px;	}


.mainDiv {
	padding:0px 0px;
	background-image	: url(../_modulos/general/_imgs/dosalcubo/body_bg_repeat-none.jpg);
	background-repeat	: no-repeat;
	min-height:50%;
	width:771px;
}

.top {
	height						: 20px;
	width							: 771px;
	background-image	: url(../_modulos/general/_imgs/dosalcubo/body_top.jpg);
	background-repeat	: no-repeat;
}

.footer {
  width   						: 701px;
	padding							: 5px 20px;
	height							: 12px;
	background-image		: url(../_modulos/general/_imgs/dosalcubo/bg.gif);
	background-repeat		: repeat-x;
	background-position	:	top left;
	color: #777777;
}

.line {
	height							: 22px;
	width								: 771px;
/*margin							: auto;*/
	background-image		: url(../_modulos/general/_imgs/dosalcubo/body_line.jpg);
	background-repeat		: no-repeat;
	background-position	:	bottom left;
	clear								: both;
	
}

.lineint {
	border-top					: solid 1px #e5e5e5
}

.reg61 { margin-top	:	57px; }

.region2 {
	float					: left;
/*margin-bottom	: 20px;*/
}

.bgreg { background-color: #999999; }

LI.subtitulo, .textogris, .textoazul, .titulo {
	list-style-position	: outside;
	list-style-type			:	none;
}

/*  Menu  */
.menu_sup            { float: left; text-decoration: none; color: #777777; }
.menu_sup:hover      { float: left; text-decoration: none; color: #777777; cursor:hand; }
.menu_sup:hover .ini { background : url(../_modulos/navegacion/_imgs/dosalcubo/ini.gif) no-repeat; }
.menu_sup:hover .med { float: left; height:20px; background: url(../_modulos/navegacion/_imgs/dosalcubo/bg.gif) repeat-x; padding-top: 2px; }
.menu_sup:hover .end { background: url(../_modulos/navegacion/_imgs/dosalcubo/end.gif) no-repeat; }
.menu_supnav_selected_bg { float: left; text-decoration: none; color: #0083bc; font-weight: bold; cursor: hand; }

.med { float: left; height: 20px; padding-top: 2px; }
.ini { float: left; width: 5px;  height: 20px; }
.end { float: left; width: 13px; height: 20px; }
/*  Fin Menu  */

/* Fin CSS document */