/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 2, 2017, 3:15:12 PM
    Author     : fvera
*/

.contenedor {
    padding: 25px;
}

.producto {
    display: block;
    background: #DBDBDB;
	
    width: 100%;
    min-height: 6%;
    /*line-height: 6%;*/
}

.producto:nth-child(2n+1) {
    /*background: #FFF;*/
	background:#DBDBDB;
}
.producto > div {
	display:inline-block;
	width:25%;
}
.limpiar {
    clear: both;
}

.visual{
	/*background: #78ABD1;*/
	background:#DBDBDB;
    /*font-family: "Verdana";*/
    padding: 10px 15px 10px 15px;
	width:100%;
}


.respuesta{
	border: 1px solid #333;
	background: #FFF;
	
	/*border: 1px solid #FFF;*/
    font-family: "Verdana";
	height: 35px;
	
}

/*********************************************/
/**************** TABLAS *********************/
/*********************************************/

table {
	width:100%;
    /*background: #FFF;*/
	background:#DBDBDB;
    border: 1px solid #333;
    margin-top: 15px;
}

table > thead > tr > td {

	border: 1px solid #333;
	/*background:red;*/
	
}

table > tbody > tr > td  {
	/*background: #FFF;*/
	background:#DBDBDB;
	border: 1px solid #333;
	/*background: #78ABD1;*/
}
.aa :nth-child(2n+1) {
    background: #FFF;
}
	

/*********************************************/
/**************** FORMULARIOS ****************/
/*********************************************/

.subtitulos{
	
	/*color:#000;*/
	/*padding:0px 0px 0px 0px;*/
	/*margin-top:0px;*/
	
	
}


.formulariodatos{
	/*background: #78ABD1; celeston*/
	background:#DBDBDB;
    font-family: "Verdana";
    overflow: hidden;
    padding: 0px 15px 10px 15px;
	margin:5px 0px 0px 0px;
}

.formulariodetalle{
	/*background: #78ABD1;celeston*/
	background:#DBDBDB;
    font-family: "Verdana";
    overflow: hidden;
    padding: 0px 15px 10px 15px;
	margin:5px 0px 0px 0px;
	width:100%;
	
}
.formulariodetalle button {
    background: red;
    color: #FFF;
    border: 1px solid #7b4e4e;
    height: 35px;
    padding: 0 15px;
    font-weight: bold;
    cursor: pointer;
    float: left;
    margin: 0 675;
	
    
}
.formulario {
    /*background: #78ABD1;celeston*/
	background:#DBDBDB;
    font-family: "Verdana";
    overflow: hidden;
    padding: 0px 15px 10px 15px;
	width: 100%;
}

.formulario h2 {
    color: #FFF;
    text-align: center;
}
.formulario h2 {
    color: #FFF;
    text-align: center;
}

.formulario div {
    margin:0 5px;
    width: 25%;
    float: left;
}

.formulario select, input[type="text"] , input[type="password" i] {
    width: 100%;
    height: 35px;
}

.formulario button {
    background: red;
    color: #FFF;
    border: 1px solid #7b4e4e;
    height: 35px;
    padding: 0 15px;
    font-weight: bold;
    cursor: pointer;
	float: left;
}
h5{
	margin:3px;
	
	
}

.left{
	width:50%;
	display:block;
	float: left;
	
}
figure{
	margin:150 200;
	
}
figure img{
	padding:4px;
	background:#666;
	border-radius:20px;
	-webkit-transition:-webkit-transform 0.3s ease-in-out 0.1s;
}
figure img:hover{
	-webkit-transform:scale(1.2);
	
}

.ingreso {
    padding: 25px;
	display: block;
	color:#666;
	background:#DBDBDB;

}

.formingreso button {
    background: red;
    color: #FFF;
    border: 1px solid #7b4e4e;
    height: 35px;
    padding: 0 15px;
    font-weight: bold;
    cursor: pointer;
	float: left;
	margin: 0 800;
}
.formingreso  {
	padding: 25px;
    width: 75%;
	margin: 15px auto;
    display: block;
	
}
.formingreso  div{
	padding:50px;
	    
}

.formingreso  h5{
	center:100%;
}

.formingreso h2 {
    margin: 0 400;
	/*color: #FFF;*/
    
}
.h2reg{
	margin: 0 400;
	
}