<link href="http://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">

html {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Montserrat", sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #003169;
        background: #fff;
    font-size:14px;
}


#cabecera {
    margin-top: 50px;
    height: 110px;
    width: 100%;
    padding-top: 25px;
}

@media (min-width: 992px ) {

	#contenido {
		max-width: 1024px;
	}
	
	#contenedor {
		max-width: 911px;
	}
}

#contenido {
	width: 100%;
	padding: 0 10px;
        margin-left: 20px;
        margin: 0px auto;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #c02828;
	font-size: 32px;
}

a:hover {
	text-decoration: none;
	color: #005EC4;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #181818;
	clear: both;
}

a {
	color: #03469D;
}

strong {
	color: #000000;
}

h2 {
	padding: 0;
	font-size: 24px;
	margin: 0em 0 1em 0;
	padding: 0px 0px 6px 15px;
}

h3 {
	padding: 0;
	font-size: 130%;
	margin: 0em 0 0em 0;
	border-bottom: 1px dotted #000000;
}

h4 {
	font-size: 15px;
	font-weight: bold;
	font-family: "Montserrat", sans-serif;
}

h2.titHome {
	font-size: 118%;
	color: #000000;
	padding: 0px 0px 3px 0px;
}

h5 {
	font-size: 108%;
	color: #FFFFFF;
	padding-bottom: 4px;
}

/* @end */

/* @group estructura pagina */

#contenedor {
	border: 0px;
	margin: 0 auto;
	color: #424242;
	
    width: 100%;
}

#contentwrapper {
    max-width: 982px;
    width: 100%;
    margin: 0 auto;
    background: url(/images/background_center.jpg) no-repeat center transparent;
    min-height: 262px;
    padding-top: 40px;
    background-size: auto 100%;
}

@media (max-width: 767px) {
	
	#contentwrapper {
		padding-bottom: 4em;
	}
}

#contentwrapperlistado {
    max-width: 982px;
    width: 100%;
    margin: 0 auto;
    background: url(/images/background_center.jpg) no-repeat bottom #f7f7f7;
    position: relative;
}


#cabecera {
	max-width: 925px;
	width: 100%;
	margin: 0px 0 0 0;
	padding: 0 0 0 21px;
	text-align: left;
        padding-top: 25px;
}

#logotipo {
	border: 0px;
	
	height: 160px;
	text-align: center;
	float: left;
	max-width: 925px;
	width: 100%;
}

#logotipo h1 {
	font-size: 150%;
}

#banner {
	border: 0px;
	background: #FFFFFF;
	height: 112px;
	margin-bottom: 20px;
}


#contenido-central {
	line-height: 1.3em;
	margin: 0em 0em 0em 0em;
}


.fieldsetlogin {
    max-width: 375px;
    width: 100%;
    height: 180px;
    text-align: right;
    margin: 0px auto;
    padding-top: 25px;
    border: 0px;
    background: url(../images/background_acceso.jpg) no-repeat left transparent;
}

.fieldsetlogin #campos {
    margin-top: 0px;
}

.fieldsetlogin p {
    margin: 15px auto 10px;
    text-align: center;
}
.fieldsetlogin input {
/*    float: right;
    clear: both;*/
    margin: 0 auto;
}

.fieldsetlogin .botonderecha {
    margin-right: 30px;
    background: #e31118;
	border: 1px solid #e31118;
	border-radius: 5px;
	padding: 5px 10px;
	color: #fff;
}

div.listadoproductos {
    max-width: 750px;
    width: 100%;
}

.lineatitulo {
    background-color: #E31218;
    color: #fff;
    clear: both;
    border: 2px solid #E31218;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
   font-size: 1.4em;
}

.lineatitulo.gris {
	background-color: #656565;
	border: 2px solid #656565;
}

.linea {
   
    clear: both;
    margin: 0 auto 1em;
	font-size: 1.4em;
	
}




ul.lineatitulo li {
    background-color: #666666;
    line-height: 25px;
    
}

ul.lineatitulo a {
    color: #fff;
}

ul.linea li.check
{
    width: 50px;
    margin-right: 10px;
    text-align: left;
}

ul.lineatitulo li.check {
    width: 50px;
    padding-right: 10px;
    text-align: left;
    
}

