@charset "ISO-8859-1";
/* Estilo para SICE DiDePA*/

* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	background: url(../pix/bg.jpg) repeat-y center;

}

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;

}

#header {
	width: 900px;
	height: 150px;
	background: url(../pix/header.jpg) no-repeat;
}

#sesion {
	width: 250px;
	padding: 0px;
	height: 50px;
	text-align: center;
	float: right;
}

#menus {
	width: 650px;
        padding: 0px;
	height: 50px;
	float: left;
}

#content {
	width: 850px;
	padding: 25px;
}


.titulo {
	width: 600px;
	padding: 5px;
	margin: 0 auto;
	background: #999;
	color: #333;
	font: 14px Arial, Helvetica, sans-serif;
}
.formulario {
	width: 600px;
	margin: 0 auto;
	border: 1px solid #999;
	padding: 10px;
}

.login {
	width: 600px;
	margin: 0 auto;
	border: 1px solid #999;
	padding: 10px;
}

.tituloLogin {
	width: 600px;
	padding: 5px;
	margin: 15px auto 0 auto;
	background: #999;
	color: #333;
	font: 14px Arial, Helvetica, sans-serif;
}
label {
	font-weight: 600;
}

#header h2 {
	padding: 5px 0;
}

input {
	background: #F9FAF9;
	border: 1px solid #999;
}

textarea {
	background: #F9FAF9;
	border: 1px solid #999;
}

/* Contenedor de nuestro menú horizontal*/
.menuh{
width: 99%;
font-weight: bold;
}

.menuh:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.menuh ul{
border: 1px solid #BBB;
width: 100%;
background: url(../pix/menubg.jpg) center center repeat-x; 
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.menuh ul li{
display: inline;
}

.menuh ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #B5E2FE; 
}

.menuh ul li a:hover{
background: url(../pix/menubg.jpg) center center repeat-x;
}

.menuh ul li a[rel]:after{ 
content: " " url(); 
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #B5E2FE; 
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #B5E2FE; 
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ 
background-color: #EBF7FF;
}
