/* Resetear estilos */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
hr {
	 background-color:#148daf; display: block; height: 1px;
    border: 0; border-top: 1px solid #ccc;
    margin: 1em 0; padding: 0; 
}
.barra_vertical{
	margin-left:32px;
border-left: 1px solid #999999;
height:200px;
}
	
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* FIN Resetear estilos */
body {
	background: #FFF;
	font-family: Verdana, serif;
	color: #666;
}
div.clearfix {
	clear: both;
	overflow: hidden;
	width: 0;
	height: 0;
}
a {
	color: #333;
	text-decoration: none;
}

div.marco {
	width: 100%;
	height:400px;
	/*margin: 0 auto;*/
	position: relative;
}
div.marco div.contenido {
	width: 100%;
	height:400px;
	overflow: hidden;
	/*margin-left: 20px;*/
	position: relative;
}
div.marco div.contenido div.carril {
	position: relative;
	white-space: nowrap;
	width: 100%;
}
div.marco div.contenido div.carril div.mini {
	display: inline-block;
	_display: inline;
	#display: inline;
	width: 100%;
	height: 400px;
	overflow:hidden;	
	position: relative;
}
div.marco div.contenido div.carril div.mini a {
	display: inline;
	zoom: 1;
	position: relative;
	overflow: hidden;
	width: 80px;
	height: 80px;
}
div.marco a.prev {
	display: block;
	position: absolute;
	background: url("imgx/arrow_left.png") no-repeat scroll left top transparent;
	width: 11px;
	height: 12px;
	top: 40px;
	left: 4px;
	z-index: 3;
}
div.marco a.next {



}
.nomore {
	opacity: 0.40;
	filter: alpha(opacity=40);
}

#btn_primero{
	float:left;
	padding-left:70px;
	padding-top:8px;
	background-image:url(imgn/buscar.png);
	background-repeat:no-repeat;
	width:190px;
	height:70px;
}
#btn_primero:hover{
	color:#F60;
}
#btn_segundo{
	float:left;
	padding-left:70px;
	padding-top:8px;
	background-image:url(imgn/servicios.png);
	background-repeat:no-repeat;
	width:190px;
	height:70px;
}
#btn_segundo:hover{
	color:#F60;
}
#btn_tercero{
	float:left;
	padding-left:70px;
	padding-top:8px;
	background-repeat:no-repeat;
	width:170px;
	height:40px;
	text-align:left;
	background-image:url(imgn/zonas.png);	


}
#btn_tercero:hover{
	color:#F60;
}
#btn_cuarto{
	float:left;
	padding-left:70px;
	padding-top:8px;
	background-image:url(imgn/menorca.png);
	background-repeat:no-repeat;
	width:170px;
	height:70px;
}
#btn_cuarto:hover{
	color:#F60;
}