/* CSS Encuestas por web*/
body{
	margin:0;
	text-align:center;
	background-color: #00638b;	
	font-family:Tahoma,Arial,Verdana;
	background-image:url(imagenes/bk.jpg);
	background-repeat:repeat-x;
}

td{

	color:#033972;
	font-size:12px;
	vertical-align: top;
}
.encabezado 
{
	width:100%;
	height:30px;
	text-align:center;
	background-repeat:repeat-x;
	background-image:url(imagenes/bkencabezado.jpg);
}
.pie 
{
	width:780px;
	text-align: center;
	padding-top:5px;
}
.contenido
{
	width:780px;
	height:550px;
	vertical-align:top;
}

