body {
	background: url(../images/fondo.jpg) repeat;
	margin: 0 0 0 0;
}

table.main{
	background: #FFFFFF;
	width:770px;	
	border-width:3px;
	border-top-width:0px;
	border-style:outset;
	border-color:#666666;
	/*border-collapse:collapse;
	border-spacing:0px;
	margin-left:auto;
	margin-right:auto;*/
	
}

td {
	vertical-align:top;
}

td.fondo1  { background: url(../images/fondo1.png) no-repeat; width:770px; height:25px; }
td.fondo2  { background: url(../images/fondo2.png) no-repeat; width:30px; height:245px; }
td.fondo3  { background: url(../images/fondo3.png) no-repeat; width:240px; height:245px; }
td.fondo30 { background: url(../images/fondo30.png) no-repeat; width:240px; height:25px; }
td.fondo31 { background: url(../images/fondo31.png) no-repeat; width:240px; height:40px; padding-left:100px; }
td.fondo32 { background: url(../images/fondo32.png) no-repeat; width:240px; height:40px; padding-left:130px; }
td.fondo33 { background: url(../images/fondo33.png) no-repeat; width:240px; height:40px; padding-left:145px; }
td.fondo34 { background: url(../images/fondo34.png) no-repeat; width:240px; height:40px; padding-left:130px; }
td.fondo35 { background: url(../images/fondo35.png) no-repeat; width:240px; height:40px; padding-left:100px; }
td.fondo36 { background: url(../images/fondo36.png) no-repeat; width:240px; height:20px; }
td.fondo4  { background: url(../images/fondo4.png) no-repeat; width:500px; height:145px; }
td.fondo5  { background: url(../images/fondo5.png) no-repeat; width:120px; height:100px; }
td.fondo6  { background: url(../images/fondo6.png) no-repeat; width:380px; height:100px; }

a { }
a:link { }
a:hover { }
a:active { }
a:visited { }

img { border:0px; }

.contenido {
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

.titulo {
	font-size:30px;
	font-weight:bold;
	color:#B64249;
	font-variant:small-caps;
}

label {
	font-size:14px;
	font-weight:bold;
}

.obligatorio {
	color:#FF0000;
}

.centrado {
	text-align:center;
}

.boton_enviar,.boton_limpiar {
	background-color:transparent;
	width:81px;
	height:35px;
	border:0;
}

.boton_enviar {
	background-image:url(../images/boton_enviar.png);		
}

.boton_limpiar {
	background-image:url(../images/boton_limpiar.png);
}





