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

BODY{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#999999;
}
a:link {
	color: #3F0275;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3F0275;
}
a:hover {
	text-decoration: none;
	color:#660099;
}
a:active {
	text-decoration: none;
	color: #3F0275;
}
.bordetortal {
border:solid 1px;
border-color:#e1e1e1;
width:842px;
}

#bt_on{
font-size:16px;
color:#3F0275;
text-align:left;
margin-bottom:1px;
font-weight:bold;
padding-left:10px;
background-image:url(../images/flecha-violeta.gif);
background-repeat:no-repeat;
background-position:left;
margin-left:24px;
width:180px;
cursor:pointer;
}
#bt_off{
font-size:16px;
color:#666666;
text-align:left;
margin-bottom:1px;
font-weight:bold;
padding-left:10px;
margin-left:24px;
width:180px;
cursor:pointer;
}
.footer{
color:#000000;
font-size:11px;
text-align:center;
}

#bt_sup_off{
background-image:url(../images/bg_bt.jpg);
height:15px;
border-bottom:solid 1px;
border-left:solid 1px;
border-right:solid 1px;
border-color:#CCCCCC;
float:left;
padding-top:4px;
font-weight:bold;
color:#666666;
}
#bt_sup_on{
background-image:url(../images/bg_bt.jpg);
height:15px;
color:#6600CC;
cursor:pointer;
border-bottom:solid 1px;
border-left:solid 1px;
border-right:solid 1px;
border-color:#CCCCCC;
float:left;
padding-top:4px;
font-weight:bold;
}
.link_video{
color:#FF0099;
}
.titulo{
font-size:29px;
margin-bottom:5px;
padding-right:40px;
}
.subtitulo{
font-size:14px;
color:#FF0099;
padding-right:40px;
}
.txt{
color:#333333;
padding-right:40px;
}
input{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#999999;
margin-bottom:5px;
width:350px;
}
textarea{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#999999;
margin-bottom:5px;
width:350px;
height:100px;
}
.bt{
width:80px;
}