@charset "UTF-8";
/* Body */
body {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    background-color: #f2f2f2;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-style: normal;
    font-weight: 200;
}
/* Container */
.container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 1000px;
}

.center {
	align: center;
}

/* Navigation */

h3 {color: white}

.negro {
	color: black;
	font-size: 11px;
}


.blanco {
	color: white;
	font-size: 11px;
}

img {
	display: block;
}

.tablet {
	 border-radius: 20px; 
}

.hidden {
	display: none;
}





/*                FORMULARIO                  */



.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}
.clearfix:after {
    clear: both;
}

/*div {
    border: 1px solid red;
} */

aside {
    display: block;
    width: 100px;
    background: #fff;
    float: left;
	font-size: small;
	padding-top: 8px;
}

aside2 {
    display: block;
    width: 290px;
    background: #fff;
    float: left;
	font-size: small;
	padding-top: 18px;
}


aside3 {
    display: block;
    width: 100px;
    background: #fff;
    float: left;
	font-size: small;
	padding-top: 8px;
}




span {
    display: block;
    width: 100%;
    background: #fff;
	padding-top: 5px;
}

.formulario {
    width: calc(100% - 102px);
    box-sizing: border-box;
    border: 1px solid #000;
	valign="middle";
}




/* fin                 FORMULARIO                  */





footer {
	display: inline-block;
}