ul.linea li.nombre {
    width: 400px;
    min-width: 400px;
    margin-right: 10px;

}

ul.lineatitulo li.nombre {
    width: 400px;
    min-width: 400px;
    padding-right: 10px;

}
ul.linea li.cantidad
{
    width: 60px;
    margin-right: 10px;

}

ul.lineatitulo li.cantidad {
    width: 60px;
    padding-right: 10px;

}
ul.linea li.precio,
ul.lineatitulo li.precio {
    width: 60px;
}

#paginacion {
    clear: both;
    width: 740px;
    text-align: right;
    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: 130px;
    padding-left: 0;
    float: left;
    background-color: #e5e5e5;
    border-top: 1px solid #bbbbbb; 
    border-bottom: 1px solid #bbbbbb; 
}

#paginacion ul {
/*    margin-left: 150px;*/
    float: right;
}

ul.paginacion {
    width: 215px;
    clear:both;
}

ul.paginacion li {
    float: left;
    list-style-type: none;
    margin-right: 10px;
    color: #ffaa00;
}

ul.paginacion li a {
    color: #666666;
}
div.button {
    width: 150px;
}

a.button {
/*    line-height: 50px;
    margin: 20px auto;
    text-decoration: none;
    font-size:20px;
    clear: both;
    display: block;
    border-radius: 10px;
    background-color: #FFB008;
    width: 300px;
    text-align: center;*/
}

div#buscador {
   margin-bottom: 30px;
   text-align: left;
}

div.buttonlistado  {
    padding-top: 20px;
    width: 600px;
}
.buttonlistado a {
    line-height: 50px;
    margin: 20px auto;
    text-decoration: none;
    font-size:20px;
    clear: both;
    display: block;
    border-radius: 10px;
    background-color: #FFB008;
    width: 300px;
    text-align: center;
}



#cargartienda,
#cargartienda2	{
    
    max-width: 215px;
    width: 100%;
    height: 128px;
   
    border: 2px solid #fff;
    background: #cacacc; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#cacacc, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#cacacc, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#cacacc, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#cacacc, white); /* Standard syntax */
}


@media (max-width: 767px) {
	#cargartienda,
	#cargartienda2	{
		margin: 0 auto;
	}
	
	#cargartienda2	{
		margin-top: 2em;
	}
}

#cargartienda h2,
#cargartienda2 h2 {
	font-size: 16px;
	margin-top: 1em;
}


#referenciasextra	{
    background: url(../images/background_referencias.jpg) no-repeat center transparent;
    margin-top: 20px;
    width: 215px;
    height: 128px;
    float: left;
    margin-left: 100px;
}


#seleccionaritems{
    background: url(../images/background_items.jpg) no-repeat center transparent;
    width: 215px;
    height: 128px;
    float: left;
    margin-left: 50px;
}

#exportarecommerce {
    background: url(../images/background_exportar.jpg) no-repeat center transparent;
    width: 215px;
    height: 128px;
    float: right;
    margin-right: 100px;
}

#iniciarcarga{
    background: url(../images/background_preload.jpg) no-repeat center transparent;
    width: 215px;
    height: 128px;
    margin: 0 auto;
/*    margin-left: 50px;*/
}


#cargartienda a.button img,
#cargartienda2 a.button img,
#referenciasextra a.button img,
#seleccionaritems a.button img,
#exportarecommerce a.button img,
#iniciarcarga a.button img{
    margin-top: 20px;
    margin-left: 5px;
}

div.buttonadmin {
    width: 113px;
    height: 19px;
}

div.buttonadmin a {
    width: 113px;
    height: 39px;
    line-height: 19px;
    background: url(../images/button.png) no-repeat center transparent;
}

#cabeceralistado {
    text-align: center;
    width: 100%;
	font-size: 1.3em;
    padding: 2em 2em 0;
}
#botonescabecera {
    margin-top: 10px;
    width: 250px;
    float: right;
}

div#buttonadmin {
    float: left;
    margin-right: 10px;
}
div#buttonadmin input {
    width: 113px;
    height: 22px;
    line-height: 19px;
    background: url(../images/button.png) no-repeat center transparent;
}

.clearfix:after {
	height: 0;
	clear: both;
	content: ".";
	display: block;
	visibility: hidden;
}

.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }

.clearfix { display: block; }


