

@charset "utf-8";
/* CSS Document */

/*********************************************************
// PARAMETROS GENERALES 
**********************************************************/


body {
	background-color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#8C8B8B;
	letter-spacing:0px;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
/*	margin-bottom:0px;*/
}

p {
	padding:0px;
	margin:0px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

a {
	outline-style: none;
}


.logo_CNT {
	text-align: center;
	padding-top: 210px;
}

.txt {
	float: left;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}


