body 
{
	font: normal normal 12px "Century Gothic",Arial;
	text-align: justify;
	background-color: #000000;
	margin: 2%;
	color: black;
	vertical-align: middle;
}

#cabecera
{
	clear: both;
	height: 48px;
	position: relative;
}

#cabecera #logo
{
	float: right;
	left: 0.6em;
	width: 336px;
	height: 48px;
	background: url(../images/logo.gif) no-repeat;
}

#cabecera #menuvolver
{
	float: left;
	display: block;
	width: 110px;
	height: 110px;
	margin-left: 50px;
	background: url(../images/mundo_trans.gif) no-repeat;
}

#cabecera a:hover
{
	text-decoration: none;
}

#cabecera #menuvolver span
{
	display: none;
	clip: 0 0 0 0;
}

#cuerpo
{
	background: #FFFFFF;
	border-collapse: collapse;
	border-color: #CEDA00;
	border-style: solid solid none;
	border-width: 12px 12px medium;
	padding: 50px 15px 15px 15px;
}

#cuerpo .textodestacado
{
	font-weight: bold;
}

#cuerpo table
{
	text-align: left;
}

#cuerpo table th
{
	background-color: #d6da8c;
	text-align: right;
	padding-right: 5px;
}

#pie
{
	background-color: #FFFFFF;
	height: 68px;
	border-color: #CEDA00;
	border-style: solid;
	border-width: 0pt 12px 20px;
}

#pie #copyright
{
	padding-top: 70px;
	text-align: center;
}

#pie #lateralizq
{
	float: left;
	margin-left: -12px;
	width: 102px;
	height: 68px;
	background: url(../images/rect_left.gif) no-repeat;
}

#pie #lateraldch
{
	float: right;
	margin-right: -12px;
	width: 107px;
	height: 68px;
	background: url(../images/rect_right.gif) no-repeat;
}

input, option
{
	font: normal normal 12px "Century Gothic",Arial;
	color: Black;
}

.boton, .botonancho
{
	border: none;
	background: url(../images/boton_medio.gif) no-repeat;
	background-color: Transparent;
	width: 117px;
	height: 25px;
	vertical-align: middle;
	text-align: center;
}

.botonancho
{
	background-image: url(../images/boton_ancho.gif);
	width: 186px;
}