@charset "utf-8";
#wraper {
	margin: auto;
	width: 800px;
}
#cuadro1 {
	margin: auto;
	width: 800px;
}

#cuerpo3 {
	background-color: #FFFFFF;
	width: 800px;
}

#cabecera {
	width: 800px;
}
#pie {
	width: 800px;
	background-image: url(../img/texpie.jpg);
	background-position: bottom;
	background-repeat:  repeat-x;
}
#pie a {
	font-size: 10px;
	color: #0033FF;
}
#pie a:hover {
	background-color: #0033FF;
	color: #FFFFFF;
}
#cuerpo1 {
	width: 800px;
}
#wraper #cabecera #cuerpo1 input {
}

#wraper #cabecera #cuerpo1 select {
	background-color: #FFFF00;
	font-weight: bold;
}
