@charset "UTF-8";
/* CSS Document */

option,
img {
	border:none;
}

body {
	background:url(../imgs/fondo_general.jpg) no-repeat center top #480904;
	margin:0px 0px 0px 0px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.69em;
	font-weight:normal;
	letter-spacing:0.1em;
	color:#333;
}

.mensaje_no_flash {
	background:#FFF;
	text-align:center;
	color:#006;
	line-height:1.2em;
	font-size:1em;
	font-weight:bold;
	padding:5px;
	display:block;
}

object,
a {
	outline:none;
}

a:link,
a:active,
a:visited {
	font-weight:bold;
	color:#D11104;
	text-decoration:underline;
	letter-spacing:normal;
}

a:hover {
	color:#F00;
	text-decoration:none;
}

#clear {
	clear:both;
	width:100%;
	height:0px
}

.hidden {
	display : none;
}

#logo {
	position:absolute;
	margin-left:30px;
	z-index:9999999;
}

#btn_inicio {
	position:absolute;
	margin:30px 55px 0px 0px;
	height:20px;
	width:200px;
	z-index:9999999;
	right:0;
	font-size:14px;
	text-align:right;
	color:#999;
}

#btn_inicio a:link, 
#btn_inicio a:active,
#btn_inicio a:visited {
	color:#999;
	text-decoration:none;
}

#btn_inicio a:hover {
	color:#036;
	text-decoration:underline;
}

#contenedor_principal {
	background:url(../imgs/fondo_header.png) no-repeat center top;
	width:1050px;
	margin:10px auto 0px auto;
	padding-bottom:0px;
	position:relative;
}

#contenedor_principal_top {
	background:url(../imgs/fondo_cont_principal_top.png) no-repeat;
	width:1050px;
	height:38px;
	text-align:right;
}

#contenedor_principal_repeat_y {
	background:url(../imgs/fondo_cont_principal_repeat_y.png) repeat-y;
	width:950px;
	padding:25px 50px  10px 50px;
}

#info_principal {
	width:730px;
	float:left;
}

/* @group Header */
#header {
	width:950px;
	height:300px;
	margin-bottom:20px;
}

.menu_principal {
	float:right;
	position:absolute;
	left:648px;
	z-index:100;
	width:350px;
	height:300px;
}
/* @end */

/* @group Titulos */
h1 {
	font-family: 'Molengo', serif;
	font-size: 22px;
	text-shadow: 2px 2px 2px #aaa;
	padding:0px;
	margin:0px 0px 10px 0px;
	color:#900;
}

h2 {
	font-family: 'Molengo', serif;
	font-size: 16px;
	padding:0px;
	margin:0px 0px 10px 0px;
	color:#F30;
}

h3 {
	font-size: 12px;
	padding:0px;
	margin:0px 0px 10px 0px;
	color:#999;
}
/* @end */

/* @group Sidebar */
#sidebar {
	width:200px;
	margin-right:20px;
	float:left;
}

#sidebar #seccion {
	margin-bottom:10px;
	text-align:left;
	font-size:10px;
	letter-spacing:0.5px;
	color:#666;
}

#sidebar #seccion .titulo {
	background:no-repeat top;
	width:200px;
	height:50px;
}

#sidebar #seccion .contenido {
	background:url(../imgs/fondo_sidebar_sec.png) repeat-x bottom #DAD1C3;
	width:176px;
	border:solid #BAB1A2 2px;
	border-top:none;
	padding:10px;
}

#sidebar #seccion .contenido form {
	width:176px;
}
/* @end */

/* @group Footer */
#contenedor_footer {
	width:100%;
	background:url(../imgs/fondo_footer.jpg) repeat-x;
	margin-top:-100px;
}

#footer {
	background:url(../imgs/fondo_footer_med.jpg) no-repeat top;
	width:950px;
	margin:0px auto auto auto;
	padding:140px 50px 0px 50px;
	color:#999;
}

#footer .seccion {
	float:left;
	font-size:0.95em;
	font-family:Tahoma, Geneva, sans-serif;
	color:#999;
	letter-spacing:0.5px;
	margin:0px 20px 20px 0px;
}

#footer h1 {
	font-family: 'Molengo', serif;
	font-size: 18px;
	padding:0px;
	margin:0px 0px 10px 0px;
	text-shadow:none;
	color:#FBFBFB;
}

#footer .seccion img {
	background:#CCC;
	margin:0px 10px 0px 10px;
	padding:5px;
}
/* @end */