@charset "utf-8";
/* CSS Document */
img{
	border:0px;
}

.aButtons, .aInput
	{
	margin:20px 10px 0px 10px;
	text-align:center;
	}
.aTextbox
	{
	border:1px solid #aaa;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-khtml-border-radius:4px;
	box-shadow:0px 1px 0px #fff;
	-moz-box-shadow:0px 1px 0px #fff;
	-webkit-box-shadow:0px 1px 0px #fff;
	width:180px;
	font-size:12px;
	font-weight:bold;
	padding:5px 10px;
	}

body {
	margin:0;
}

a{text-decoration:none;	color: #000;}
a:hover{
	text-decoration: underline;
}
/* BARRA LOADING */
#barra_de_progreso{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #966;
}
#Wrapper {
	width: 70%;
	background: #EEEEEE;
	padding: 20px;
	margin-bottom:20px;
	border: 1px solid #E6E6E6;
}
#progressbox {
	width:100%;
	display:none;
}
#progressbar {
	height:10px;
	background-color: #003333;
	width:1%;
	
}
#statustxt {
	position:absolute;
	display:inline-block;
	color: #000000;
}

/*BOTON UPLOAD*/
label span input {
    z-index: 999;
    line-height: 0;
    font-size: 50px;
    position: absolute;
    top: -2px;
    left: -700px;
    opacity: 0;
    filter: alpha(opacity = 0);
    -ms-filter: "alpha(opacity=0)";
    cursor: pointer;
    _cursor: hand;
    margin: 0;
    padding:0;
}
.botones_caja{
	width: 163px;
}

label.filebutton1 {
	width: 512px;
	margin-right: 50px;
	margin-top: 15px;
	height: 110px;
	background-color: #008C8D;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
}
#x1{
	width: 40px;
	height: 20px;
	float: right;
	cursor: pointer;
	background-color: #EA4B36;
	text-align: center;
	z-index: 10000;
	position: relative;
	margin-top: -123px;
	margin-right: -367px;
	padding-top: 50px;
	padding-bottom: 50px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #FFF;
}
/*HEADER*/
header{
}


#logo{
	position:absolute;
	width: 158px;
	height: 156px;
	float: left;
	z-index:100;
}
#logo_administracion{
	position:absolute;
	width: 158px;
	height: 156px;
	float: left;
	z-index:100;
	margin-top: 27px;	
}



#info_superior_caja{
	height: 50px;
	float: right;
	margin-top: 35px;
}

#info_superior_caja ul{
}
#info_superior_caja li{
	float: left;
	list-style-type: none;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999;
}
#info_superior_caja li a{
		color: #999;
}

.bienvenido{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 5px;
}
.espacio_superior{
height: 97px;
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #DBDBEA 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #DBDBEA 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #DBDBEA 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #DBDBEA));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #DBDBEA 100%);
/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FFFFFF 0%, #DBDBEA 100%);
}

/*MENU NAV*/
.borde_verde{
	background-color: #008C8C;
	height: 30px;
}


.contenedor{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

nav{
	z-index: 100;
	float: right;
	margin-top: -20px;
}
nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
	
}
nav li{
	float: left;

}



nav li a{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #008C8C;
	color: #FFFFFF;
	padding-top: 24px;
	padding-right: 12px;
	padding-bottom: 24px;
	padding-left: 12px;
	display: block;

}

nav li a:hover{
	background-color:#006262;
	color: #FFF;
	text-decoration: none;
}




.eliminar{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 103px;
	height: 20px;
	background-color: #015076;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;

}
.eliminar:hover{
	background-color: #0176AC;
}

.eliminar{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 102px;
	height: 20px;
	background-color: #880F18;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.eliminar:hover{
	background-color: #FF0000;
}


#advertencia{
	width: 400px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	background-color: #D7D7D7;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: thick solid #FFF;
	margin-top: 25%;
}
#aviso_formulario{
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	height: 50px;
	width: 340px;
	margin-top: 150px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}

	
