html, body {
	color: #404040;
    font-family: 'Karla', sans-serif;
    margin: 0;
    padding: 0;
}

header {
	position: relative;
	background-image: url("../img/header.jpg");
  	background-color: #f1f1f1;
  	margin: 0px 0px;
  	height: 150px;
  	display: block;
  	top: 0px;
}

#busqueda {
	float: right;
	padding: 40px 20px 0px 0px;
}

#identificador {
	float: left;
	margin: 35px 0px 0px 20px;
}

#identificador a {
	background-image: url("../img/logo.png");
	width: 300px;
	height: 32px;
	display: block;
}

#identificador h1{
	font-size: 20px;
}

#menu {
 	background-color: #ff6163;
	padding: 2px 0px 2px 0px;
	position: relative;
 }

 #sombra {
 	background-image: url("../img/sombra_menu.png");
 	background-repeat: repeat-x;
 	background-position: bottom;
 	height: 5px;
 }

 h2{
 	background-color: #E6E6E6;
 	border-radius: 6px;
 	-moz-border-radius: 6px;
 	-webkit-border-radius: 6px;
 	padding: 0px 0px 0px 5px;
 }

 ul {
 	margin: 0px;
 }

 #menu li {
 	display: table-cell;
 	height: 50px;
 	vertical-align: middle;
 }

 #menu li a {
 	 font-size: 20px;
	 text-decoration: none;
	 padding: 0px 10px 0px 10px;
	 background-color: #ff6163;
	 color: #fff;
 }

 #menu li a:hover {
	 color: #404040;
	 padding-bottom: 12px;
	 border-bottom: 2px;
	 border-color: #000;
	 border-bottom-style: solid;
 }

#redes {
	float: right;
}

 #redes img {
 	width: 20px;
 	margin: 50px 10px 0px 0px;
 }

 #redes span {
 	padding: 0px 20px 10px 0px;
 	font-size: 16pt;
 }

 #noticias a:hover {
 	color: #ff6163;
 }

 #enlaces a:hover {
 	color: #ff6163;
 }

 #izq {
 	float: left;
 	width: 20%;
 	height: auto;
 }

 #principal {
 	float: left;
 	width: 50%;
 	margin: 0% 5% 0% 5%;
 }

 #principal img {
 	float: left;
 	padding: 0px 10px;
 }

 #derecha {
 	float: left;
 	width: 20%;
 	height: auto;
 }

#linea_columna {
	background-color: #ff6163;
	height: 2px;
}

.clear {
 	clear: both;
 }

 #cuerpo {
 	padding: 0% 2%;
 	overflow: hidden;
 	text-align: justify;
 }


article h2 {
	border-bottom: 2px;
	border-color: #BDBDBD;
	border-bottom-style: solid;
}

footer {
	width: 100%;
	position: relative;
  	background-color: #ff6163;
  	height: 50px;
  	margin: 0px 0px;
  	bottom: 0;
}

.copyright {
	color: #fff;
}