@charset "utf-8";
/* CSS Document */

@charset utf-8;

/* CSS Document */



*{
padding:0;
margin:0;
}

	
body{
font:12px Verdana, Arial, Helvetica, sans-serif;	
background: url(i/background.gif) repeat;
color:#666666;
}

#todo{
	margin:0px auto;/*centrado todo*/
	margin-top:8px;
	background:white;
	width:980px;
	height:565px;
	}
	
#cabecera{
width:970px;
	height:87px;
	}


#logo{
overflow:hidden;
float:left;
width:220px;
height:84px;
}

#logo h1{
color:white;
}

	
#menu {
float:right;
margin-top:5px;
	
}

#menu ul, li {
list-style-type: none;
}


#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	margin-top:65px;
	float: left;
	display: block;
	padding: 1px 5px;
}

a:link {
	color:#333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#333333;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#contenido{
	height:434px;
	background:url(i/1.jpg) repeat-x;
	}				
	
#a{
	height:434px;
	width:485px;
	float:left;
	}	
#b{
	height:434px;
	width:485px;
	float:left;
	}
	

#footer{
	margin-top:5px;
	text-align:center;
	background:white;
	height:37px;
	width:970px;
	}
	
#izq{
	float:left;
	margin-top:5px;
	text-align:center;
	height:37px;
	width:870px;
	}	
	
#der{
float:right;
background:white;
width:93px;
height:37px;

}			
