@charset "UTF-8";
/* CSS Document */

body{
	padding: 20px;
}

a{
	outline: none;
	text-decoration: none;
	color: #ff0000;
	font-weight: bold;
}

#top, #header, #logo, #menu_back, #navigation, #shadow, #footer{
	visibility:hidden;
}

#content{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
	padding-bottom: 40px;
	font-size: 15px;
	font-family: Times, sans-serif;
	
}

#photo, .photo{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}

#photo img, .photo img{
	width: 93%;
	border: 20px solid #333;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius: 20px 20px 0 0;
}

#content h2{
	color: #333;
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-top: -300px;
}

#col_sx, #col_dx{
	line-height: 16px;
	width: 100%;
	text-align: justify;
}

#col_dx ul li, #col_sx ul li{
	list-style: circle;
	margin-left: 15px;
}

#col_dx img{
	width: 150px;
	float: right;
}


div.spiega{
	margin-top: 120px;
	text-align: justify;
	font-size: 12px;
	line-height: 14px;
}

div.spiega p em, em.spiega_n{
	font-size: 9px;
	position: relative;
	bottom: 5px;
	font-weight: bold;
}

a.goup{
	display: none;
}
