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

body{
	margin: 2%;
	background-color: #CFCFCF;
}

/* =========================== *\
  Estilo de portada, index.html
\* =========================== */
.div_marco_portada {
	width:600px;
	max-width: 90%;
	margin-left:auto;
	margin-right:auto;
	margin:auto;
}
.div_logo {
	width:610px;
	max-width: 100%;
	margin-left:auto;
	margin-right:auto;
	margin: 60px 0px 40px 0px;
	text-align:center;
}
/* =================== *\
    Estilos ~ Enlaces
\* =================== */
a:link {
	color: #FFF; 
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #333;
}
/* ================== *\
   Estilo de imagenes 
\* ================== */
.img_yq{
  width:100%;
  height:100%;
  margin-left:auto;
  margin-right:auto;
  margin: 0px 0px 20px 0px;
}