body{
 font-family: Verdana,Arial,Tahoma;
 font-size: 11px;
 color: #fff4b7;
 margin: 0px;
 padding: 0px;
 text-align: center;
 background-color: #520219;
}

#site{
 position: relative;
 width: 951px;
 margin: 0px auto;
 background-image: url(../fotos/back.gif);
 background-repeat: repeat-y; 
}

#header{
 width: 937px;
 height: 116px;
 margin: auto;
 text-align: justify;
 background-image: url(../fotos/header_bg.gif);
 background-repeat: repeat-x;
}

#logo{
 width: 507px;
 height: 116px;
 background-image: url(../fotos/logo.jpg);
}

#menu{
 width: 937px;
 height: 32px;
 margin: auto;
 background-image: url(../fotos/menu_bg.gif);
}

#ubica{
 width: 933px;
 margin: 4px auto auto;
 text-align: justify;
 background-color: #380702;
 border: 2px solid #7b0c12;
}

#bienvenido{
 width: 933px;
 margin: 13px auto auto;
 border: 2px solid #7b0c12;
 text-align: justify;
 background-color: #52090b;
 background-image: url(../fotos/backgrad.gif);
 background-repeat: repeat-x;
}

#footer{
 width: 937px;
 padding: 0px;
 margin: 0px auto;
 text-align: center;
}

#footer p{
 font-size: 9px;
 color: #d02f15;
 text-align: center;
}


h1{
 font-family : Verdana,Arial,Tahoma;
 font-size : 12px;
 font-weight : bold;
 color: #FF0000;
 text-decoration: underline;
 text-transform : uppercase;
}

h2{
 font-family : Verdana,Arial,Tahoma;
 font-size : 14px;
 color: #FF0000;
}

.links a { 
 color: #f83e20;
 text-decoration:none;
}


.links a:hover { 
 color: #f83e20;
 text-decoration: underline;
}


td,th {
	color: #fff4b7;
}

#footer p a{
 color: #ff2300;
 text-decoration: none;
}

#footer p a:hover{
 text-decoration: underline;
}
