@charset "utf-8";
/* CSS Document */

   body {
    margin:0;
    padding:0;
    text-align:center;
	background: url('../res/images/fondo.gif') repeat-x top left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
   }

   #content {
	text-align:left;
	padding-top:57px;
	margin:auto;
	/*background-color:#ff0;*/
    width:800px;
	height:850px;
	/*background-image:url(../res/images/fondo.png);
	background-repeat:repeat-y;*/
   }

   #cabecera {
    width: 800px;
    height:141px;
	/*   background-color:#f00; */
   }

   #menu {
    width:440px;
	/*height:430px;*/
    float:left;
    background-color:#FFFFFF;
	padding-left:20px;
	padding-top:10px;
   }

   #contenido {
    width:338px;
    height:400px;
    float:left;
    background-color:#FFFFFF;
   }
   
    #contenido a{
	   	text-decoration:none;
		color:#000000;
	}

	#contenido a:hover {
	   	text-decoration:underline;	
	}

   #pie {    
    clear:both;
    width:798px;
    height:50px;
    background-color:#FFFFFF
   }

	.Estilo1 {
	font-weight: bold;
	color: #455a72;
	text-decoration:none;
	}
	a:hover.Estilo1  {
		text-decoration:underline;
	}
	.Estilo2 {
	font-size: 16px;
	color: #455a72;
	font-weight: bold;
	}
	.Estilo3 {font-size: 14px}
	.Estilo4 {font-size: 18px}
	.Estilo5 {text-decoration:none; color: #996600;}
	
	.footer {
	/*background: #eee url('images/kubrickfooter.jpg') no-repeat top; 
	border: none;*/
	border-top: 3px solid #35364f;
	background: url('../res/images/fondo.gif') repeat-x top left ;
	font-size: 11px;
	/*color: #999;*/
	}
