@CHARSET "UTF-8";

/** CSS del Sitio Web
********************************************************/
@font-face {
    font-family: 'myriad_pro_regular';
    src: url('myriad-pro/MyriadPro-Regular.otf');
    font-weight: normal;
    font-style: normal;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
a:focus {
	outline: 0px;
}
/*********************************************************************************
	SITIO EN CONSTRUCCION
*********************************************************************************/
body {
  background-image: url('../imagenes/fondo.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
}
.contenedora_en_construccion {
	width: 30%;
	height: 100%;
	margin: 10% auto;
	padding: 10px;
	text-align: center;
	font-family: 'myriad_pro_regular';
	color: #fff;
	background-color: rgba(0,0,0,0.4) !important;
	border-radius: 7px;
}
.titulo {
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 2px;
}
.subtitulo {
	font-size: 16px;
	letter-spacing: 1px;
}
.contenedora_en_construccion a {
	font-weight: bold;
	color: #fff;
}
