/* CSS reset*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
	font-family: 'Open Sans', serif;
	font-weight: 300;
	background-color:#E0E0E0;
}
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;
}
/* END CSS RESET */
.pmplus {text-align:center; color:black; font-size:12px; line-height:120%; position:absolute; bottom: 10px;font-family: 'Open Sans', serif;	font-weight: 300; width:100%;}

a{
	text-decoration:none;
	cursor: pointer;
	color:#999;	
}

a:hover{
	text-decoration:none;
	color:#3A8DED;
}

/*  CSS  */

.yellow{
	color:#FAE505;
}
#container2{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	color:#F0F0F0;
}

#tg_menu{
	background-color:#fff;
	-moz-box-shadow: 3px 3px 3px #888;
	-webkit-box-shadow: 3px 3px 3px #888;
	box-shadow: 3px 3px 3px #888;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	width:21%;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	text-align:center;
	font-family: 'Open Sans', serif;
	font-weight: 300;	
	color:gray;
}

.cyrcle{
	font-size:23px; -moz-border-radius: 189px; background-color:black; opacity:0.8;
	-webkit-border-radius: 189px;
	border-radius: 189px;
	width: 189px;
	height: 189px; display:block;  text-align:center;
}

#dialog{
	text-decoration:none;
	color:black;
}

#dialog:hover{
	text-decoration:none;
	color:black;
}

.modal{
	width:80%;
	height:80%;
}

.description{
	float:left;
	width:50%;
	text-align:justify;
	font-family: 'Open Sans', serif;
	font-weight: 300;	
	margin: 0 5%;
}

.video{
	float:left;
	width:40%;
	font-family: 'Open Sans', serif;
	font-weight: 400;
	font-size:35px;
	text-align:center;
}

#nav{
	display: none;
}

#tg_menu ul {
	margin-top:25px;
}	

#tg_menu ul li{
	margin-top:16px;
	display:block;
	margin:1% 1%;
	cursor:pointer;
}

#tg_menu ul li:hover{
	color:#A1A1A1;
}

#boxes{
	margin-left:23%;
	margin-right:1%;
	display:inline-block;
	cursor:pointer;
}

#boxes .box{
	background-color:white;
	-moz-box-shadow: 3px 3px 3px #888;
	-webkit-box-shadow: 3px 3px 3px #888;
	box-shadow: 3px 3px 3px #888;
	width:230px;
	height:400px;
	display:inline-block;
	margin:0;
	margin-top:2%;
	margin-left:25px;
	font-family: 'Open Sans', serif;
	font-weight: 300;
	font-size:40px;
	float:left;
}

#boxes .box:hover{
	background: url(../images/hover.jpg) no-repeat;
	z-index:100;
}

#boxes .box img{
	height:180px;
	width:230px;
	z-index:-2;
}

#boxes .box .icons {
	position:relative;
	bottom:0;
	right:0;
	height:35px;
}
.legenda{
	text-align:left;
	font-size:13px;
	position:absolute;
	bottom:5%;
	width:86%;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#49bfbe;
	color:white;
	padding:10px;
	-moz-box-shadow: 3px 3px 3px #CCC;
	-webkit-box-shadow: 3px 3px 3px #CCC;
	box-shadow: 3px 3px 3px #CCC;
	font-family: 'Open Sans', serif;
	font-weight: 300;
}

#boxes .box .icons img{
	padding-right:10px;
	width:20px;
	height:20px;
	float:right;
}

#boxes .box h1{
	font-family: 'Open Sans', serif;
	font-weight: 400;
	font-size:17px;
	margin:0;
	padding-left:10px;
	color:#206f80;
	
}

#boxes .box p{
	font-family: 'Open Sans', serif;
	font-weight: 300;
	font-size:14px;
	text-align:justify;
	margin:0;
	padding:10px;
}