/*------------------------------------------------------------------*/
/*TRANSPARENCIA OVER IMG */
.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
}

.toggleborder img{
border: 1px solid #ffffff;
}
.toggleborder:hover img{
border: 1px solid #000000;
}
.toggleborder:hover{
color: 1px solid #000000; /* Dummy definition to overcome IE bug */
}
/* ESTILOS ELEMENTOS DE INTERFAZ */
html {
    min-height: 100%;
	/* PONER 1 para scroll eterno */
    margin-bottom: 0px;
}
a:focus {
	outline: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #F2F2F2;
	scrollbar-arrow-color: #ffffff;
	background-color:#000000;
	background-image:url(../img/bgd_main.jpg);
	background-repeat:repeat-x;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	line-height:15px;
	color: #5D5D5D;
}
ul {
	list-style-image: url(../img/bullet_list.gif);
	color: #666666;
	padding: 0;
	margin-left: 18px;
	font-size: 13px;
}
table {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	color: #5D5D5D;
	line-height:15px;
}
.txt_titulobig1 {
	font-family: "Lucida Grande", Lucida Sans, Arial, sans-serif;
	letter-spacing: -1px;
	font-size: 21px;
	color:#DA090F;
	font-weight: normal;
	line-height:27px;
}
.txt_titulobig2 {
	font-family: "Lucida Grande", Lucida Sans, Arial, sans-serif;
	letter-spacing: -0.05em;
	font-size: 18px;
	color:#3E5158;
	font-weight: normal;
	line-height:27px;
}
.txt_titulo1 {
	font-size: 15px;
	color:#D80A0C;
	font-weight: bold;
	line-height:25px;
}
.txt_titulo2 {
	font-size: 15px;
	color:#3D5057;
	font-weight: bold;
	line-height:25px;
}
.txt_titulo3 {
	font-size: 15px;
	color:#EDC108;
	font-weight: bold;
	line-height:25px;
}
.txt_titulo4 {
	font-size: 15px;
	color:#999933;
	font-weight: bold;
	line-height:25px;
}
.txt_titulo5 {
	font-size: 15px;
	color:#009900;
	font-weight: bold;
	line-height:25px;
}
.txt_hlight1 {
	color:#DA090E;
}
.txt_hlight2 {
	color:#3F5258;
}
.txt_hlight3 {
	color:#EEBC00;
}
.txt_hlight4 {
	color:#009900;
}
.txt_hlight5 {
	color:#756B35;
}
.txt_white{
	color: #FFFFFF;
}
.txt_normal {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	color: #5D5D5D;
}
.txt_normal a{
	text-decoration: underline;
	font-weight: bold;
	color:#C0172A;
}
.txt_normal a:hover{
	text-decoration: none;
	font-weight: bold;
	color:#FFFFFF;
	background-color: #C0172A;
}
.txt_mini  {
	font-size: 11px;
	color: #5D5D5D;
	line-height:13px;
}
.txt_mini a{
	text-decoration: underline;
	font-weight: bold;
	color:#C0172A;
}
.txt_mini  a:hover{
	text-decoration: none;
	font-weight: bold;
	color:#FFFFFF;
	background-color: #C0172A;
}
.txt_minihlight  {
	font-size: 11px;
	color: #3E5158;
	line-height:13px;
}
.txt_minihlight2 {
	font-size: 11px;
	color: #756B35;
	line-height:13px;
}
.txt_minihlight3 {
	font-size: 11px;
	color: #DA090E;
	line-height:13px;
}
.btngen_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.btngen_normal a{
	text-decoration: none;
	font-weight: bold;
	color:#FFFFFF;
}
.btngen_normal a:hover{
	text-decoration: underline;
	font-weight: bold;
	color:#FFFFFF;
}
.link_topnav {
	font-family: "trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #DA090E;
}
.link_topnav a{
	text-decoration: none;
	font-weight: bold;
	color:#FFFFFF;
}
.link_topnav a:hover{
	text-decoration: underline;
	font-weight: bold;
	color:#CCCCCC;
}
.inputformsingle:focus {
	border: 2px solid #0099FF;
}
.inputformsingle {
	height: 22px;
	width: 300px;
	border: 1px solid #CCCCCC;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#333333;
	padding: 3px;
	background-color: #FFFFFF;
	background-image: url(../img/input_bgd.gif);
	padding-left: 5px;
	background-repeat: repeat-x;
}.inputformsinglecorto:focus {
	border: 2px solid #0099FF;
}
.inputformsinglecorto {
	height: 22px;
	width: 100px;
	border: 1px solid #CCCCCC;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#333333;
	padding: 3px;
	background-color: #FFFFFF;
	background-image: url(../img/input_bgd.gif);
	padding-left: 5px;
	background-repeat: repeat-x;
}
.combo {
	height: 22px;
	width: 150px;
	border: 1px solid #CCCCCC;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#333333;
	padding: 3px;
	background-color: #FFFFFF;
	background-image: url(../img/input_bgd.gif);
	background-repeat: repeat-x;
}
.inputformmulti:focus {
	border: 2px solid #0099FF;
}
.inputformmulti {
	height: 70px;
	width: 300px;
	border: 1px solid #CCCCCC;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#333333;
	padding: 3px;
	background-color: #FFFFFF;
	background-image: url(../img/input_bgd.gif);
	padding-left: 5px;
	background-repeat: repeat-x;
}
.botonsubmit1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../img/bsubmit1_bgd.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 23px;
	background-color: #C0172A;
	width: 88px;
}
.botonsubmit2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../img/bsubmit2_bgd.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 23px;
	background-color: #C0172A;
	width: 120px;
}
