/* CSS Document */
@import url("formulario.css"); 

*
{
margin-top:0;


}

body
{
	font-family:Arial, Verdana, "Lucida Sans Unicode", tahoma;
	font-size:13px;
	background-image:url(../imagenes/fondo.png);
	background-repeat: repeat;
	background-position:top center;
	background-attachment:fixed;

}

#contenedor
{
position:relative;
background-image:url(../imagenes/fndpiac.png);
background-color:#FFFFFF;
background-repeat:repeat-y;
background-position:top right;
width:800px;
left: 50%;
margin-left: -400px;
height:750px;
border:solid #FFFFFF 3px;
}



#contenido
{
position:relative;
margin-left:10px;
margin-right:10px;
}

#contenido input
{
	font-size:13px;
	
}

#indicaciones
{
	position:relative;
	float:left;
}

#wrapper
{
	width:100%;
	text-align:center;
	max-width:800px;
	min-width:600px;
	border:5px;
	border-style:solid;
	border-color:#000;
	background-color:#fff;
}

.franja-negra
{
	width:100%;
	height:43px;
	background-color:#000;
	color:#FFF;
	font-size:14px;
}

.franja-negra a
{
	color:#FFF;
}


