
/* CSS Document */

#fondo_sup{background:url(../images/bg/fondosup.png) center bottom no-repeat;margin:0 auto;padding:0;height:52px;margin-bottom:0px;}
#fondo_cent{background:url(../images/bg/fondocent.png) center top repeat-y; padding-bottom:50px;/*min-height:200px*/;margin:0;padding-top:15px}
#fondo_inf{background:url(../images/bg/fondoinf.png) top no-repeat;margin-top:0px;padding-top:0px;height:49px;margin-bottom:20px;}

#muestrario{
	background:url(../images/bg/fondillo.png) center top no-repeat;
	padding: 0px 50px 0px 50px;
	min-height:260px;
}


#muestrario a:hover{
	color:#000000;
}


a{
	text-decoration:none;
	color:#d41717;
}

a:hover{
	color:#d41717;
}

#contenedor img a{
	border:0px;
	color:none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    line-height: 0px;
	margin-top:20px;
}
#footer { 
	background:url(../images/bg/footer.png) center no-repeat;
	
	font-size:20px;
	text-align: center;
	height:120px;
} 


/*FORMULARIO*/

#formulario{
	margin:0 auto;
	width:300px;
	margin-top:20px;
	padding: 10px;
}

#form {
	font: 100%  Comic Sans MS,Verdana, Arial, Helvetica, sans-serif;
    margin:0 auto;
	list-style:none;
	width:215px;
	font-size:10px;
	border:0;
}

#form legend{
	text-align:center;
    font-weight:bold;
    font-size:18px;
	margin-bottom:15px;
}

#form p{
    padding-bottom:5px;
	margin-bottom:5px;
	margin-top:0px;
}

#form p label{
    float:left;
    text-align:left;
	text-transform:uppercase;
}

#form input[type=text] {
	width:215px;
    border:1px solid #999;
}

#form textarea[type=text]{
	width:215px;
	border:1px solid #999;
	margin:0;
}
