/*
----------------------------------------------------------------------
  Estudio46 | Diseño Gráfio y Comunicación 
  www.estudio46.com.ar | info@estudio46.com.ar 
----------------------------------------------------------------------
  ESTILOS CSS - 04 CONTACTO
----------------------------------------------------------------------
*/
.txt_contacto {
    text-align: left;
	/*color: #ef9c0a;*/
	font-size: 16px;
	line-height: 16pt;
	padding: 20px 15px 15px 15px;
}
.txt_color_seccion {
	color: #ef9c0a;
}
.txt_slogan {
	font-size: 20px;
	line-height: 16pt;
	color: #ef9c0a;
	text-transform: uppercase;
}
.txt_titulo{
	font-size: 16px;
	color: #ef9c0a;
	text-transform: uppercase;
}
.txt_detalle{
	padding: 20px 0px 15px 15px;
	font-size: 12px;
	line-height: 14pt;
}
/*---------------------------------------------------- > Tablas */
.td_formulario{
	padding: 15px 0px 0px 15px;
	line-height: 16pt;
	text-transform: uppercase;
}

input {
	padding: 4px 4px 4px 4px;
	text-align: left;
	/*font-size: 12px;*/
	color: #ef9c0a;
	border: thin solid #e8e8e8;
	height: 25px;
	width: 320px;
}
textarea {
	text-align: left;
	color: #ef9c0a;
	border: thin solid #e8e8e8;
	height: 150px;
	width: 320px;
}
/*---------------------------------------------------- > menu + links*/
.bt-asesor{
	color: #ffffff;
	TEXT-DECORATION: none;
	text-transform: uppercase;
}
.bt-asesor:hover{
	color: #fecb50;
	TEXT-DECORATION: none;
	font-weight: bold;
}
.bt-seccion{
	font-size: 10px;
	color: #cf7146;
	text-transform: uppercase;
	TEXT-DECORATION: none;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
}
.bt-seccion:hover{
	TEXT-DECORATION: underline;


<link href="asd.css" rel="stylesheet" type="text/css">

