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

body {
	background-color: #FFFFFF;
	font-family: Arial, Tahoma, "Trebuchet MS", Trebuchet, Trebuchet-MS, Helvetica, sans-serif;
	font-size: 13px;
}
p {
	/*line-height: 5px;*/
}
.cellHeader {
	/*font-family: Arial, Tahoma, "Trebuchet MS", Trebuchet, Trebuchet-MS, Helvetica, sans-serif;*/
	/*font-size: 12px;*/
	font-weight: bold;
	color: #539DBB;
}
.regular {
	font-family: Arial, Tahoma, "Trebuchet MS", Trebuchet, Trebuchet-MS, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 17px;
}
.formSubmit {
    /*
	para imágenes...
	
	border: none;
    background: url('/forms/up.png') no-repeat top left;
	*/

	width:100%;
	height:28px;
	border:#069 thin solid;
	background-color:#FFF;
	font-family: Arial, Tahoma, "Trebuchet MS", Trebuchet, Trebuchet-MS, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	color: #000;
}
.formSubmit:hover {
	background-color:#069;
	color: #FFF;
}
.formSubmit:active {
	background-color: #09C;
	color: #FFF;
	font-size: 11px;
}
.mItem {
	color:#000;
	font-weight: bold;
	font-family: Arial, Tahoma, "Trebuchet MS", Trebuchet, Trebuchet-MS, Helvetica, sans-serif;
	font-size: 20px;
	text-decoration:none;
}
.mItem:link{color:#000;text-decoration:none;}
.mItem:visited{color:#000;text-decoration:none;}
.mItem:hover {color:#000;text-shadow: #000 0px 0px 1px;text-decoration:none;}
.mItem:visited {color:#000;text-decoration:none;}
a:active {
	/*text-decoration: none;*/
	color: #000000;
	text-shadow: #000000 0px 0px 0px;
}

#footer {
	text-align: center;
	padding-top:8px;
	width: 100%;
}
#ifr {
	background-color: #FFFFFF;
	text-align: center;
}
#carga {
	background-color: #FFFFFF;
	background-image:url(loading.gif);
	background-position:center;
	text-align: center;
	background-repeat: no-repeat;
}
#flContent {
	width:100%;
	height:100%;
}
#transbox {
	width:152px;
	height:90px;
	background: url(img/showroom.png) no-repeat top left;
	position:absolute;
}

a:link {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	/*text-decoration: none;*/
	text-shadow: #000 0px 0px 1px;
}
a:visited {
	/*text-decoration: none;*/
	color: #000;
}
a:active {
	/*text-decoration: none;*/
	color: #000000;
	text-shadow: #000000 0px 0px 0px;
}

#tit {
	color:#000;
	font-weight: bold;
	font-family: Arial, Tahoma, "Trebuchet MS", Trebuchet, Trebuchet-MS, Helvetica, sans-serif;
	font-size: 20px;
	margin-top:10px;
	border-bottom:thin #000 solid;
	padding-bottom:5px;
}
#tablaContenidos {
	margin-top:10px;
	margin-left:20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	background-color:#DDD;
	display:inline-block;
	padding:7px;
	line-height:20px;
}

.tutTitle{
	font-weight: bold;
	color:#FFF;
	background-color:#000;
	display: inline;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:4px;
	padding-right:4px;
}
.tutTitle:link{color:#FFF;text-decoration:none;}
.tutTitle:visited{color:#FFF;text-decoration:none;}
.tutTitle:hover{color:#FFF;text-decoration:none;}
.tutTitle:visited {color:#FFF;text-decoration:none;}
