@charset "utf-8";
body, html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
	height: 100%;
	width: 100%;
}

#contenedorFlash {
	width: 100%;
}
#contenedorLogin {
	background-attachment: fixed;
	background-image: url(../imagenes/logo_panel.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 550px;
	width: 100%;
}
#cuerpoLogin {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	color: #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	height: 500px;
	margin-top: 40px;
}

#cuerpoIzquireda {
	width: 290px;
	float: left;
}

#cuerpoDerecha {
	width: 550px;
	float: right;
}
#Barra_izq  {
	width: 290px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	margin-bottom: 15px;
}
#Barra_izq  #Barra_titulo{
	height: 19px;
	width: 280px;
	background-image: url(../imagenes/fondo_barra_menu.jpg);
	background-repeat: repeat-x;
	padding-top: 6px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#Barra_izq #Barra_cuerpo{
	padding: 9px;
	width: 272px;
	background-color: #FFF;
	color: #333;
}
#Barra_der {
	width: 548px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	margin-bottom: 15px;
}
#Barra_der #Barra_titulo {
	height: 19px;
	width: 538px;
	background-image: url(../imagenes/fondo_barra_menu.jpg);
	background-repeat: repeat-x;
	padding-top: 6px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#Barra_der #Barra_cuerpo {
	padding: 9px;
	width: 530px;
	background-color: #FFF;
	color: #333;
}





a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:active {
	color: #999;
	text-decoration: none;
}
.Texto_normal {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #999;
}
.Texto_Formulario {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}


#login {
	height: 25px;
	width: 100%;
	background-color: #0c0d0f;
	background-image: url(../imagenes/fondo_barra_menu.jpg);
	background-repeat: repeat-x;
}
.boton_formularios {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color: #333;
	border: 1px solid #999;
	color: #999;
	padding: 1px;
}
.campos_formularios {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color: #000;
	border: 1px solid #666;
	color: #999;
	padding: 2px;
}
#panel_log {
	height: 30px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
	font-size: 11px;
}
#panel_log #usuario {
	width: 380px;
	height: 20px;
	float: left;
	margin-top: 6px;
}
#panel_log #menu {
	text-align:right;
	height: 20px;
	width: 250px;
	float: right;
}
#panel_log #formulario {
	width: 810px;
	height: 20px;
	float: left;
	margin-top: 1px;
}
#panel_log #boton_form {
	height: 20px;
	width: 85px;
	float: right;
}
#Cuerpo_intro_izq {
	width: 262px;
	border: 1px solid #E5E5E5;
	padding: 4px;
}
#Cuerpo_intro_izq_titulo  {
	width: 248px;
	background-color: #F4F4F4;
	padding: 6px;
}
#Cuerpo_intro_izq_contenido {
	width: 248px;
	padding: 6px;
}
#Cuerpo_intro_der {
	width: 519px;
	border: 1px solid #E5E5E5;
	padding: 4px;
}

#Cuerpo_intro_der_titulo {
	width: 506px;
	background-color: #F4F4F4;
	padding: 6px;
}
#Cuerpo_intro_der_contenido {
	width: 506px;
	padding: 6px;
}

