/* CSS para formularios */

#contacto
{
	margin-left:15px;
	_margin-left: 7px;
	*margin-top: 1em;
	width: 52%;
	float: left;
	line-height: 1.5em;
}

#contacto a
{
	text-decoration: none;
	font-weight: bold;
	color: #FF9900;
	border-bottom: #FF6600 dashed 1px;
}

#formu {
	width: 44%;
	float: left;
	position: relative;
	top: 0.5em;
}

form
{	
	padding: 0;
	margin: 0;
}

form div
{
	clear: both;
	overflow: hidden;
	margin: 0.5em auto;
	width: 85%;
}

div label
{	
	font-family: Tahoma;
	font-size: 9pt;
	float: left;
	margin: auto 0.4em auto auto;
	*margin: auto 0.2em auto auto;
}

div input
{
	font-family: Tahoma;
	font-size: 7pt;
	border: #CCCCCC solid 1px;
	float: right;
}

div input:focus
{
	border: #FFCC00 solid 1px;
}

div textarea
{
	width: 193px;
	height: 75px;
	font-family: Tahoma;
	font-size: 7pt;
	border: #CCCCCC solid 1px;
	float: right;
}

div textarea:focus
{
	border: #FFCC00 solid 1px;
}

.boton
{
	border: #333333 outset 1px;
	float: right;
}

.boton:focus
{
	border: #333333 outset 1px;
}

.boton:active
{
	border: #333333 outset 1px;
}

.boton:visited
{
	border: #333333 outset 1px;
}