/* CSS Document */
body{
	margin:0;
	}
#clear{
	clear:both;
	}
#cuerpo_web{
	background: url(Imagenes/A-Fondo.jpg) top center no-repeat;
	height:100%;
	width:100%;
}
#tapete_web{
	height:auto;
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
#cabeza_web{
	background-color:black;
	height:200px;
	width:100%;
	margin-bottom:8px;
}
#imagen_cabeza{
	background-color:white;
	height:170px;
	width:100%;
}
 /*#imagen_cabeza > img{
	  height:100%;
	  width:300px;
	  margin:10px 5px 10px 5px;
	  border-radius:5px;
	  box-shadow:2px 2px 5px 5px rgba(0, 0, 0, 0.5);
  }*/
  #logo_cabeza{
	  background-color:#009;
	  height:100%;
	  width:80px;
	  display:inline;
	  float:right;
	  margin:21px 5px 21px auto;
  }
#boton_cabeza{
	background-image:url(Imagenes/barra_azul.png);
	height:30px;
	width:100%;
}
	#boton_cabeza a{
		color:white;
		text-decoration:none;
		}
		#boton_cabeza a:hover{
			color:blue;
			}
  #boton_cabeza ul{
	  margin:0;
	  padding:0;
  }
  #boton_cabeza ul li{
	  list-style:none;
	  float:right;
	  font-family:Tahoma, Geneva, sans-serif;
	  line-height:30px;
	  margin-right:9px;
  }
#col_left_web{
	background-color:white;
	height:auto;
	width:350px;
	float:left;
}
#col_right_web{
	height:auto;
	width:600px;
	float:left;
	margin-left:10px;
}
/*#banners_web{
	background-color:black;
	height:30px;
	width:auto;
	padding-top:5px;
	padding-left:23px;
	padding-bottom:5px;
}
#modulos_web{
	background-color: white;
	text-align:center;
	margin-top:8px;
	padding:5px 2px 5px 2px;
	border-radius:10px;
	}
	#modulos_web p{
		font-family: "Comic Sans MS", cursive
	}
	#modulos_web b{
		color:#F90;
		font-size:20px;
	}*/
#about_web{
	font-family:sans-serif;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
	width:95%;
}
