@charset "utf-8";
/* CSS Document */
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;
	background-color: #bfd38e; 
}
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;
}
/* fin reset */
header ul {
	font-family: 'Major Mono Display', monospace;
	text-align: center;
	background-image: url("images/vinae.jpg");
	background-size: cover;

	
}
header h1{
	font-family:  'Major Mono Display', monospace;
	font-size: 1.5em;
	text-align: center;
}
header nav ul li {
	display: inline;
	padding:3em;
}
section div nav ul li { 
	Padding: 1em;
	text-align: justify;
	font-size: 1em;
	font-family: 'Major Mono Display', monospace;
}
	
	section div h1 { 
	Padding: 1em;
	text-align: justify;
	font-size: 1em;
	font-family: 'Major Mono Display', monospace;
		
		
	
}
.flexbox{
	display: flex;
}
.flexdirection{
	flex-direction: row;
}
.lamitad{
	width: 50%;
}
.letratitulo{
	font-family: 'Major Mono Display', monospace;
	
}
img{
	width: 100%;
}
.colorgris{
	background-color: darkslategray;
}

.padding2{
	padding: 2em;
}
.margin2{
	margin: 2em;
}
.paddingizda{
	padding-left: 1em;
}
.paddingdcha{
	padding-right: 1em;
}
.paddingarriba{
	padding-top: 1em;
}
.padding1{
	padding: 1em;
}
.textocool{
	text-align: justify;
	font-size: 1em;
	font-family:'Tajawalal', monospace;
}
.texti{
	text-align: justify;
	font-size: 1em;
	font-family: 'Tajawal', sans-serif;
}
label {
    display:block;
    margin-top:20px;
    letter-spacing:1px;
}
.formulario {
    display:block;
    margin:0 auto;
    width:510px;
    color: #666666;
    font-family:Arial;
}
form {
    margin:0 auto;
    width:400px;
}
 
input, textarea {
    width:380px;
    height:27px;
    background:#666666;
    border:2px solid #f6f6f6;
    padding:10px;
    margin-top:5px;
    font-size:10px;
    color:#ffffff;
}
 
textarea {
    height:150px;
}
 
#submit {
    width:85px;
    height:35px;
    border:none;
    margin-top:20px;
    cursor:pointer;
}
.paddingizda{
	padding-left: 1em;
}
.textoniquelao{
	text-align: center;
	font-size: 2em;
	font-family:'Major Mono Display', monospace;
}
@media screen and (orientation:portrait) {
	nav ul li {
	display: block;
	padding:2em;
	
}
.flexdirection{
	flex-direction: column;
}	
	.lamitad{
	width: 100%;
		padding-bottom: 2em;
}
	
}