@charset "utf-8";

body {
	font: 100%/1.4 ;
	font-family: 'Raleway', sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl, p, div {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 0px;
	padding-left: 0px;
}
a img {
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
#container {
	width: 100%;
	background-color: #FFF;
	padding-bottom: 0px;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
/*================= CABECERA =========== */
#container_02 {
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;
}
/*================= fin CABECERA =========== */
/*================= Propuesta 02 =========== */

#container_int {
	width: 100%;
	background-color: #fff;
	margin: 0 auto;
}
#header_02{
	width: 100%;
	margin: 0 auto;
	color: #000;
	text-align: center;
	padding-top: 16px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	/*padding-bottom: 100px;*/
	}
.destacado_ancho{
	width: 900px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	}
.destacado_ancho_txt_home{
	font-size: 100%;
	color: #333;
	padding-bottom: 10px;
	width: 75%;
	margin: 0 auto;
	text-align: center;
	}
.tit_home{
	color: #000;
	font-size: 400%;
	font-family: 'Lora', serif;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
	text-align: center;	
	}
.tit_des{
	color: #000;
	font-size: 200%;
	font-family: 'Lora', serif;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 20px;
	font-weight: lighter;
	text-align: center;
	width: 80%;	
	}
.elemento{
	margin: 0px 0px;
	width: 100%;
}
.titulo{
	font-size: 200%;
	font-weight: lighter;
	margin: 0px;
	color: #FFF;
	padding: 30px 0px 0px 0px;
}
.ficha_50d2{
	width: 50%;
	float: right;
	}
.ficha_50i2{
	width: 50%;
	float: left;
	text-align: center;
	}
/*========== Fichas =============*/

/*  =========== Contenido de texto e imágenes ========= */
#introduccion{
	color: #666;
	font-size: 14px;
	clear: both;
	padding-top: 5px;
	padding-bottom: 20px;
	position: relative;
	top: 0px;
	background-color: #FFF;
}
.icosocial{
	width: 40px;
	}
.destacado{
	color: #636;
	font-weight: bold;
	}
#apoyo_txt{
	width: 75%;
}
/*  =========== Contenido de texto e imágenes ========= */
/* Contenido para Instagram */
#instagram{
	color: #FFF;
	font-size: 100%;
	clear: both;
	top: 0px;
	background-image: url(../img/fondo01.jpg);
	background-repeat: no-repeat;
	background-size: cover; 
	background-position: center center;
	text-align: center;
}
#instagram p{
	text-align: left;
	padding-top: 100px;
	padding-bottom: 100px;
	width: 75%;
	margin: 0 auto;
	font-size: 90%;
	}
#instagram .entradilla{
	font-size: 200%;
	font-family: 'Lora', serif;
	}
#behance{
	color: #FFF;
	font-size: 100%;
	clear: both;
	top: 0px;
	background-image: url(../img/fondo02.jpg);
	background-repeat: no-repeat;
	background-size: cover; 
	background-position: center center;
	text-align: center;
}
#behance p{
	text-align: left;
	padding-top: 100px;
	padding-bottom: 100px;
	width: 75%;
	margin: 0 auto;
	font-size: 90%;
	}
#behance .entradilla{
	font-size: 200%;
	font-family: 'Lora', serif;
	}
#cenefa01{
	font-size: 100%;
	clear: both;
}
/* ~~ Comienzo de los contenidos ~~ */
#menu{
	color: #999;
	text-align: center;
	}
ul.menu{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0px;
	}
ul.menu li {
	display: inline-block;
	font-size: 90%;
	padding: 2px;
	margin-top: 0px;
	font-weight: bold;
	}
ul.menu a, ul.menu a:visited{
	border-radius: 4px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: #333;
	background: #FFF;
	padding: 4px 10px;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
	}
ul.menu a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #333;
	background: #E4E4E4;
	}
ul.menu a.marcado, ul.menu a.marcado:visited{
	border-radius: 4px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: #999;
	background: #333;
	padding: 4px 10px;
	}
ul.menu a.marcado:hover{
	font-weight: bold;
	text-decoration: none;
	color: #333;
	background: #F9F;
	}
#logo{
	height: 128px;
	background-image: url(../img/logo_gatotonto_128_anim.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
#logo img{
	border: 0px;
	width: 128px;
	}
#ancho{
	width: 100%;
	margin: 0 auto;
	}
#footer{
	padding: 20px 20px;
	background-color: #000;
	color: #999999;
	font-size: 90%;
	text-align: center;
	margin-bottom: 0px;
	position: relative;
	}
