@charset "utf-8";
/* CSS Document */
/*Reseteo global--------------------------------------------------------------------------------------*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
body {
	text-align:center;
	font-size: 62.5%;
	color:#333;
}
a {
	color:#FC077C;
	outline:0;
}
a:hover {
	color:#fff;
	background-color:#ec008c;
}
strong {
	font-weight:bold;
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size:1.2em;
	margin:10px 0;
}
p.ultimo{
	margin-bottom:30px;
}
/*POPUP-----------------------------------------------------------------------*/
#popup h2{
	font-family:Century Gothic,Verdana,Arial,Sans-Serif;
	color:#FC077C;
	border-bottom:2px solid #FC077C;
	font-weight:bold;
	font-size:1.6em;
	padding:16px 0 6px 0;
}
#popup h3{
	font-size:2.0em;
	color:#000;
}