.reg {
	width: 800px;
	margin: auto;
	text-align: left;
}
#c-footer {
	clear: both;
	float: none;
	width: 100%;
}
.head_eintec {
	text-align: left;
	background-color: #0B5F8C;
	color: #900;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	background:#FFF;
	
	background-position: right 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a1c5f1;

}

.progressbar {
	 position:absolute;
    top:50%;
    left: 50%;
       background: rgba(255, 255, 255, 0.8); 
	   padding-top: 5%;
   
	background:#063;
    background: url("../img/animated_progress_bar.gif");
    height: 100%;
	width:100%;
    
position: fixed;
width: 100%;
height:100%;
top:0px;
left:0px;
text-align: center;
padding-top: 200px;
z-index: 2147483 !important;
overflow:hidden;
background: rgba(255, 255, 255, 0.5); 
font-size: 1.1em;

}
    

.head_eintec h3 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #069;
	text-transform: uppercase;
	line-height: 18px;
	font-weight: 300;
	font-size: 18px;
	display: block;
	float: left;
	margin-left: 10px;
	padding-left: 10px;
}
.head_eintec h3 b {
	color: #900;
	font-size: 22px;
}
.head_eintec img {
	vertical-align: middle;
	padding: 2px;
	margin-top:1%;
	float: left;
}
.linea {
	background-color: #C00;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #585858;
	width: 2px;
}
html, body {
	font-family: 'Roboto', sans-serif, Arial;
}


.main {
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	background-attachment: fixed;
	background-image: url(../img/bg_login.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
} 
.container {
	z-index: 1;
	position: relative;
	top: 0px;
	width: 100%;
	background-color: #FFF;
	background-image: url(../img/bg-container.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-bottom: 20px;
	-webkit-box-shadow: 0 5px 38px 0px #666;
	-moz-box-shadow: 0 5px 38px 0px #666;
	box-shadow: 0 5px 38px 0px #666;
	margin-bottom: 4%;
}

#bg_index {
	background-image: url(../img/bg_index.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 420px;
	padding-top: 0%;
	padding-right: 10%;
	padding-bottom: 0%;
	padding-left: 580px;
}

#bg_index li {
	text-align: center;
	display: block;
	padding: 10px;
	float: left;
	width: 110px;
	font-size: 14px;
	color: #666;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

#bg_index li a {
	color: #666;
	text-decoration: none;
}
#bg_index li img {
	padding-bottom: 10px;
	height: 90px;
	width: 90px;
}