/* BARRA LOADING */
#barra_de_progreso{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #966;
}
#Wrapper {
	width: 70%;
	background: #EEEEEE;
	padding: 20px;
	margin-bottom:20px;
	border: 1px solid #E6E6E6;
}
#progressbox {
	width:100%;
	display:none;
}
#progressbar {
	height:10px;
	background-color: #003333;
	width:1%;
	
}
#statustxt {
	position:absolute;
	display:inline-block;
	color: #000000;
}

/*FORMULARIO*/

/* CARGAR */
#contenedor_login {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 290px;
	height: 213px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 150px;
}


#contenedor_recuperar_contraseña{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 290px;
	height: 213px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}


#contenedor_formulario_registrados{
	width: 900px;
	height: 355px;
	border-radius: 3px;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
#contenedor_formulario_cumple li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 290px;
	height: 350px;
	margin-top:25px;
	float: left;
	list-style-type: none;
}
#contenedor_formulario_eliminar{
	width: 950px;
	height: auto;
	margin-top: 50px;
	border-radius: 3px;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	padding-bottom: 28px;
}

/*INTRO ADMINISTRACIÓN*/
#texto_administracion{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-bottom: 15px;
	color: #333;
	text-align: center;
	width: 950px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 10px;	
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

/*INTRO ADMINISTRACIÓN*/
#texto_administracion_titulos{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-bottom: 15px;
	color: #333;
	text-align: center;
	width: 950px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 10px;	
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
}

#contenedor_administracion_intro {
	width: 950px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	padding-top: 7px;

}
#img_administracion_intro{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#contenedor_formulario_carga_select {
	width: 550px;
	height: 80px;
	margin-top: 100px;
	border-radius: 3px;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	padding-top: 7px;
	background-color: #F03;
}
#contenedor_formulario_carga_select li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 290px;
	list-style-type: none;
}
#contenedor_formulario_carga {
	width: 550px;
	height: auto;
	margin-top: 50px;
	border-radius: 3px;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-top: 7px;
	padding-bottom: 15px;
}
#contenedor_formulario_carga li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
}
#contenedor_formulario_carga_horarios {
	width: 550px;
	height: 200px;
	margin-top: 50px;
	border-radius: 3px;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	padding-top: 7px;

}
#contenedor_formulario_carga_horarios li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 290px;
	list-style-type: none;
}

#contenedor_formulario_modificar_horarios {
	width: 550px;
	height: auto;
	margin-top: 50px;
	border-radius: 3px;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	padding-top: 7px;
	padding-bottom: 20px;

}
#contenedor_formulario_modificar_horarios li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 290px;
	list-style-type: none;
}

#contenedor_formulario_eliminar_horarios {
	width: 550px;
	height: 130px;
	margin-top: 50px;
	border-radius: 3px;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	padding-top: 7px;

}
#contenedor_formulario_eliminar_horarios li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 290px;
	list-style-type: none;
}

#contenedor_formulario_modificar {
	width: 550px;
	height: auto;
	margin-top: 100px;
	border-radius: 3px;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	padding-top: 7px;
	padding-bottom: 20px;

}
#contenedor_formulario_modificar li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
}

/* MODULO ELIMINAR */
#tabla_eliminar{
	height: 340px;
	width: 925px;
	margin-top: 8px;
	margin-left: 10px;
	overflow: scroll;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}
#tabla_eliminar ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;

}
#tabla_eliminar li{
	float: left;
	width: 150px;
	background-color: #D8D8D8;
	height: 15px;
	margin-left: 5px;
	margin-top: 5px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;

}

/* MODULO REGISTROS */
#tabla_registros{
	height: 340px;
	width: 925px;
	margin-top: 8px;
	margin-left: 10px;
	overflow: scroll;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}
#tabla_registros ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;

}
#tabla_registros li{
	float: left;
	width: 150px;
	background-color: #D8D8D8;
	height: 15px;
	margin-left: 5px;
	margin-top: 5px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}

