  body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
	background-attachment: scroll;
	background-image: url(imagenes/fondo_top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

.txt_general {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

.txt_general_negrita {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}

.caja_busqueda {
	height: 16px;
	width: 194px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
}

.cajas_contacto {
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	text-align: left;
	background-color: #FFF;
	border: 1px solid #CCC;
}

.titulo_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #E5A632;
	text-decoration:none;
	text-align:left
}

.titulo_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #fff;
	width: 195px;
	padding-top:6px;
	padding-bottom:6px;
}

.titulo_select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #E5A632;
	width: 195px;
	background-color:#333;
}

.titulo_menu:hover{ color:#E5A632; }

#favoritos{
	position:fixed;
	left:0px;
	bottom:0px;
	background-color:#FFFFF1;
	z-index:1100;
	overflow:auto;
	width:100%;
	background-image:url(imagenes/textura.jpg)
}		

#minimizar{
	position:fixed;
	left:0px;
	bottom:0px;
	background-color:#FFFFF1;
	z-index:1100;
	overflow:auto;
	width:100px;
}		

.fondo_2_divisiones {
	background-attachment: scroll;
	background-image: url(imagenes/fondo_2_divisiones.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 924px;
}

.marco1{
	background-image:url(imagenes/marcos/marco1.png);
	width:175px;
	height:120px;
	background-repeat:no-repeat
}

.marco_grande{
	background-image:url(imagenes/marcos/marco-grande.png);
	width:260px;
	height:170px;
	background-repeat:no-repeat
}

.marco_pequenio{
	background-image:url(imagenes/marcos/marco-pequenio.png);
	width:102px;
	height:67px;
	background-repeat:no-repeat
}
	
.primero {
	position: absolute;
}

.segundo {
	position: relative;
	left: 0px;
	top: 0px;
}
	
	
	
	
