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

body {
	background-color:#FFF;
}
#slogan {
	width:950px; 
	height:auto; 
	border:none;
	float:left;
}
#todo_contenido{
	width:950px;
	height:auto;
}
#cabecera {
	width:950px;
	height:70px;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}
#conten_menu {
	width:100%;
	height:35px;
	background-color:#00548f;
}
#conten_nav{
	width:950px;
	position: inherit;
}
#pie {
	width:950;
	height:100px;
	text-align:center;
}
a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	font-weight:600;
	padding-left:20px;
}
a:link {
	text-decoration:none; 
}
a:hover {
	color:#00C;
	text-decoration:none; 
}