/* MODULO MODIFICAR HORARIOS */
#tabla_modificar_horarios{
	height: 340px;
	width: 960px;
	margin-top: 8px;
	margin-left: 10px;
	overflow: scroll;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}
#tabla_modificar_horarios ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;

}
#tabla_modificar_horarios li{
	float: left;
	width: 150px;
	background-color: #D8D8D8;
	height: 15px;
	margin-left: 5px;
	margin-top: 5px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;

}
/* MODULO CUMPLE */
#tabla_cumple{
	height: 305px;
	width: 485px;
	margin-top: 8px;
	overflow: scroll;
}
#tabla_cumple ul{
	padding: 0px;
	margin: 0px;
}
#tabla_cumple li{
	float: left;
	width: 150px;
	background-color: #D8D8D8;
	height: 15px;
	margin-left: 5px;
	margin-top: 5px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}


#contenedor_formulario_busqueda {
	width: 600px;
	height: 200px;
	margin-top: 130px;
	border-radius: 3px;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;	
	background-color: #FFF;
}
#contenedor_formulario_busqueda li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 290px;
	height: 350px;
	float: left;

	list-style-type: none;

}

#container_productos_eliminar{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: fixed;
	width: 340px;
	height: 318px;
	top: 50%;
	left: 50%;
	paddin-top: 33px;
	margin-top: -120px;
	margin-left: -170px;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	padding-top: 20px;
	text-align: center;
}

#container_presupuesto{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 300px;
	float: right;
}

.container_checkbox{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	padding-top: 5px;
	margin-left: 30px;
}

.container_checkbox ul{
}
.container_checkbox li{
	list-style-type: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 3px;
	width: 170px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	height: 20px;
}


label {
	color: #555;
	display: inline-block;
	margin-left: 18px;
	padding-top: 10px;
	font-size: 14px;
}

