/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	background-color: #D8EDEE;
	font-family: "Century Gothic", "Gill Sans MT", Helvetica, sans-serif;
}

/************************************* FUENTES **************************/
@font-face {
    font-family: 'social_shapesregular';
    src: url('../fonts/social_shapes-webfont.eot');
    src: url('../fonts/social_shapes-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/social_shapes-webfont.woff2') format('woff2'),
         url('../fonts/social_shapes-webfont.woff') format('woff'),
         url('../fonts/social_shapes-webfont.ttf') format('truetype'),
         url('../fonts/social_shapes-webfont.svg#social_shapesregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'budmojiggler';
    src: url('../fonts/budmo_jiggler-webfont.eot');
    src: url('../fonts/budmo_jiggler-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/budmo_jiggler-webfont.woff2') format('woff2'),
         url('../fonts/budmo_jiggler-webfont.woff') format('woff'),
         url('../fonts/budmo_jiggler-webfont.ttf') format('truetype'),
         url('../fonts/budmo_jiggler-webfont.svg#budmojiggler') format('svg');
    font-weight: normal;
    font-style: normal;

}


#wrapper {
	margin: 0 auto; 
	width: 100%;
	max-width: 1000px;
	min-width: 450px;
	background-color: #ffffff;
}

#header h1 {
    font-family: 'budmojiggler';
	font-size: 5em;
	color: #179DA4;
	padding-top: 2%;
	padding-bottom: 2%;
	text-align: center;
}


#nav ul li {
	list-style: none;
	float: left;
	width: 20%;
	text-align: center;
	background-color: #4d4d4d;
}

#nav a {
	color: #ffffff;
	text-decoration: none;
	padding-top: 2%;
	padding-bottom: 2%;
	display: block; 
}

#nav ul li a:hover {
	text-decoration: underline;
	color: #1FC988;
}

#nav ul li a:visited {
	text-decoration:none;
	color:#1fc988;
}
#hero img {
	max-width: 100%;
}

#texto {
	position: absolute;
	width: 27%;
	top: 24%;
	left: 50%;
	background-color: #179DA4;
	padding: 1%;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
}

#content, #sidebar {
	float: left;
}

#content {
	max-width: 63%;
	padding: 1% 5;
}

#sidebar {
	max-width: 35%;
	padding: 1% 0;
}

#content p, #sidebar p {
	padding: 1% 4% 4% 4%;
	text-align: justify;
	font-family: "Century Gothic";	
}

#content h2, #sidebar h2 { /*forma de los titulos h2*/
	font-family: "Century Gothic";
	color: #179DA4; 
	font-weight: bold;
	padding-top: 4%;	
	text-align: left;
	padding-left: 4%;
	margin: 0.5% 0%;
}	

#content h3, #sidebar h3 {
	font-family: "Century Gothic";
	color: #FF4000;
	font-weight: bold;
	font-size: 1.5em;
	padding-top: 4%;
	padding-left: 4%;
}

#content a, #sidebar a { /*estilo enlaces contenido y sidebar*/
	color: #C99F1F;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover, #sidebar a:hover {
	text-decoration: underline;
	color: #1FC988;
}

.imagen img { /*colocacion de la imagen*/
	padding: 10px;
	margin-left: 18%;
	-webkit-box-shadow: 1px 1px 15px #999999;
}


.imagen p {
	text-align: center !important;
	font-weight: bold;
}

#footer { /* colocacion del footer */
	clear: both;
	background-color: #404145;
	border-top: 10px solid #80FF00;
	padding: 2%;
	overflow: hidden;
}

.footer_up {
	background-color: #404145;
	width: 22%;
	float: left;	
	margin-left: 4px;
}

.footer_up h2 {
	color: #80FF00;
	text-align: left;
	font-weight: bold;
} 

.footer_up p {
	color: #ffffff;
	text-align: left;
}

.footer_up a {
	text-decoration:none; 
	color: #AEB404;
}

.footer_up a:hover {
	text-decoration:underline;
	color: #1FC988;
}

#social_media {
	font-family: 'social_shapesregular';
	font-size: 2em;


}


#social_media ul li a {
	float:left;
	padding-left: 4%;
	
}

#footer_copyright{
	overflow: hidden;
	background-color: #A9E2F3;
	text-align: left;
}

#footer_copyright ul li{
	list-style: none;
	float:left;	
}

#footer_copyright ul li a{
	font-size: 0.7em;
	text-decoration: none;
	color: #585858;
	text-align: right;
}

#footer_copyright p {
	font-size: 0.8em;
	color: #000000;
	text-align: left;
}

/*------------------Smartphone vertical--------------*/
@media screen and (max-width: 600px) {
	
#texto{
		display:none;
		}
		
#header h1 {
	font-size:2em;
}

#nav{
	width:100%;
	list-style: none;¡
	text-align: center;
	background-color: #4d4d4d;
}

#nav ul li {
	position:static;
	width:100%;
}
   


#sidebar {
	display: none;
}

#content {
	margin-right: 2%;
	max-width: 98%;
}

.imagen img{
	width: 65%;
	
}

.imagen p {
	text-align: center !important;
	font-weight: bold;
	display:line;
	max-width:100%;
}

#contact {
	display: none;
}

#feedback {
	display: none;
}

#footer_copyright {
	display: none;
}

.footer_up {
	width: 100%;
	margin-left: 7%;
	
}
#about {
	margin-bottom: 2%;
}
}



