/*estilos para los módulos de la sección contacto*/
div#contenido{
	background:url(./contacto_contenido_bg.jpg) no-repeat right bottom;
	padding-bottom:15px;
	text-align:center;
}
div#contenido p{
	display:block;
	text-indent:15px;
	text-align:justify;
	margin:0;
	padding-bottom:10px;
	margin-right:10px;
}
div#personal{
	width:400px;
	margin:20px auto;
	text-align:left;
}
div#personal h4{
	font:bold 11px verdana;
	padding:5px 0;
	margin:5px 0 10px 0;
	border-bottom:1px solid rgb(100,100,100);
}
div#personal div{
	width:100%;
	min-height:32px;
	_height:32px;
	margin-bottom:4px;
}
span.primero{
	display:block;
	position:absolute;
	width:170px;
	text-align:right;
	font:normal 11px verdana;
}
span.segundo{
	display:block;
	width:220px;
	float:right;
}
span.segundo input, span.segundo textarea, span.segundo select{
	display:block;
	width:200px;
	height:20px;
	background:rgb(255,255,255);
	border:1px solid rgb(200,200,200);
	font:bold 10px verdana;
	color:rgb(50,50,50);
}
div#especial{
	height:150px;
}
div#especial span.segundo textarea{
	height:140px;
}
div#form_buttons span.primero input, div#form_buttons span.segundo input{
	display:block;
	width:100px;
	border:1px solid rgb(200,200,200);
	font:bold 10px verdana;
	background:rgb(50,50,50);
	color:rgb(255,255,255);
	height:20px;
}
div#form_buttons span.primero input{
	margin-left:auto;
}