p a {
	font-size: 11px;
	color: #aaa;
	float: right;
	margin-top: -13px;
	margin-right: 20px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

p a:hover {
	color: #555;
}

input {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	outline: none;
}
.name_carga{
	color: #777;
	padding-left: 10px;
	margin-top: 12px;
	margin-left: 18px;
	width: 230px;
	height: 40px;
	border: 1px solid #c7d0d2;
	border-radius: 2px;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
	float: left;
}
.name_horario_float{
	color: #777;
	padding-left: 10px;
	margin-top: 12px;
	margin-left: 18px;
	width: 235px;
	height: 40px;
	border: 1px solid #c7d0d2;
	border-radius: 2px;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.name{
	color: #777;
	padding-left: 10px;
	margin: 10px;
	margin-top: 12px;
	margin-left: 18px;
	width: 250px;
	height: 40px;
	border: 1px solid #c7d0d2;
	border-radius: 2px;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.name_registrarse{
	color: #777;
	padding-left: 10px;
	margin: 10px;
	margin-top: 12px;
	margin-left: 18px;
	width: 500px;
	height: 40px;
	border: 1px solid #c7d0d2;
	border-radius: 2px;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}


.name_modificado{
	color: #777;
	padding-left: 10px;
	margin: 10px;
	margin-top: 12px;
	margin-left: 18px;
	width: 104px;
	height: 35px;
	border: 1px solid #c7d0d2;
	border-radius: 2px;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.estilo_area{
	color: #777;
	padding-left: 10px;
	margin-top: 12px;
	margin-left: 18px;
	width: 498px;
	height: 90px;
	border: 1px solid #c7d0d2;
	border-radius: 2px;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
}

#contador-caracteres{
	width: 50px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.centrar-caracteres{
	text-align: center;
}
.select_modificado{
	color: #777;
	padding-left: 5px;
	margin-top: 12px;
    margin-bottom: 12px;
	margin-left: 18px;
	width: 122px;
	height: 35px;
	border: 1px solid #c7d0d2;
	border-radius: 2px;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.select_carga_grande{
	color: #777;
	margin-top: 12px;
	margin-left: 18px;
	padding-left: 10px;
	width: 512px;
	height: 50px;
	border: 1px solid #c7d0d2;
	border-radius: 2px;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.select_carga{
	color: #777;
	padding-left: 5px;
	margin: 10px;
	margin-top: 12px;
	margin-left: 18px;
	width: 263px;
	height: 39px;
	border: 1px solid #c7d0d2;
	border-radius: 2px;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.select_carga_chiquito{
	color: #777;
	padding-left: 5px;
	margin: 10px;
	margin-top: 12px;
	margin-left: 18px;
	width: 115px;
	height: 39px;
	border: 1px solid #c7d0d2;
	border-radius: 2px;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.descripcion_span{
	color: #999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 300px;
	text-align: center;
	float: left;
	margin-left: 23px;
}

input[type=name]:hover,
input[type=password]:hover {
	border: 1px solid #b6bfc0;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .7), 0 0 0 5px #f5f7f8;
}

input[type=name]:focus,
input[type=password]:focus {
	border: 1px solid #a8c9e4;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #e6f2f9;
}



#check_posicion{
	width: 100px;
	height: 40px;
	background-color: #999;
	clear: both;
}
.check {
	margin-left: 3px;
	font-size: 11px;
	color: #444;
	text-shadow: 0 1px 0 #fff;
}

.submit_cargar {
	width: 518px;
	height: 50px;
	margin-top: 10px;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	cursor: pointer;
	margin-left: 15px;
	background-color: #1A83B3;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

input[type=file] {


}

.upload{
	padding: 5px;
	margin-left: 20px;
	margin-bottom: 10px;
	width: 280px;
	background-color: #FFF;
	
}

/* REGISTRO DE USUARIOS */
#contenedor_virtual_registrar {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 490px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 100px;
	background-color: #CCB1E4;
	text-align: center;
}
.name_virtual_registrar{
	color: #777;
	padding-left: 10px;
	margin-top: 12px;
	margin-left: auto;
	width: 350px;
	height: 50px;
	border: 1px solid #c7d0d2;
	border-radius: 2px;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-right: auto;
	margin-bottom: 10px;
}

.submit_login_virtual {
	width: 380px;
	height: 55px;
	margin-top: 20px;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	cursor: pointer;
	margin-left: auto;
	background-color: #1A83B3;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: auto;
}
/* RECUPERAR CONTRASEÑA */
.cuadro-dialogo{
	margin-top: 100px;
	padding: 20px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border: thin dashed #999;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #FFF;
	background-color: #CCC;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}


/* BUSCADOR */

#buscador{
	margin-top: 30px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.searchform {

display: inline-block;

zoom: 1; /* ie7 hack para display:inline-block */

*display: inline;

border: solid 1px #d2d2d2;

padding: 3px 5px;

-webkit-border-radius: 2em;

-moz-border-radius: 2em;

border-radius: 2em;

-webkit-box-shadow: 0 1px 0px rgba(0,0,0,.1);

-moz-box-shadow: 0 1px 0px rgba(0,0,0,.1);

box-shadow: 0 1px 0px rgba(0,0,0,.1);

background: #f1f1f1;

background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));

background: -moz-linear-gradient(top,  #fff,  #ededed);

filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie7 */

-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie8 */

}

.searchform input {

font: normal 12px/100% Arial, Helvetica, sans-serif;

}

.searchform .searchfield {

background: #fff;

padding: 6px 6px 6px 8px;

width: 202px;

border: solid 1px #bcbbbb;

outline: none;

-webkit-border-radius: 2em;

-moz-border-radius: 2em;

border-radius: 2em;

-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);

-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);

box-shadow: inset 0 1px 2px rgba(0,0,0,.2);

}

.searchform .searchbutton {

color: #fff;

border: solid 1px #494949;

font-size: 11px;

height: 27px;

width: 27px;

text-shadow: 0 1px 1px rgba(0,0,0,.6);

-webkit-border-radius: 2em;

-moz-border-radius: 2em;

border-radius: 2em;

background: #5f5f5f;

background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));

background: -moz-linear-gradient(top,  #9e9e9e,  #454545);

filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 */

-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie8 */

}
