*{
	padding:0;
	margin: 0;    
}

html,body{
	height: 100%;
	width: 100%;
}
body{
	color:#353535;
	font-size: 100%;
	font-family: 'Open Sans', sans-serif;
	background: #F2F2F2;
	overflow: hidden;
}

header{
	width: 100%;
	background: white;
}

a{
	text-decoration: none;
	color: #000000;
}
a:hover{
	color: #D50505;
}
ul{
	list-style:none;
}
h1,h2,h3,h4,h5,h6{
	display: block;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: normal;
}
input {
	font-family: 'Open Sans',sans-serif;
}	
#opHeader{
	width: 50%;
	background: white;
	display:inline-block;
	vertical-align: middle;   
	position: relative;
	height: 100%;
}
#usr,#compras{
	display: inline-block;
	color: #585858;
}
#usr{
	width: 65%;
	position: absolute;
	top:50%;
	margin-top: -1.5%;
}
#usr p{
	font-size: 0.82em;
	line-height: 1em;
	font-family: 'Open Sans', sans-serif;
}
#usr a{
	font-size: 0.82em;
	line-height: 1em;
}
#compras {
	height: 100%;
	float: right;
	text-align: right;
	display: inline-block; 
}
#compras ul{
	display: inline-block;
}

#compras li{
	display: table-cell;
	vertical-align: middle;
	margin: 0 0 0 0.4em;
	height: 3.7em;
	line-height: 3.7em;
}

#compras a{
	font-size: 0.68em;
	color:#7F7F7F;
}
#compras a:hover{
	color: #D50505;
}
#compras div{
	height: 31px;
	display:inline-block;
	background-repeat: no-repeat;
	vertical-align: middle;
}
#compras div:hover{
	background-repeat: no-repeat;
}

#iconoCargaDePedidos{
	background: url('../img/iconoCargaDePedidosGris.png');
}
#iconoCargaDePedidos:hover{
	background: url('../img/iconoCargaDePedidosRojo.png');
}

div#iconoContacto1{
	background: url('../img/iconoContactoGris.png') no-repeat center center;
	padding-left:26px;
	height: 100%;
}
#iconoContacto1:hover{
	background: url('../img/iconoContactoRojo.png') no-repeat center center;
}
div#iconoContacto2 {
	background: url('../img/signoGris.png')  no-repeat center center;
	padding-left:26px;
	height: 100%;
}
#iconoContacto2:hover {
	background: url('../img/signoRojo.png')  no-repeat center center;
}
#iconoSG{
	background: url('../img/iconoSGgris.png');
}

#iconoSG:hover{
	background: url('../img/iconoSGrojo.png');
}
#hederOpcionesLogin{
	height:3.7em;
	display:block;
}
#titulo{
	width: 100%;
	height:3.7em;
	background: #DE0009;
	position:relative;
}
#titulo img{
	position: relative;
	top: 10px;
	width: 234px;
	height: 41px;
}
#sectionLogin{
	background: url('../img/backgroundSection.jpg') no-repeat;
	display: block;
	width: 100%;
	height:84.8%;
	border-top: solid white 1px;
	border-bottom: solid #DE0009 4px;
	background-size: cover;
}
#articleLogin{
	display: table;
	height: 100%;
	width: 284px;
	float: right;
	color: white;
	background: rgba(0,0,0,0.7);
}
#contenLogin{
	display: table-cell;
	vertical-align: middle;
}
#titleLogin{    
	font-size: 117%;
	letter-spacing: 0.025em;
	margin-left: 30px;
}
.datosUsuarioLogin{
	display: block;
	width: 92%;
	height: 24px;
	outline: none;
	border-radius: 1px;
	border: none;
	background: white;
	box-shadow: 0 -7px 5px -6px #000000 inset;
}
.tituloUsuarioLogin{
	margin-bottom: 2%;
	font-size: 10.25pt;
}
#contraseniaLogin{
	display: inline-block;
}
.ayudaLogin{
	font-size: 9.75pt;
	position: relative;
	bottom: -4px;
	display: inline-block;
	float: right;
	margin-right: 8%;
	color:#808080;
}
.generalLogin{
	margin-top: 7%;
	margin-left: 30px;
}
#selectTipoUsuario{
	padding: 2px 7px;
	line-height: 10pt;
	font-size: 10pt;
	background: white;
	box-shadow: 0 -7px 5px -6px #000000 inset;
	border: none;
	width: 100%;
	height: 26px;
	position:relative;
	top: 0px;
	-webkit-appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
#contenedorSelectUsuario{
	vertical-align: top;
	display: inline-block;
	width: 50%;
	position: relative;
	height: 26px;
}
#contenedorSelectUsuario:after{
	width: 26px;
	height: 26px;
	display: block;
	content: '';
	position: relative;
	right: -101px;
	top: -26px;
	pointer-events: none;
	background: url("../img/selectNormalLogin.png") white no-repeat center center;
}
/*cuando se selecciona*/
#contenedorSelectedUsuario{
	vertical-align: top;
	display: inline-block;
	width: 50%;
	position: relative;
	height: 26px;
}
#contenedorSelectedUsuario:after{
	width: 26px;
	height: 26px;
	display: block;
	content: '';
	position: absolute;
	pointer-events: none;
	top: 0;
	right: 0;
	background: url("../img/selectFocusLogin.png") white no-repeat center center;
}
/*fin seleccionado*/
#botonLogin{
	padding: 0 7px;
	height: 26px;
	background: #DE0009;
	color: white;
	font-size: 10pt;
	border: none;
	float: right;
	margin-right: 8%;
	width: 35%;
	vertical-align: top;
	-webkit-appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
#footerLogin{
	height: 9%;
	border-top: solid rgba(255,255,255,0.3) 1px;
	background: none;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	display: table;
}
#footerLogin div{
	display: table-cell;
	vertical-align: middle;
}
#footerLogin p{
	color: #E3E5E8;
	font-size: 65%;
	margin: 0;
	padding: 0;
}
.conten{
	width: 65%;
	margin:auto;
}
#contenArticleLogin{
	height: 89.8%;
}
