@charset "utf-8";

    * {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
	    width:100%;
		color: #ccc;
		font-size: 10px;
		}

	body {
		background: #e5e5e5;
		font:100.01%/1.4 sans-serif;
		text-align:center;
		}
	
	img {
		border: none;	
	}

	h1 {
		font-size: 10px;
		font-weight: normal;
		padding: 3px 0 6px 0;
	}
	a, a:hover {
		color: #ccc;
	}

	#distancia { 
		width: 1px;
		height: 50%;
		margin-bottom: -178px;
		float: left;
		}

	#logo {
		margin: 0 auto;
		position: relative;
		text-align: left;
		width: 533px;
		height: 356px;
		padding-right: 30px;
		clear: left;
		z-index: 2;
		}
		
	 #becas-mec {
	 	font-size: 11px;
		font-weight: normal;
		color: #676767;
		text-align: center;
		margin: 10px 25px 0 0;
	 }
	 #becas-mec a {
	 	color: #f90;
		font-weight: bold;
	 }
	 
	 #contenido
	    {
		padding: 10px 0 5px 0;
		position: absolute;
		top: 100%;
		right: -1px;
		margin: 2px;
		text-align:center;
		width: 100%;
		}
	  #caja1es, #caja1en, #caja1de, .caja2, .caja3
	    {
		width: 516px;
		margin: 0 auto;
		}
      #caja1es, #caja1en, #caja1de
	    {
        margin-top: 28px;
		height: 117px;
		}
	  #caja1es
	    {
		background:url(../dwm_imagenes/inicio_caja1es.jpg) no-repeat;
		}
	  #caja1en
	    {
		background:url(../dwm_imagenes/inicio_caja1en.jpg) no-repeat;
		}
	  #caja1de
	    {
		background:url(../dwm_imagenes/inicio_caja1de.jpg) no-repeat;
		}
	  .caja2
	    {
		background:url(../dwm_imagenes/inicio_caja2.jpg) repeat-y;
		}
	  .caja3
	    {
		background:url(../dwm_imagenes/inicio_caja3.jpg) no-repeat;
		height:36px;
		}
      .mapaDelSitio
	    {
		padding: 12px 35px 12px 40px;
		color: #fff;
		text-align: center;
		}
		.mapaDelSitio p
		{
		padding: 3px;	
		}
	  .mapaDelSitio a, .mapaDelSitio a:hover
	  {
		color: #fff;  
	  }
	  #pie
	  {
	  	padding-top: 16px;
	  }
	  #pie a
	  {
	  	text-decoration: none;
	  }
	  #pie .enlace 
	  {
	  	text-decoration: underline;
	  }
	  .ancla {
		font-size: 0;
	  }