
@import url('https://fonts.googleapis.com/css?family=Fira+Mono');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Bahiana|Pangolin|Raleway');

@media screen and (max-width: 350px) {.titulo { font-size: x-large; }  }

body {
	background: -moz-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 59%, rgba(147,206,222,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(73,165,191,1)), color-stop(59%, rgba(117,189,209,1)), color-stop(100%, rgba(147,206,222,1)));
background: -webkit-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 59%, rgba(147,206,222,1) 100%);
background: -o-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 59%, rgba(147,206,222,1) 100%);
background: -ms-linear-gradient(left, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 59%, rgba(147,206,222,1) 100%);
background: linear-gradient(to right, rgba(73,165,191,1) 0%, rgba(117,189,209,1) 59%, rgba(147,206,222,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49a5bf', endColorstr='#93cede', GradientType=1 );
	text-align: justify;
	height: 60px;
	max-width: 650px;
	width: 95%;
	margin: 0 auto;
}

header {
	background-image: url(img/country.svg);
	height: 200px;
	max-width: 650px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
	text-align: left;
}

h1 {
	color: white;
	font-family: sans-serif;
	text-shadow: 0.05em 0.05em #2E9AFE;
}

header h1 {
		line-height: 0em;
}


h2 {
	color: #58ACFA;
	font-family: sans-serif;
	text-shadow: 0.05em 0.05em #2E9AFE;
}

h3, h4 { 
	color: ##0B3861;
	font-family: 'Raleway', sans-serif;
}

.nav { 
	position: relative;
	top: 70px;
}

ul {
	display: flex;
	top: 0;
	flex-direction: row;
	font-family: sans-serif;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

li {
	flex-grow: 1;
	background-color: #0174DF;
	border-radius: 5px;
	padding: 1em; 
	display: block;
	text-align: center;
	margin-right: 0.2em;
	margin-bottom: 0.2em;
	text-decoration: none; 
}

a {
	text-decoration: none;
	color: white;
}

li:hover {
	background-color: #2E9AFE;
}

.menu.item {
	border-color: white;
	border-width: 5px;
}

.inicio {color: black;}

#parrafo1 {
	counter-reset: li; 
    list-style: none; 
    *list-style: decimal; 
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

#parrafo1 ol {
    margin: 0 0 0 2em; 
}

#parrafo1 {
    list-style-type: none;
    list-style-type: decimal !ie;
     
    margin: 0;
    margin-left: 1em;
    padding: 0;
     
    counter-reset: li-counter;
}

#parrafo1 > li{
    position: relative;
    margin-bottom: 1.5em;
    padding: 1.5em;
    background-color: #eaeaea;
}

#parrafo1 > li:before {
    position: absolute;
    top: -0.3em;
    left: -0.5em;
    width: 1.8em;
    height: 1.2em;
     
    font-size: 2em;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    color: #464646;
    background-color: #d0d0d0;
     
    transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    z-index: 99;
    overflow: hidden;
     
    content: counter(li-counter);
    counter-increment: li-counter;
}

#video {
	width: 100%;
	max-width: 450px;
}

.parrafo2 {
	font-family: 'Pangolin', fantasy;
	line-height: 1.6em;
}

.parrafo3 {
	font-family: 'bahiana', sans-serif;
	font-size: x-large;
	letter-spacing: 1px;
	line-height: 1.5em;
}

.cuerpo {
	max-width: 450px;
	float: left;
	padding: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #feffff; /* Old browsers */
background: -moz-linear-gradient(top, #feffff 0%, #ddf1f9 8%, #a0d8ef 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #feffff 0%,#ddf1f9 8%,#a0d8ef 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #feffff 0%,#ddf1f9 8%,#a0d8ef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#a0d8ef',GradientType=0 ); /* IE6-9 */
Color format:     Comments;
}

.cuerpo2 {
	width: 150px;
	float: left;
	padding: 10px; 
	margin-left: 3px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.sidebar {
	max-width: 150px;
	float: left;
	padding: 10px; 
	margin-left: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px; 
	background: #6db3f2; /* Old browsers */
background: -moz-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */;
}

.img2{
	float: left;
	width: 100%;
	max-width: 150px;
	padding: 10px; 
	margin-left: 10px;
}

.footer {
	max-width: 600px;
	font-family: sans-serif;
	font-size: small;
	position: fixed;
	background-color: white;
	bottom: 0;
	text-align: center;
	padding-right: 7.5px;
	padding-left: 7.5px;
	padding-bottom: 5px; 
	padding-top: 5px;
	border-radius: 2px;
}

