﻿#contenedorcontacto
{
	width:800px;
/*border:1px solid red;*/
}
.imgpie
{
	width:300px;
}
.imglogo
{
	width:350px;
}
textarea
{
	width:100%;
	height:100px;
}
textarea.form-control.textarea {
    height: 127px;
    padding: 13px 0 9px 12px;
    width: 100%;
}

.espacio
{
	width:150px;
}
#cmdenviar
{
	width: 150px;
    height: 43px;
    color: white;
    background: #2D4F74;
    border: 1px solid #2D4F74;
    border-radius: 4px;
    text-align: center;
    font-weight: 700;
}
#enviar
{
	position:relative;
	top:6px;
}
#enviar:hover
{
	cursor: pointer;
}
.datos
{
	background:#5B9BD5;
}
.bordes
{
	border:1px solid red;
	background:#5B9BD5;
}
.lbl
{
	color:white;
}
th {
    border-top: 1px solid transparent;
    padding: 0px 20px 0px 0px;
}
select.select {
    height: 44px;
    padding: 5px 0 8px 12px;
}

.center-block {
	float: none;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.formulario {
	opacity: 0;
}
#contact{
	color: #2D4F74;
	text-align: center;
	font-family: Century Gothic;
	padding: 0px 10px 35px 10px;
}

