@charset "utf-8";
/* CSS Document */
body{
	background: #914D4D;
	margin:auto;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
}

#wrapper{
	margin:auto;
	width:1024px;
	clear:both;
}

#header{
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	padding:0 8px 0;
	width:1008px;
	height:140px;
	background:url(../images/header.jpg) left bottom repeat-x;
	border:1px solid #CCC;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#header a img{
	text-decoration:none;
	border:none;
	padding-top:10px;
}

#pre{
	margin:0;
	padding:0;
	width:1008px;
	background:#090;
}

#pre .left, .right{
	margin:0;
	padding:0;
	width:504px;
	float:left;
	height:70px;
}

#menu_usuario li{
	float:right;
	padding:15px 5px;
	list-style-type:none;
}

#menu_usuario li span{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
	padding-top:10px;
	text-decoration:underline;
	display:block;
}

#menu_usuario li img.avatar{
	border:1px solid #000;
	width:35px;
	height:35px;
}

.cuerpo{
	background:#FFF;
	width:1008px;
	padding:8px;
	margin:0;
	border:1px solid #CCC;
}

.sub_cuerpo{
	width:488px;
	margin:0;
	padding:0;
	float:left;
	padding:5px;
	margin:3px;
}

.sub_cuerpo .solicitud{
	background:#C9E3F0;
	border:1px solid #91D8F7;
	height:70px;
}

.solicitud .izq{
	float:left;
}

.solicitud .izq img{
	width:50px;
	height:50px;
	margin:5px;
	margin-top:10px;
}

.solicitud .cen{
	float:left;
	margin:7px;
	width:340px;
	height:46px;
}

.solicitud .cen .oficina{
	width:auto;
	float:left;
	height:auto;
	margin:0;
	margin-right:10px;
	padding:0;
}

.oficina span{
	margin:0;
	padding-top:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}

.solicitud .cen .oficina span b{
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#00A859;
}

.solicitud .cen .detalle{
	float:left;
	width:100%;
	height:20px;
}

.solicitud .cen .detalle p{
	margin:0;
	padding:0;
	margin-top:0px;
	color:#000;
}
.solicitud .cen .detalle p b{
	margin:0;
	padding:0;
	margin-top:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
}
.solicitud .fecha{
	float:left;
	margin-top:7px;
	margin-left:0;
	width:40px;
	height:56px;
}

.solicitud .fecha span{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color:#727376;
	text-align:center;
}

.solicitud .fecha span b{
	font-size:28px;
}
.solicitud .der{
	float:right;
	background:#52658C;
	margin-top:7px;
	margin-right:7px;
	width:20px;
	height:56px;
}

.solicitud .der span{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:25px;
	display:block;
	margin-top:15px;
	margin-left:2px;
	color:#FFF;
}

.solicitud .der:hover{
	background:#06C;
	cursor:pointer;
}

.cuerpo h1{
	color:#333;
	margin-bottom:2px;
	margin-top:5px;
}

.cuerpo h3{
	color:#09C;
	font-size:14px;
	margin-top:2px;
	margin-bottom:20px;
}

.cuerpo p a{
	color:#09C;
	font-weight:bold;
	text-decoration:none;
}

.cuerpo p a:hover{
	text-decoration:underline;
}

.cuerpo p span{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}
.b1{
	padding-left:40px;
	padding-top:5px;
	border:2px solid black;
	background:url(../images/guardar.png) 7px 10px no-repeat #FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:12px;
	margin:10px auto;
	width:185px;
	height:40px;
	color:#000;
}

.b1:hover{
	cursor:pointer;
	background:url(../images/guardar.png) 7px 10px no-repeat #D2E28B;
}

/*FORMULARIOS INTERNOS*/
.cuerpo .form_content{
	margin:auto;
	width:800px;
}

.cuerpo .form_content label{
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #555;
	margin-right: 5px;
	vertical-align: middle;
}

.cuerpo .form_content input, select{
	background: #fefefe;
	border: 1px solid #bbb;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	padding: 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	vertical-align: middle;
}

.cuerpo .message {
	padding:0;
	margin: 10px 0;
	font-weight: bold;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

.cuerpo .message p {
	padding: 0;
	width: 93%;
	text-align:center;
	}
	
.cuerpo .message.info {
	border: 1px solid #bbdbe0;
	background: #ecf9ff;
	color: #0888c3;
	}
	
.cuerpo .message.error {
	border: 1px solid #e9c59b;
	background: #ffecce;
	color: #e3302c;
	}
/*FIN FORMULARIOS INTERNOS*/
.cuerpo h1.trigger{
	cursor:pointer;
}

/*COMPROBANTE DE CARGA*/
.comprobante{
	width:500px;
	margin:auto;
}

.comprobante p{
	text-align:center;
}

/*FC*/
#menu{
	height:60px;
	margin-left:-5px;
	padding:0;
}

