@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #CCCCCC;
	background-color: #0D1518;
	/*text-align: center;*/
	font-size: 10px;
	font-family: "Trebuchet MS", sans-serif;
}

.fondo1 {
	background-image: url(IMAGENES/fondo_haus.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.maintop {
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 8px;
}

.maintop_inv {
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #848484;
}
.maintop_arq {
	padding-top: 5;
	padding-bottom: 0;
	padding-left: 12px;
}

.maindown {
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #848484;
	border-bottom-color: #848484;
}

.maindown_inv {
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #848484;
	border-bottom-color: #848484;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #848484;
}

.cuerpo_txt{
	padding-right: 5px;
	padding-left: 7px;
	margin-top: 5px;
	margin-bottom: 14px;
}	
.cuerpo_txt_inv{
	padding-right: 5px;
	padding-left: 7px;
	margin-top: -9px;
	margin-bottom: 14px;
	margin-left: 5px;
	width:150px
}	
.cuerpo_txt_cv{
	padding-right: 5px;
	padding-left: 7px;
	margin-top: -2px;
	margin-bottom: 14px;
	margin-left: 5px;
	width:150px
}	
.cuerpo_pie{
	padding-right: 5px;
	padding-left: 7px;
	margin-top: 3px;
	margin-bottom: 5px;
	text-align: center;
}	

.mensaje-error {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}

.arq_row {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #848484;
	height: 90px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.sidebar1 {
	width: 190px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #848484;
}
.sidebar2 {
	width: 170px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #848484;
	background-image: url(IMAGENES/sidebar2_fondo.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-top: 0;
	padding-bottom: 0;
}
.sidebar2_intro {
	width: 24px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #848484;
	background-image: url(IMAGENES/sidebar2_fondo.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.sidebar2_video {
	width: 590px;
	border-right-style: solid;
	border-right-width: 1px;
	border-tight-color: #848484;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #848484;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #848484;
	height: 332px;	
}
.sidebar2_video_borderless {
	width: 590px;
	height: 332px;	
}
p {
	font-size: 12px;
	line-height: 150%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #666666;
	font-size: 24px;
	line-height: 110%;
	padding: 0px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	font-weight: normal;
}
h2 {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 150%;
	padding: 0px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
h3 {
	color: #6699CC;
	font-size: 14px;
	line-height: 120%;
	padding: 0px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	text-transform: uppercase;
	font-weight: bold;
}
h5 {
	font-size: 11px;
	line-height: 120%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #848484;
	word-spacing: 6px;
	letter-spacing: 1px;
}
h5 a:link, h5 a:visited  {
	color: #666666;
	text-decoration: none;
}
h5 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
h5 a:active {
	color: #30475A;
}

h6 {
	font-size: 10px;
	line-height: 120%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
	color: #848484;
	letter-spacing: 1px;
	text-align: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h6 a:link, h6 a:visited  {
	color: #CC9966;
	text-decoration: none;
}
h6 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
h6 a:active {
	color: #30475A;
}

.txt_resaltado {
	color: #FF0000;
	font-size: 14px;
	line-height: 112%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
.txt_resaltado a, a:link, .txt_resaltado a:visited, .paging a {
	color: #FF0000;
	text-decoration: none;
}
.txt_resaltado a:hover, .paging a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.txt_resaltado a:active {
	color: #FF0000;
}

.txt_fuerte {
	color: #FF0000;
	font-size: 12px;
	line-height: 150%;
	font-style: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.link_download {
	font-size: 11px;
	line-height: 120%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
	color: #FF0000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.link_download  a:link, .link_download  a:visited  {
	color: #FF0000;
	text-decoration: none;
}
.link_download  a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.link_download  a:active {
	color: #990000;
}

.se_vende {
	color: #FFF;
	font-size: 14px;
	line-height: 120%;
	padding: 6px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #900;
	text-align: right;
	vertical-align: middle;
}

/* paginado */
.next{padding-right:10px}
.arq_row.paging {border-top-width: 2px;	border-top-style: dotted; border-top-color: #848484; height: 73px; margin-top: 5px; margin-bottom: 5px;font-size:12px;}
a.flechitas, .flechitas{font-size:15px; font-weight:bold}