a.pie, a:visited.pie{
	color: #FF3366;
	text-decoration: none;
	}
a:hover.pie{
	color: #FF3366;
	text-decoration: underline;
	}
#footer ul{
	text-align: center;
	}
ul.menudown{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	}
ul.menudown li {
	display: inline-block;
	font-size: 80%;
	padding: 2px;
	margin-top: 0px;
	font-weight: normal;
	}
ul.menudown a, ul.menudown a:visited{
	border-radius: 4px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: #CCC;
	background: #333;
	padding: 4px 10px;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
	}
ul.menudown a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #333;
	background: #E4E4E4;
	}
ul.menudown a.marcado, ul.menudown a.marcado:visited{
	border-radius: 4px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: #FFF;
	background: #666;
	padding: 4px 10px;
	}
ul.menudown a.marcado:hover{
	font-weight: bold;
	text-decoration: none;
	color: #333;
	background: #CCC;
	}
#info{
	background-color:#333;
	}
#menu_ilustracion{
	text-align: center;
	padding-top: 0px;
}
#menu_ilustracion ul{
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
}
#menu_ilustracion h1{
	margin: 0px;
	font-size: 28px;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: lighter;
	color: #666;	
	}
#menu_ilustracion img{
	width: 100%;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}
#menu_ilustracion li{
	float: left;
	list-style: none;
	width: 25%;
	background: #000;
	padding: 0px 0px;
	margin: 0px;
	line-height: 0px;
	}
#menu_ilustracion a, a:visited, a:active{
	opacity: 1;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	border: 0px;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	}
#menu_ilustracion a:hover{
	opacity: 0.65;
	padding: 0px;
	}
.ilustracion{
	background: #F90;
	color: #630;
}
#fijo{
	position: fixed;
	height: 42px;
	background: #CC3;
	color: #FFF;
	font-weight: bold;
	font-size: 30px;
	bottom: 0px;
	width: 100%;
	text-align: center;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fld {
	float: right;
}
.fli {
	float: left;
}
.cl {
	clear:both;
}

/*================= MEDIAqueri ==============*/

@media only screen and (max-width: 1000px) {
#header_02{
	width: 100%;
	margin: 0 auto;
	color: #000;
	text-align: center;
	padding-top: 16px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	}
#header_int{
	width: 100%;
	margin: 0 auto;
	color: #000;
	text-align: center;
	padding-top: 16px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	}
#ancho{
	width: 100%;
	margin: 0 auto;
	}
.ancho900{
	width: 100%;
	margin: 0 auto;
	}
.destacado_ancho{
	width: 90%;
	margin: 0 auto;
	}
/*========== Fichas =============*/
.ficha_50_d{
	width: 100%;
	}
.ficha_50_i{
	width: 100%;
	}
.ficha_75_i{
	width: 100%;
	}
.ficha_50d2{
	width: 100%;
	}
.ficha_50i2{
	width: 100%;
	}
/*========== Fichas =============*/
#menu_ilustracion li{
	float: left;
	list-style: none;
	width: 50%;
	background: #000;
	padding: 0px 0px;
	margin: 0px;
	line-height: 0px;
	}
	}
	
/*====================================================== MEDIAqueri ==================================================================*/
/*@media only screen and (-webkit-device-pixel-ratio: 1.5), screen and (resolution: 96dpi)*/
@media only screen and (max-width: 320px) {
#ancho{
	width: 100%;
	margin: 0 auto;
	}
.ancho900{
	width: 100%;
	margin: 0 auto;
	}
#container_02 {
	width: 100%;
	background-color: #fff;
	margin: 0 auto;
}
#header_02{
	width: 100%;
	margin: 0 auto;
	color: #000;
	text-align: center;
	padding-top: 16px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	}
#header_int{
	width: 100%;
	margin: 0 auto;
	color: #000;
	text-align: center;
	padding-top: 16px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	}
#apoyo_txt{
	width: 100%;
	max-width: 80%;
	float: none;
	margin: 0 auto;
}
#introduccion{
	top: 0px;
}
#menu_ilustracion li{
	float: left;
	list-style: none;
	width: 50%;
	background: #FFF;
	text-align: center;
	padding: 0px 0px;
	}
.titulo{
	padding-top: 10px;
	}
.elemento{
	margin: 0px auto;
	width: 100%;
	max-width: 100%;
}
.icosocial{
	width: 60px;
	}
}
