/* CSS Document */

.caja_texto {
	-moz-box-sizing: border-box;
	border: 2px solid #D7D7D7;
	border-radius: 5px 5px 5px 5px;
	display: block;
	margin: 0 0 12px;
	overflow: hidden;
	padding: 9px 9px 8px;
	width: 100% !important;
	font-family: "Droid Sans", Arial;
	font-size: 14px;
	line-height: 14px;
	color: #666666;
	background-attachment: scroll;
	background-color: #F7F7F7;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.titular_pag {
	padding-bottom: 30px;
}

.columna_50 {
	float: left;
	width: 40%;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	padding-right: 90px;
}
.columna_olvido {
	width: 40%;
	float: right;
}



.tit_contacto  {
	border-bottom: 1px solid #D7D7D7;
	font-family: "Droid Sans", Arial;
	font-size: 21px;
	line-height: 24px;
	font-weight: 700;
	letter-spacing: -1px;
	width: 100%;
	text-align: left;
	color: #722537;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

.boton_contacto {
	display: block;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFFFFF;	
	background-color: #722537;
	font-size: 13px;
	text-align: center;
	width: 108px;
	border-radius: 5px;  /*Estandar   */
	-ms-border-radius: 5px; /* IE8   */ 
	-moz-border-radius: 5px; /* firefox   */  
	-webkit-border-radius: 5px; /*safari   */  
	-khtml-border-radius: 5px; /* Konqueror   */ 
	font-family: "Droid Sans", Arial;
	text-transform: lowercase;
	float: right;
	border: 2px solid #CCCCCC;
	line-height: 18px;
	font-weight: bold;
        cursor: pointer;
}

.boton_contacto_hover {	
    background-color: #D05220;
    color: #000000;
}