#letrerocarga {
    position: absolute;
    top: 0px;
    left: 300px;
    background: #fff;
    width: 480px;    
    border: 1px solid #000;
    border-radius: 10px;
}

#letrerocarga h1 {
    margin: 0 auto;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    
}

#listadoproductos {
	padding: 0 1em 4em;
}

.lineadatos {
	padding: 1em 0;
}

.lineadatos div {
	border-bottom: 2px solid #e31118;
}

#buscadormodelo span {
	width: 20%;
}

#buscadormodelo select {
	width: 80%;
}

.linearesultado {
	font-size: 1.4em;
}

.linearesultado {
	padding: 10px 0 20px;

	border-bottom: 1px dotted #000;
	
	margin: 0 auto;
}

.linearesultado img,
.linearesultado span.consultar,
.linearesultado span.descuento,
.linearesultado a  {
	float: right;
	padding-right: 10px;
}

.linearesultado a {
	text-decoration: underline;
	color: blue;
}


.titulobusqueda h3{
	font-size: 2em;
	text-transform: uppercase;
	margin-bottom: 1.5em;
	border-bottom: 0px solid #fff;	
}

.lineatalla {
	border-bottom: 1px solid #E31218;
	border-left: 1px solid #E31218;
	border-right: 1px solid #E31218;
}

.lineatalla.gris {
	border-bottom: 1px solid #656565;
	border-left: 1px solid #656565;
	border-right: 1px solid #656565;
}

.lineatalla div.col-md-12 {
	
	padding: 0.5em 0;
	display: table;
	width: 100%; 
}

.lineatalla .datotalla {
	display: table-cell;
	vertical-align: middle;
	min-height: 35px;
}

#leyenda {

}

#leyenda .datoleyenda {
	margin-bottom: 1em;
	
	display: table;
	
}
#leyenda .datoleyenda .texto {
	display: table-cell;
	vertical-align: middle;
	min-height: 35px;
	display: block;
	width: 100%;
	text-align: center;
}


#campos .form-control {
	width: 80%;
} 

#campos .botonDerecha
 {
	margin-right: 10px;
	padding: 0.5em 2em;
	color: #fff;
	background: #E31218;
	font-size: 12px;
}

#usuario .row {
	margin-bottom: 1em;
}

#usuario .columnatitulo {
	font-size: 14px;
}

#usuario #salvar,
#buscador #buscar {
	margin-right: 10px;
	padding: 0.5em 2em;
	color: #fff;
	background: #E31218;
	font-size: 12px;
}

#buscador #buscar {
	margin-top: 20px;
}
@media (max-width: 767px) {
	.anterior, .nombre {
		margin-bottom: 1em;
	}

}
@media (max-width: 991px) {
	#buscadormodelo {
		margin-bottom: 1em;
	}
}
@media (min-width: 992px) {

	#usuario .isadmin {
		text-align: left;
	}
	
	.anterior {
		width: 30%;
		margin-right: 3%;
	}
	
	.posterior {
		width: 30%;
		margin-left: 3%;
	}
}

.anterior, .posterior {
	color: #7d7d7d;
}
.cabeceranuevo {
	margin-bottom: 0.4em;
}
.lineausuario a,
.cabeceranuevo a {
	color: #003169;
}

a.btn-danger,a.btn-danger:link, a.btn-danger:visited  {
	color: #fff;
}
.lineausuario {
	margin-bottom: 0.4em;
}
.lineausuario div {
	line-height: 32px;
}

#contentwrapper, #contentwrapperlistado, #contentwrapperlistado  {
	position: relative;
}

#salir {
	width: auto;
	position: absolute;
	right: 5px;
	top: -25px;
	font-size: 16px;
	text-transform: uppercase;
}


.boxsubidafichero {
	border: 1px solid #656565;
	padding: 15px;
}

input[type="file"] {
	display: inline-block;
}

.boxsubidafichero #boxleyendas {
	margin-top: 2em;
}

.boxsubidafichero .leyenda {
	
}


#mensaje {
	margin-top:3em;
}

#mensaje .red {
	color: red;
}

#mensaje .green {
	color: green;
}

#err {
	margin-top: 3em;
}

#err .red {
	background: red;
	color: #fff;
	display: block;
	padding: 1em;
	
}