@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'AvenirLT-Bold';
    src: url('fonts/lte50346.eot');
    src: url('fonts/lte50346.eot?#iefix') format('embedded-opentype'),
         url('fonts/lte50346.woff') format('woff'),
         url('fonts/lte50346.ttf') format('truetype'),
         url('fonts/lte50346.svg#lte50346') format('svg');
    font-weight: bold;
    font-style: normal;
}

*{
	margin:0px;
	padding:0px;
}
img{
	border:0px;
}


body {
	font-size:19px;
	font-family: Arial, Helvetica, sans-serif;
	color:#00004c;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	background: url(img/bg.png) top center no-repeat #fff;
}

#master{
	width:1000px;
	height:auto;
	background:#fff;
	display:table;
	margin: 0px auto 20px;
	/* border-radius:30px; */
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.5);
	padding:0px 0px 30px;
}
#top{
	width: 1000px;
	height:auto;
	margin: 0px auto;
	padding: 0px;
	display:table;
}
#top .partido-verde{
	width:auto;
	height:auto;
	float:left;
	clear:none;
	margin: 5px 0px 5px 60px;
}
#top .txt{
	width:auto;
	height:auto;
	text-align: center;
	font-family: AvenirLT-Bold, Arial, Helvetica, sans-serif;
	color: #000;
	font-weight:normal;
	font-size: 49px;
	line-height: 46px;
	letter-spacing: 0px;
	margin: 32px 77px 0px;
	text-transform:uppercase;
	display: inline-block;
}

#content{
	width:100%;
	height:auto;
	float:none;
	clear:none;
	display:table;
	margin: 0px auto;
	padding:0px;
	text-align:center;
}

.caja{
	width:100%;
	height:auto;
	background:#d1f294;
	margin: 0px 0px 30px;
}
.btn{
	width:auto;
	height:auto;
	float:none;
	clear:none;
	margin: 10px 5px 15px;
	display:inline-table;
	text-decoration:none;
}


a.btn:hover{
	cursor:pointer;
	filter:alpha(opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65;
	-khtml-opacity: 0.65;
}

.curso{
	width:auto;
	height:auto;
	display:table;
	float: none;
	margin: -8px auto 0px;
	padding: 8px 10px;
	color: #6fba00;
	border: 2px solid #6fba00;
	background:#fff;
	text-decoration:none;
	font-family:AvenirLT-Bold, Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:center;
	text-transform:uppercase;
}

.fotter{
	width:100%;
	height:auto;
	background: #292929;
	margin:0px;
	padding:20px 0px 30px;
	text-align:center;
	color:#fff;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
}