@charset "utf-8";
#contacto {
	padding-left: 50px;
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 18px;
}

#contacto form {
	display:block; clear:both; padding-top: 15px;
}
#contacto label {clear: left; float: left; width: 150px; text-align:right; padding: 5px 10px 5px 0; line-height: 20px;}
#contacto input, #contacto textarea {
	float: left;
	height: 20px;
	background-color: #232323;
	background-image: url(../images/fondofrm.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: none;
	font-size: 10px;
	line-height: 13px;
	color: #CCC;
	margin: 5px 0 5px 0;
	padding: 2px 5px 0 5px;
}
#contacto input {	width: 180px; }
#contacto textarea  {	height: 100px; 	width: 300px; line-height: 15px;}
#contacto input.boton {
	margin-left: 160px; width: 190px;
	height: 25px; 	float: left;
	clear: both;
	background-image: url(../images/fondobtn.gif);
	font-size: 12px;
	color: #FFF;
	text-align: center;
	padding-top: 5px; padding-bottom: 5px;
}
#redes {
	padding: 0 5px 25px 5px;
	clear: both; }
#redes ul, #contacto ul {display: block; height: 87px; }
#redes ul {margin-left: 45px;}
#redes ul li, #contacto ul li {
	list-style-type: none;
	display: inline;
}
#redes ul li a, #contacto a.ctc-rs, #contacto ul li a {
	text-decoration: none;
	background-image: url(../images/ctcredes/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 87px;
	width: 155px;
	float: left;
	text-align: center;
	font-size: 10px;
	line-height: 15px;
}
#contacto a.ctc-rs {display:block; float: none; margin: 10px 0 0 340px;}
#redes ul li a:hover, #contacto a.ctc-rs:hover, #contacto ul li a:hover  {	background-position: center -87px; color:#FFF;}
#redes ul li a img, #contacto a.ctc-rs img {	margin-top: 20px;}
#contacto ul li a img {	margin-top: 27px;}
