/* CSS Document */

body {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	height: 100%;
	
}

form {
padding: 0px;
margin: 0px;
border: 0px;
}
input, select  {
font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 1px;
	height: 20px;
	vertical-align:middle;
	font-size: 11px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 2px;
	font-size: 11px;
}



#content {
	width: 990px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	position: relative;
}

#def_header {
	height: 89px;
	position: relative;
	background-repeat: no-repeat;
	width: 990px;
}


#def_middle {
	float:left;
	width: 990px;
	min-height: 520px;
	margin-bottom: 5px;
	position: relative;
	
	
}

#def_footer {
	float:left;
	width:990px;
	height: 33px;
}


#def_user {padding: 2px;width: 336px;float:right;}

#def_user table {color: #ffffff;font-family: Arial, Helvetica, sans-serif;font-size: 11px;font-style: normal;}



#def_menu {
	width:990px;
	float:left;
	font-size: 10px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;	
	margin: 0px;
	
}

#def_menu ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#def_menu li {
	display: inline;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


#def_menu li a{text-decoration: none;}

#def_menu li ul {
	margin: 0px;
	top: 106px;
	left:0px;
	width:990px;
	list-style-type:none;
	POSITION: absolute;
	padding-top:2px;
	padding-bottom: 2px;
	z-index:3;
	
}

#def_menu li ul li{
	display: inline;
	padding: 0px;
	color: #FFFFFF;
	margin: 0px;

	padding-left: 15px;
	padding-right: 15px;

	border-right: 1px solid #000000;


}

#def_menu li ul li a {
text-decoration:none;
font-size: 9px;
font-weight: normal;
font-weight: bold;

}


#def_path {

	font-size: 9px; float:right; margin-left: 5px;margin-top: 5px;

}



#def_middle .box {
	text-align: left;
	padding:0px;
	margin-top: 30px;
	margin-bottom: 30px;
	/*margin-left: 5px;
	margin-right: 5px;*/
	font-family: Arial, Helvetica, sans-serif;
}


#def_middle .box .header {
	
	height: 40px;

}

#def_middle .box  .titulo {
	margin-top: 15px;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	margin-left: 10px;
}

#def_middle .box .footer {
	height: 20px;
}

#def_middle .box .contenido {
	padding: 10px;
	
}



#def_formulario {
font-family: Arial, Helvetica, sans-serif;
}

#def_formulario  .def_titulo_campo {
	font-size: 10px;
	font-weight: bold;
	height: 25px;
	padding-left: 5px;
	padding-right: 2px;
	}

#def_formulario .def_campo_formulario {
	font-size: 10px;
	text-align: left;
}

#def_formulario .def_titulo_formulario {
font-weight: bold;
font-size:10px;
height: 25px;
padding-left: 5px;
background-image: url(../images/fondo_gris.gif);
background-repeat: repeat;
}

#def_titulo {

margin-right: 5px;
color: red;
font-size:14px;
}

/*.ventana {

	
	position: absolute;
	left:10;
	top: 10;
	z-index:4;
}*/

.ventana {
position: absolute;
	/*nos posicionamos en el centro del navegador*/
	top:10px;
	left:50%;
	/*determinamos una anchura*/
	width:400px;
	/*indicamos que el margen izquierdo, es la mitad de la anchura*/
	margin-left:-200px;
	margin-top: 10px;
	/*determinamos una altura*/
	/*indicamos que el margen superior, es la mitad de la altura*/

	padding:5px;
	z-index:4;
}

.loaderAJAX {

		background-color: #DFF4FF;
		border: 1px solid gray;
		color: black;
		font-weight: bold;
		font-size: 11px;
		top:50px;
		left: 50%;
		width: 200px;
		margin-left: -100px;
		z-index:5;
		position: absolute;
}


