@import url(https://fonts.googleapis.com/css?family=Merriweather:400,700);

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;
	font-family: 'Merriweather', sans-serif;
}
/* 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;
}

strong{ font-weight: bold;}

/*Nav*/

#nav{ background: #333;}

	#nav a{ font-weight: bold; text-decoration: none; color: #fff; font-size: 18px; }

#main { padding-top: 20px; }

#carta{
	margin: 0 auto;
	height: 100%;
	cursor: pointer;
	background-position: center;
	background-size: auto 100%;
	background-image: url('../img/c000.png');
	background-repeat: no-repeat;
    }

#cartaev{
	margin: 0 auto;
	height: 100%;
	cursor: pointer;
	
    }
#alerta{
	width: 50%;
	font-size: 1em;
	background-color: #fac895;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=95);
	opacity: 0.95;
	-khtml-opacity: 0.95;
	color: #d35a36;
	padding: 0 10px 40px 10px;
	font-size: 1.2em;
	position: absolute;
	margin: 15% 25%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
	-khtml-border-radius: 10px;
	border: solid 1px #d35a36;
	text-align: center;
	}

#alertacruz{
	text-align: right;
	padding: 10px 0 0 5px;
	cursor: pointer;
	}

