@charset "iso-8859-1";
/* CSS Document */

.Textos{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color:#333;
}
.texto_general {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color:#333;
	text-align:left;
	line-height:20px;
}
	
.h2 {
	font-family:Helvetica, Arial;
	font-size: 18px;
	font-style: normal;
	font-weight:600;	
	color:#EA09DF;
	text-align:left;	
}	
	
.h3 {
	font-family:Helvetica, Arial;
	font-size: 18px;
	font-style: normal;
	font-weight:500;	
	color:#359997;
	text-align:left;
	/*line-height:16px;*/
}	
.tema{
	}
strong.tema{
	padding:10px;
}
	
strong.Textos{
	font-weight:700;	
}

.item{
	font-size:14px;
}

.txt_strong{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;	
	color:#333;
	font-weight:700;
}

.acceder{	
	border:#999 1px solid;
	border-radius:5px;
	width:100%;
}	
	
ul.menu{
	list-style:none;	
	width:135px;
	border-bottom:1px solid #d9d9d9;
}

.menu>li>a{
	display:block;
	color:#222021;
	text-decoration:none;
	padding:5px 5px 5px 4px;	
	transition:all 200ms ease;
	-o-transition:all 150ms ease;
	-webkit-transition:all 500ms ease;
	line-height: 1.2;
	font-size:11px;
	border-bottom:1px solid white;
	letter-spacing:0.2px;
}




.menu>ul>li>a:hover {
	border-bottom:1px solid #670339;
	color:grey;
}




ul.menu2{	
	width:135px;
	/*background:#670339;*/
	padding:0px;
	border-bottom:1px solid #670339;
	list-style-type:none;
	
}

.menu2>li>a{
	display:block;
	color:grey;
	text-decoration:none;
	padding:43px 5px 5px 4px;	
	transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	line-height:14px;
	font-size:11px;
}

.menu2>ul>li>a:hover {

	/*background:#EA09DF;
	color:white;*/
}




.menu3{
	border-top:2px solid #670339;
	margin-top:50px; 

}

ul.menu3{	
	width:135px;
	/*background:#670339;*/
	padding:0px;

	list-style-type:none;
	
}


.menu3>li{
	list-style:none;	

	border-bottom:1px solid #D9D9D9;
	
}

.menu3>li>a{
display:block;
	color:#222021;
	text-decoration:none;
	padding:10px 10px 10px 10px	;
	transition:all 200ms ease;
	-o-transition:all 150ms ease;
	-webkit-transition:all 500ms ease;
	line-height: 1.2;
	font-size:11px;
	border-bottom:1px solid white;
	letter-spacing:0.2px;
}

.menu3>li>a:hover {
	padding:10px 10px 10px 10px	;
	border-bottom:1px solid #670339;
	color:grey;
}




.boton{
	display:inline-block;
	width:250px;
	border:#999 1px solid;
	border-radius:5px;
	margin-bottom:10px;
	margin-right:10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
	
ul.otros{
	list-style:outside;	
	color:#EA09DF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.otros>li>a{
	color:#333;
	text-decoration:none;
	transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
}

.otros>li>a:hover {
	color:#EA09DF;
}

.bt{
	width:25px; 
	height:42px; 
	background:#EA09DF;
	font-size:15px; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#FFFFFF;text-align:center;
	display:inline-table;padding:10px; 
	box-sizing:border-box;
	border-radius:1px;
}

.btn:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	line-height: normal;
	text-transform: none;
}

.btn:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.btn:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EA09DF;
	font-weight: normal;
	text-decoration: none;
	transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
}

.link_destaques_ant:link {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:normal;
	color:#711546;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
}
.link_destaques_ant:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:normal;
	color:#711546;
	font-weight: bold;
	text-decoration: none;
}
.link_destaques_ant:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:normal;
	color:#666;
	font-weight: bold;
	text-decoration:none;
}

