* {margin:0px ; padding:0px ; border: 0px}
body       {background-color: white; text-align: center;}

.left {float:left;}
.center {text-align:center;}
.rigth {float:right;}

.center1 {text-align:center;color:white;} /*color linea tercera persona en blanco*/
.center2
{text-align:center;
color:black; /*color nota */
font-family: Arial Black;
font-size: 12px;
margin-top: 5px;
}
#global
{
width:750px;
margin:10px auto;
}
#cabecera
{
	padding:0px;
	margin: 0px;
	width: 750px;
	height:160px;
	float: left;
	background-image: url(images/cabecera-rojo.gif);
	background-repeat: no-repeat;
}

#cabecera-texto
{
color: black;
font-family: Arial Black;
font-size: 15px;
text-align: left;
margin: 33px 45px 0px 90px;
}

#contenedor
{
	width: 750px;
	height: 350px;
	padding: 0px;
	margin: 0px;
	}
#contenido
{
	width: 510px;
	height:350px;
	float: right;
	padding: 0px;
	margin: 0px;
	background-image: url(images/contenido-rojo.gif);
	background-repeat: no-repeat;
}
table {
   width: 90%;
	 height:45%;
	 margin-top: 10px;
	 margin-left: 18px;
	 border-collapse: separate;
	 border-spacing:  1px 5px;
}

th {
	 width: 50%;
    text-align: center;
		border:0px solid blue;
		padding: 0.0em;
		color: white;
		background: red;
		font-family: Arial Black;font-size: 15px;text-align: center; margin: 0px 0px 0px 0px
}
td {
	 width: 50%;
    text-align: center;
		border:0px solid black;
		padding: 0.0em;
		color: black;
		background: white;
		font-family: Arial Black;font-size: 15px;text-align: center;margin: 0px 0px 0px 0px
}
tfoot th, tfoot td {
   border-bottom: 0;
   text-align: center;
	 color:red;
   background:red;
}

#menu
{
	width: 240px;
	height: 350px;
	float: left;
	padding: 0px;
	margin: 0px;
	background-image: url(images/menu-rojo.gif);
	background-repeat: no-repeat;

}
#menu-texto
{
font-family: Arial Black;
color: black;
font-size: 15px;
text-align: left;
padding: 0px 0px 0px 20px;
margin:10px 0px 10px 40px;
}

#pie        {width:750px; height:40px; float:left;
             background-image: url(images/pie-rojo.gif);
						 background-repeat:no-repeat;}
						 #pie li  {
						 				float:left;
						 				list-style: none;
						 				font-size: 18px;
						 				color:red;
						 				margin:0px 0px 0px 0px;
						 				}
						 #pie ul {margin-left: 60px;}
						#pie p {margin:10px 0px 0px 100px;}
a         {color:black; font-family: Arial Black; font-size: 15px; text-decoration:underline; display: block;margin: 7px 50px 0px 20px }
a:link    {text-decoration:none;}
a:focus; a:visited {text-decoration:none;}
a:hover   {color:red; text-decoration:none; background-color: yellow; width:80%;}
a:active  {text-decoration:none;}