.bordes {
	position: absolute;
}
.pie {
	margin: 0 auto;
	position: relative;
}
.image_banner {
	position: absolute;
	top: 20px;
	left: 60px;
}
.text_banner {
	position: absolute;
	top: 100px;
	font-size: 12px;
	left: 45px;
	text-shadow: grey 0.1em 0.1em 0.2em;
	color: #424242;
	font-weight: bold;
}
.banner {
	position: relative;
	width: 1024;
	z-index: 30;
	height: 150px;
	background-color: #FFFFFF;
}
.banner2 {
	position: absolute;
	z-index: 6;
	left: 200px;
}
.banner3 {
	position: absolute;
	z-index: 4;
	left: 350px;
	width: 400px;
	height: 150px;
}
.head {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	position: relative;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#585858));
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#585858', EndColorStr='#000000');
	background: -moz-linear-gradient(top, #000000, #585858);
	background-color: #212121;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #C00;
}
.contienemenu {
	position: relative;
	height: 35px;
	margin-bottom: 10px;
}
body {
	z-index: 1;
	margin: 0px;
	background: #FFF;
}
#menu {
	margin: 0px;
	padding: 0px;
}
#menu > ul > li {
	font-family: 'Roboto Condensed', sans-serif;
	position: relative;
	float: left;
	border-right-style: outset;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	background-color: #333;
	text-transform: uppercase;
}
#menu > ul > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}
#menu > ul {
	margin: 0px;
	padding: 0px;
	color: #000000;
	list-style: none;
}
#menu > ul > li:hover > a {
	color: #333333;
}
#menu > ul > li:hover {
	background-color: #FFF;
	color: #333333;
}
.submenu {
	z-index: 1000;
	margin-top: 8px;
	padding: 0px;
	list-style: none;
	position: absolute;
	display: none;
	border: solid;
	border-width: 2px;
	border-color: #000;
	border-radius: 5px;
	background-color: #FFF;
}
.submenu > li {
	width: 150px;
	color: #000000;
}
.submenu > li > a {
	color: #000000;
	display: block;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: normal;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: outset;
	text-shadow: none;
	font-weight: bold;
}
.submenu > li > a:hover {
	color: #069;
	text-align: left;
}
.submenu > span {
	background-image: url(images/flecha.png);
	margin: -10px 10px;
	width: 100%;
	height: 10px;
	position: absolute;
}
#menu > ul > li:hover > .submenu {
	display: block;
}
.bannertop {
	background-image: url(images/fondobanner.jpg)
}
.titulobaner {
	position: relative;
}
.buscador {
	position: absolute;
	left: 800px;
	top: 5px;
	color: #000000;
}
#slider {
}
#slider ul, #slider li {
	margin: 0;
	padding: 0;
	left: 200px;
	list-style: none;
	z-index: 4;
}
#slider li {
	width: 674px;
	height: 150px;
	overflow: hidden;
}
.titulo {
	background-color: #585858;
	color: #FFFFFF;
	font-size: 14px;
	padding: 10px;
	margin-bottom: 20px;
	border-bottom-width: 4px;
	border-bottom-color: #FE9A2E;
	border-bottom-style: solid;
	font-variant: small-caps;
	font-weight: bold;
}
.formulario_contacto {
	z-index: 10;
	color: #000000;
	position: absolute;
	top: 230px;
	width: 400px;
	left: 30px;
	text-align: justify;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: groove;
	padding: 10px;
	font-size: 12px;
}
.mapa {
	z-index: 10;
	color: #000000;
	position: absolute;
	top: 230px;
	width: 460px;
	left: 500px;
	text-align: justify;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: groove;
	padding: 10px;
	font-size: 12px;
}
.contenido_izq {
	position: relative;
	top: 70px;
	left: 10px;
	float: left;
	width: 600px;
}
.contenido_der {
	position: relative;
	top: 70px;
	float: right;
	margin: 0px;
	padding: 0px;
	right: 20px;
	width: 320px;
}
.fondo_der {
	position: relative;
	margin: 0px;
	padding: 0px;
	background-image: url(images/fondo_der.png);
}
.footer_der {
	position: relative;
	margin: 0px;
	padding: 0px;
	background-image: url(images/fondo_der_footer.png);
	height: 13px;
}
.contiene_servicio {
	z-index: 10;
	color: #000000;
	position: relative;
	width: 600px;
	left: 30px;
	text-align: justify;
	background-image: url(images/fondo_servicio.png);
	height: 200px;
	font-size: 12px;
}
.titulo_servicio {
	background-color: #585858;
	color: #FFFFFF;
	font-size: 14px;
	padding: 10px;
	margin-bottom: 20px;
	border-bottom-width: 4px;
	border-bottom-color: #FE9A2E;
	border-bottom-style: solid;
	font-weight: bold;
	font-variant: small-caps;
}
.text_servicio {
	position: relative;
	width: 410px;
	padding-right: 20px;
	left: 40px;
	height: 90px;
	font-size: 12px;
	color: #484848;
	overflow: auto;
}
.img_servicios {
	border-width: 1px;
	border-style: solid;
	position: relative;
	float: left;
	border-color: #d0d0d0;
	width: 80px;
}
.marco {
	left: 10px;
	border-width: 1px;
	border-style: solid;
	position: relative;
	border-color: #d0d0d0;
	width: 150px;
	height: 150px;
	float: left;
}
.ver_mas {
	position: relative;
	float: none;
	top: 20px;
	text-align: center;
}
.footer_servicio {
	z-index: 10;
	color: #000000;
	position: relative;
	margin-bottom: 20px;
	width: 600px;
	left: 30px;
	text-align: justify;
	background-image: url(images/fondo_servicio_footer.png);
	height: 13px;
	font-size: 12px;
}
.contiene_noticias > ul {
	margin: 0px;
}
.contiene_noticias > ul {
	margin: 0px;
}
.contiene_noticias > ul > li > a {
	text-decoration: none;
	font-size: 12px;
	color: #484848;
	font-weight: bold;
}
.contiene_noticias > ul > li > a:hover {
	text-decoration: underline;
}
.login {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 100px;
	background-color: #0B5F8C;
	width: 350px;
	border-radius: 5px;
	color: #749EB9;
	font-size: 12px;
	padding: 30px;
	-webkit-box-shadow: 0 5px 38px 0px #666;
	-moz-box-shadow: 0 5px 38px 0px #666;
	box-shadow: 0 5px 38px 0px #666;
	background-image: url(../img/bg-header.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.titulo_login {
	font-size: 20px;
	font-weight: 200;
	padding-bottom: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
}
.login input.form_login {
	font-size: 14px;
	color: #FFF;
	background-color: #014a71;
	border: 1px solid #012d45;
	padding: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-radius: 2px;
	width: 240px;
}
.boton {
	font-family: 'Roboto Condensed', sans-serif;
	background-color: #3a95c6;
	color: #ffffff;
	height: 30px;
	vertical-align: middle;
	border-radius: 5px;
	color: #FFF;
	font-weight: 500;
	cursor: pointer;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: uppercase;
	margin-top: 10px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	-webkit-box-shadow: 2px 2px 5px 0px #012d45;
	-moz-box-shadow: 2px 2px 5px 0px #012d45;
	box-shadow: 2px 2px 5px 0px #012d45;
	background-image: url(../img/bg-header.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-left: 5px;
}
.boton:hover {
	background-color: #014a71;
}
.boton > img {
	vertical-align: middle;
	height: 15px;
	width: 15px;
}
#lista_wrapper {
}
.cont_list {
	position: relative;
	text-align: center;
	font-size: 12px;
	padding: 1%;
}
.listado {
	border-color: #484848;
}
.head_row {
	font-size: 12px;
	font-weight: bold;
	background-color: #484848;
	color: #FFFFFF;
}
.foot_row {
	font-size: 12px;
	font-weight: bold;
	background-color: #C00;
	color: #FFFFFF;
}
.head_row > td {
	padding: 5px;
}
.row {
	font-size: 11px;
	background-color: #FFFFFF;
	color: #000000;
}
.row > td {
	padding: 5px;
}
.row:hover {
	background-color: #E1FFFF;
}
.head_row > td {
	padding: 5px;
}
.ingreso {
	font-size: 12px;
	text-align: right;
	color: #484848;
}
.cont_form {
	position: relative;
	top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin:auto;
	padding:10px;
	padding-top: 20px;
	border-width: 1px;
	border-style: solid;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	text-align: center;
}
.cont_boton {
	position: relative;
	top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 1000px;
	padding-top: 5px;
	border-width: 0px;
	border-style: solid;
	padding-bottom: 5px;
	text-align: center;
}
.title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #333333;
	display: block;
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1%;
	}
.new {
	float: right;
}
.new > a {
	text-decoration: none;
	color: #990000;
	font-size: 12px;
}
.error {
	color: #FF0000;
	font-size: 10px;
	font-weight: bold;
	background:rgba(255,255,255,0.7);
	
	border-radius:5px;

}
.noautorizado {
	margin-top: 100px;
	color: #900;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.paginador_enlace {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #333;
	padding: 5px;
}
.paginador_enlace:hover {
	background-color: #666;
}
.paginador_inicio {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #333;
	padding: 5px;
	-webkit-border-top-left-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-bottomleft: 50px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}
.paginador_inicio:hover {
	background-color: #666;
}
.paginador_final {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #333;
	padding: 5px;
	-webkit-border-top-right-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-topright: 50px;
	-moz-border-radius-bottomright: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
.paginador_final:hover {
	background-color: #666;
}
.paginador {
	text-align: center;
	padding: 5px;
}
.foot {
	font-family: 'Roboto Condensed', sans-serif;
	z-index: 100;
	position: fixed;
	background-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	font-size: 12px;
	color: #CCCCCC;
	border-top-color: #FFFFFF;
	margin: 0px;
	text-align: right;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	width: 96%;
	left: 0px;
	top: auto;
	right: 0px;
	bottom: 0px;
	opacity: 0.7;
}
.foot > a {
	color: #000000;
}
.datos {
}
.datos > span {
	left: 10px;
	font-weight: bold;
}
.datos > span > a {
	color: #FFFFFF;
	text-decoration: none;
}
.pie {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0B5F8C;
	margin-left: -10px;
	margin-right: -10px;
	background-color: #5f5f5f;
	min-height: 100px;
}
.navegador {
	float: left;
	width: 450px;
	padding: 10px;
	color: #FFFFFF;
	text-align: justify;
	font-size: 10px;
	padding-bottom: 10px;
}
.navegador > span {
	font-weight: bold;
}
.navegador > span > a {
	color: #000000;
}
.tit_foot {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	text-decoration: underline;
}
.nav {
	list-style-type: none;
}
.nav > li {
	float: left;
	padding-left: 40px;
}
.nav > li > a {
	color: #FFFFFF;
	text-decoration: none;
}
.nav > li > a:hover {
	text-decoration: underline;
}
.ui-button {
	background: #333;
}
label.error {
	position: relative;
	margin-letf: -20px;
	float: left;
	max-width: 70px;
	border: solid 1px #000;
	background: #C00;
	color: #FFF;
	font-size: 10px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, .7);
	padding: 2px 5px;
}
.user {
	font-family: 'Roboto', sans-serif, Arial;
	font-size: 10px;
	float: right;
	color: #066;
}

.salir{
	font-family: 'Roboto', sans-serif, Arial;
	font-size:12px;
	float:right;
	color:#066;
	top:30px;
}

.salir > a{
	font-family: 'Roboto', sans-serif, Arial;
	font-size:20px;
	float:right;
	min-width:100px;
	vertical-align:middle;
	color:#066;
	min-height:20px;
	top:30px;
}
	
.ajax-upload-dragdrop{
	margin:0 auto;
		
}

.ajax-file-upload-statusbar{
	margin:0 auto;
}

.oculta{display:none;
}