body{
	background-color: #111;
        margin: 0px;
}

#principal{
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	height:100%;
	border-color: silver;
	border-style: solid;
        border-width: 5px;
	margin-top:10px;
	margin-bottom:10px;
}

#cabecera{
	height: 300px;
	background-color: black;
}

#contenido{
        min-height: 550px;
        height: 100%;
	background-color: #CCCCC7;
	padding:10px;
	padding-top:20px;
}

#logo{
	position:absolute;
}

#boton_1{
	width:100px;
	height:100px;
	position:absolute;
	margin-top:0px;
	margin-left:650px;
}

#boton_2{
	width:100px;
	height:100px;
	position:absolute;
	margin-top:100px;
	margin-left:650px;
}

#boton_3{
	width:100px;
	height:100px;
	position:absolute;
	margin-top:200px;
	margin-left:650px;
}

#boton_4{
	width:100px;
	height:100px;
	position:absolute;
	margin-top:50px;
	margin-left:800px;
}

#boton_5{
	width:100px;
	height:100px;
	position:absolute;
	margin-top:150px;
	margin-left:800px;
}

#imagen{
	float:left;
	margin:10px;
	margin-right:30px;
	width:400px;
}

#texto{
	margin-left:12px;
	font-size:15px;
    	letter-spacing: 1px;
	text-align: justify;
	font-family: Impact, Charcoal, sans-serif;
}

.texto{
	font-size:15px;
    	letter-spacing: 1px;
	text-align: justify;
	font-family: Impact, Charcoal, sans-serif;
}

.formulario_label{
	margin:12px;
	font-size:15px;
    	letter-spacing: 1px;
	text-align: justify;
	font-family: Impact, Charcoal, sans-serif;
}

#contacto_form{
	margin-top:10px;
	margin-left: 50px;
}

#tabla{
	margin-top:10px;
	margin-left:90px;
}

.formulario_campo{
	margin-top:15px;
}

#campo_juntos{
	margin-top:15px;
	height:50px;
}

#campo_derecha{
	position:absolute;
	margin-left:500px;
}

#campo_izquierda{
	position:absolute;
}

#formulario_mail{
	width:400px;
}

#formulario_nombre{
	width:400px;
}

#formulario_asunto{
	width:900px;
}

#formulario_textarea{
	width:900px;
	height:200px;
	resize:none;
}

#formulario_submit{
	margin-top:15px;
}

#pagina_iz{
	position:absolute;
	width:480px;
	margin-top:10px;
	margin-left:40px;
}

#pagina_der{
	position:absolute;
	margin-left:510px;
	width:450px;
	margin-top:10px;
}

#imagen_web{
	margin-bottom:20px;
	width:450px;
	height:300px;
}

#tabla_precios{
	font-size:13px;
    	letter-spacing: 1px;
	text-align: center;
	font-family: Impact, Charcoal, sans-serif;
}

.fila{
	height:20px;
	border:0px;
}

.columna_articulo{
	height:20px; 
	width: 324px; 
	background-color:#FFFFFF; 
	border: solid 1px #000000;  
}

.columna_cantidad{
	height:20px; 
	width: 78px; 
	background-color:#FFFFFF; 
	border: solid 1px #000000;  
}

.columna_pu{
	height:20px; 
	width: 173px; 
	background-color:#FFFFFF; 
	border: solid 1px #000000;  
}

.columna_psi{
	height:20px; 
	width: 120px; 
	background-color:#FFFFFF; 
	border: solid 1px #000000;  
}

.columna_pi{
	height:20px; 
	width: 95px; 
	background-color:#FFFFFF; 
	border: solid 1px #000000;  
}

.input1{
	background-color: #D7D7D7; 
	border:0px; 
	height: 20px; 
	width: 78px; 
}

.input2{
	background-color: transparent; 
	border:0px; 
	height: 20px; 
	width: 173px; 
}

.input3{
	background-color: transparent; 
	border:0px; 
	height: 20px; 
	width: 120px;  
}

.input4{
	background-color: transparent; 
	border:0px; 
	height: 20px; 
	width: 95px; 
}

.pregunta{
	font-size:17px;
    	letter-spacing: 1px;
	text-align: justify;
	font-family: Impact, Charcoal, sans-serif;
	margin-left:80px;
	color:#236DF0;	
}

.respuesta{
	font-size:15px;
    	letter-spacing: 1px;
	text-align: justify;
	font-family: Impact, Charcoal, sans-serif;
	margin:5px;
	margin-top:10px;
	margin-left:60px;
}


.hvr-bounce-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	}
	.hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