#menu li{
	float:left;
	list-style-type:none;
	width:auto;
	height:60px;
	text-align:center;
	background:#037FB6;
	margin-left:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#menu li:hover{
	border-bottom:6px solid #3CF;
}

#menu li.activa{
	border-bottom:6px solid #3CF;
}

#menu li a{
	display:block;
	font-family: "Titillium800", "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	text-shadow: 1px 1px 0 #0a5482;
	cursor: pointer;
	padding-right: 10px;
	width:40px;
	height:42px;
	text-decoration:none;
	padding-top:18px;
	padding-left:10px;
	background:#060;
}

#menu li a:hover{
	color:#0098DA;
	text-shadow:none;
}
#menu li a.inicio{
	background:url(../images/inicio.png) 10px no-repeat;
}

#menu li a.solicitudes{
	background:url(../images/solicitud.png) 10px no-repeat;
}
#menu li a.buscar{
	background:url(../images/buscar.png) 10px no-repeat;
}
/*SUBMENU SOLICITUDES*/
#menu li a.solicitud_1{
	background:url(../images/solicitud_nueva.png) 10px no-repeat;
}
#menu li a.solicitud_2{
	background:url(../images/solicitud_aprobar.png) 10px no-repeat;
}
/*FIN SUBMENU*/
#menu li a.servidores{
	background:url(../images/servidor.png) 10px no-repeat;
}
/*SUBMENU SERVIDORES*/
#menu li a.servidor_1{
	background:url(../images/servidor_agregar.png) 10px no-repeat;
}
#menu li a.servidor_2{
	background:url(../images/servidor_editar.png) 10px no-repeat;
}
/*FIN*/
#menu li a.equipos{
	background:url(../images/equipo.png) 10px no-repeat;
}
/*SUBMENU SOLICITUDES*/
#menu li a.equipos_1{
	background:url(../images/equipo_nuevo.png) 10px no-repeat;
}
#menu li a.equipos_2{
	background:url(../images/equipo_serial.png) 10px no-repeat;
}
/*FIN SUBMENU*/
#menu li a.admin{
	background:url(../images/admin.png) 10px no-repeat;
}


/*ESTILOS SISTEMA DE LOGUEO*/
.block {
	padding-bottom: 5px;
	margin-bottom: 5px;
	clear: both;
	}
	
.block.small.center.login{
	width:470px;
	background:#FFF;
	margin:auto;
	margin-top:100px;
	margin-bottom:100px;
	padding-bottom:0px;
}

.block_head {
	height: 54px;
	line-height: 54px;
	background: url(../images/bhead.gif) 0 0 repeat-x;
	overflow: hidden;
}

.block_head .bheadl {
	width: 20px;
	height: 54px;
	float: left;
	background: url(../images/bheadl.gif) top left no-repeat;
}

.block_head .bheadr {
	width: 20px;
	height: 54px;
	float: right;
	background: url(../images/bheadr.gif) top right no-repeat;
}

.block_head h2 {
	font-family: "Titillium999", "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #555;
	float: left;
	margin-top:0;
}

.block .block_content {
	overflow: hidden;
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding: 10px 20px 0;
	}
	
.block .message {
	padding:0;
	margin: 10px 0;
	font-weight: bold;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

.block .message p {
	padding: 0;
	width: 93%;
	text-align:center;
	}
	
.block .message.info {
	border: 1px solid #e9c59b;
	background: #ffecce;
	color: #e3302c;
	}

/*FORMULARIOS*/
.block form{
	margin:auto;
	width:600px;
}
.block form p {
	overflow: hidden;
	clear: both;
	text-align:right;
	}

.block form label {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #555;
	margin-right: 10px;
	vertical-align: middle;
	}
.block form label.width_150 {
	width:150px; 
	display:block; 
	float:left
}

.block form input {
	width: 410px;
	background: #fefefe;
	border: 1px solid #bbb;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	padding: 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	vertical-align: middle;
	}
	
.block form button {
	background:#990000;
	height:40px;
	vertical-align:middle;
	border:1px solid #e9c59b;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.block form button:hover {
	background:#e9c59b;
	border:1px solid #990000;
	cursor:pointer;
	color:#990000;
}

#mensaje{
	width: 410px;
	background: #fefefe;
	border: 1px solid #bbb;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	padding: 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	vertical-align: middle;
	}