
.contenedorForm {
	background: #222222;
	max-width: 1200px;
	margin: auto;
}

.titulo {
	font-weight: 400;
	color: #DDDDFF;
	text-align: center;
	padding: 50px 0 20px 0;
}

.border {
	border: none;
	margin-bottom: 5px;
	border-top: 6px solid #CC0000;
	background: none;
	color: none;
	max-width: 500px;
	width: 90%;
	margin: auto;
}

.formulario {
	margin: auto;
	max-width: 500px;
	padding: 30px;
/*	margin-bottom: 30px;
*/}

.formulario .form-group {
	width: 100%;
	margin-bottom: 8px;
}

.formulario input[type="text"],
.formulario input[type="password"],
.formulario input[type="email"],
.formulario input[type="number"],
.formulario input[type="file"],
.formulario textarea {
	padding: 8px;
	font-family: 'Cabin', sans-serif;
	font-size: 17px;
	line-height: 17px;
	border: none;
	vertical-align: top;
	resize: none;
}

.formulario select {
	width: calc(100% - 52px);
	padding: 7px;
	font-family: 'Cabin', sans-serif;
	font-size: 17px;
	line-height: 20px;
	border: none;
	vertical-align: top;
}

.formulario .icono {
	padding: 8px;
	text-align: center;
	width: 40px;
	max-height: 40px;
	font-size: 20px;
	line-height: 20px;
	background: #CCCCCC;
	display: inline-block;
	color: #555555;
	vertical-align: top;
}

.formulario .icono.izquierda {
	margin-right: 2px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.formulario .texto_form,
.formulario .password {
	width: calc(100% - 52px);
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.formulario .campo_btn {
	width: calc(100% - 96px);
}

.formulario .btn_imagen {
	width: calc(100% - 96px);
	padding: 6px;
	background: #FFFFFF;
	
}

.formulario .error ul {
	padding: 0 15px;
}

.formulario .error ul li {
	text-decoration: initial;
	margin-bottom: 10px;
	color: #FFFFFF;
}

.formulario .submit-btn {
	/*padding: 0 0 0 15px;*/
	margin-left: 5px;
	text-align: center;
	width: 40px;
	height: 36px;
	font-size: 20px;
	line-height: 36px;
	background: #CC0000;
	display: inline-block;
	color: #FFFFFF;
	cursor: pointer;

	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.formulario .submit-big {
	width: 98%;
	padding: 15px;
	text-align: center;
	font-size: 20px;
	line-height: 36px;
	background: #CC0000;
	display: inline-block;
	color: #FFFFFF;
	cursor: pointer;
	font-family: 'Cabin', sans-serif;
	font-size: 17px;
	line-height: 17px;
	border: none;
	vertical-align: top;
	resize: none;

	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-ms-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

.formulario .submit-big:hover {
	background: #FF0000;

} 

.texto-login {
	font-size: 20px;
	text-align: center;
	color: #EEEEEE;
}

.texto-login a {
	display: block;	
	font-size: 18px;
	color: #AAAAFF;
	text-align: center;
}

 .aForm {
	text-decoration: none;
	color: #DDDDDD;
	line-height: 50px;
	padding-bottom: 50px;
}

.aForm:hover {
	color: #FFFFFF;
}


.contenido article {
	padding: 30px;
	background: #EEEEEE;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.contenido article p{
	margin-bottom: 10px;
	color: #000000;
}

.desc-prod {
	margin-left: 10px;
	vertical-align: top;
}

table#pedido td.categoria, 
table#pedido tr#encabezado,
table.panel td.categoria, 
table#panel tr#encabezado {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    font-family: pt-sans, sans-serif;
    padding: 5px 10px;
    color: #fff;
    background: #5A696D;
    border-top: 4px #fff solid;
}

table#descripcionconfoto tr{
    background: none !important;
    border-bottom: 0 !important;
}

table#descripcionconfoto tr img{
    margin-right: 10px;
}

table {
	max-width: 98%;
	margin: auto;	
}

th {
	height: 50px;
	background-color: #006600;
	color: white;
	padding: 5px 10px 5px 10px;
}


tr {
	height: 30px;
}

tr:nth-child(even) {
	background-color: #DDDDDD;
}

tr:nth-child(odd) {
	background-color: #EEEEEE;
}

td {
	padding: 5px 10px 5px 10px;
}

