body
{
	margin: 0;
	padding:0;
	text-align: center; 
	background-color:#353744;
}
#todo
{
    margin-left:auto;
    margin-right:auto;
    text-align: left;
    width:804px;
	padding-top:10px;

}
#cabecera{

	width:503px;
}
#cuerpo{
	
	width:503px;
	_width:441px;
	height:496px;
	_height:476px;
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
	background-image: url(img/fondo.jpg);
	background-repeat:repeat-x;
	padding:20px 30px 0 30px;
	font-family:Trebuchet MS, Helvetica;
	font-size:14px;
	color:#353744;
}
html>body #cuerpo{
	width:441px;
	height:476px;
}
#cuerpo a{
	font-family:Trebuchet MS, Helvetica;
	font-size:14px;
	color:#BC34BA;
	text-decoration:underline;
}
#cuerpo a:hover{
	text-decoration:none;
}
#cuerpo UL{
	list-style-type:none;
}
#cuerpo UL LI{
	padding-left:20px;
	background-image:url(img/bullet.gif);
	background-position:0 3px;;
	background-repeat:no-repeat;
}
h1{
	font-family:Trebuchet MS, Helvetica;
	font-size:18px;
	color:#BC34BA;
}
#menu_aux{
	
	padding:0 0 5px 25px;
	margin-bottom:20px;
}
#menu_aux UL{
	padding:0;
	margin:0;
	list-style-type:none;
}
#menu_aux UL LI{
	padding:0 10px 0 10px;
	margin:0;
	display : inline;
}
#menu_aux UL LI a{
	padding:0;
	margin:0;
	font-family:Verdana, Helvetica, Arial;
	font-size:10px;
	font-weight:bold;
	color:#84888D;
	text-decoration:none;
}
#contacto TABLE{
	width:400px;
	font-family:Trebuchet MS, Helvetica;
	font-size:12px;
	color:#353744;
	text-decoration:none;
}
#formulario{
	width:400px;
}
#contacto a b{
	font-size:10px;
	text-decoration:none;
}
.form{
	width:100px;
	font-family:Trebuchet MS, Helvetica;
	font-size:10px;
	color:#000000;
	border:solid 1px #353744;
}
#imagenes{
	
	
}
#imagenes TD{
	border:solid 1px #000000;
	padding:1px;
	
}
