.body,html { 
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
}

.tabla_main{
	border-style:solid;
	border-color:#E7E3E1;
	border-width:3px;
}
.titulos {
	color: #F47321;
	font-family:tahoma;
	font-size: 12px;
	font-weight:bold;
}
.titulosGenerales {
	color: #F47321;
	font-family:Tahoma;
	font-size: 20px;
}
.precios {
	color: #F47321;
	font-family:Tahoma;
	font-size: 17px;
	font-weight:bold;
}
.titulosBuscador {
	color: #FFFFFF;
	font-family:Tahoma;
	font-size: 20px;
}
.titulos2 {
	color: #4C4D4F;
	font-family:tahoma;
	font-size: 12px;
	font-weight:bold;
}
.textos {
	color: #4C4D4F;
	font-family:tahoma;
	line-height:1;
	font-size: 12px;
	line-height:1.5;
}

.pie {
	color: #A6A6A6;
	font-family:tahoma;
	font-size: 9px;
}

a:active {
	color: #F47321;
	text-decoration: none;
	font-family:tahoma;
	font-size: 11px;
	font-weight:bold;
}
a:visited {
	color: #F47321;
	text-decoration: none;
	font-family:tahoma;
	font-size: 11px;
	font-weight:bold;
}
a:link {
	color: #F47321;
	text-decoration: none;
	font-family:tahoma;
	font-size: 11px;
	font-weight:bold;
}
a:hover {
	color: #F47321;
	text-decoration: none;
	font-family:tahoma;
	font-size: 11px;
	font-weight:bold;	
}

/*************** POP UP **************/

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

	/* some styling for triggers */
	/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	/*width:675px;	
	min-height:200px;*/
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../img/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/***************FIN POPUP *************/

