.tx_ct { color:  #FFF; }
#formulario_contacto
{
	border: 0px #c0c0c0 solid;
	color :#FFF;
	padding: 10px 30px 10px 0;
	display: block;
}

#titulo
{
	font:"times news roman";
	color: #000;
	font-size:  2em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	display: block;
}

.qp
{
	font-weight: bold;
	font-style:  italic;
}

#main {

	text-align:justify;
	background-image: url(../../contacto/contacto.png);
	background-repeat: no-repeat;
	background-position: top left;
	width:450px;
	height:319px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size : 12px;
}

form {
	width: 280px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    padding:25px 5px 5px 140px;
    margin-bottom:10px;
}

#result {
	background-image: url(../../contacto/bg_res.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: 80px;
	margin-top: 60px;
	width: 300px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size : 12px;
	padding:25px 5px 25px 5px;
}

.error {
    font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size : 10px;
    color:#dd1111;
    padding:5px;

}


.text {
	width: 270px;
	background:none;
		border-bottom: 1px solid #cccccc;
		color: cyan;
}

input  {
    border: 0px solid #cccccc;
	color: #FFFFFF;
}


#caption{
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin:10px;
    font-size : 14px;
    color:#ffffff;
	text-transform: uppercase;
}



.btn
{
    background-image: url(../../contacto/bgb.png);
    background-repeat: repeat-x;
    background-position:center center;
	font-size: 11px;
	padding: 4px 10px 4px 10px;
	color: #fff;
	width: 80px;
	float:right;
}

textarea
{
width: 270px;
height: 120px;
background:none;
border:1px #fff dashed;
color: cyan;
}


/* ________________________________ */
#contacto
{
	background-image: url(../../contacto/contacto.png);
	background-repeat: no-repeat;
	background-position: top left;
	width:450px;
	height:319px;

}

#formulario_contacto
{
margin: 35px 30px 0 20px;
}