@charset "utf-8";
/* CSS Document */
a, a:link, a:visited, a:active {
	outline: none;
	text-decoration:none;
	color: #999;
}

a:hover {
	color:#FFFFFF;
	border-bottom:1px #CCC dotted;
}
body{
	background: fixed url(imagenes_/fondo.jpg) repeat-y top center;
	margin-bottom:0px; 
	margin-left:0px; 
	margin-right:3px; 
	margin-top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000; 
}
#body_contenido{
	background: fixed url(imagenes_/fondo.jpg) repeat-y top center;
	overflow:hidden;
}
#header{
	background:url(imagenes_/cabecera.jpg) no-repeat top center;
	height:214px;
	width:800px;
	display:block;
	border:0px;
}
#contenido{
	background:url(imagenes_/margenes.png) repeat-y center;
	width:800px;
	margin-left:1px;
	*margin-left:0px;
}
* html #contenido
{
  background: none;
  filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod='crop',src='imagenes_/margenes.png')");
}
#footer{
	background:url(imagenes_/menu.jpg) no-repeat center;
	height:36px;
	width:800px;
}
#header_contacto{
	background:url(imagenes_/header_portada.png) no-repeat center;
	height:88px;
}
* html #header_contacto
{
  background: none;
  filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod='crop',src='imagenes_/header_portada.png')");
}
#header_imagenes{
	background:url(imagenes_/header_imagenes.png) no-repeat center;
	height:88px;
}
* html #header_imagenes
{
  background: none;
  filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod='crop',src='imagenes_/header_imagenes.png')");
}
#marco_imagenes{
	background:url(imagenes_/marco_imagenes.png) no-repeat center;
	height:246px;
	width:771px;
	margin-left:-11px;
	*margin-left:65px;
}
* html #marco_imagenes
{
  background: none;
  filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod='crop',src='imagenes_/marco_imagenes.png')");
}
#contenido_imagenes{
	position:relative;
	top:20px;
	*top:24px;
	right:10px;
	/*width:700px;*/
}
#contenido_contenido_imagenes{
	overflow:hidden;
	*position:relative;
	height:200px;
	width:710px;
	margin-right:18px;
	*margin-left:-0px;	
	/*border:2px #000000 double;*/
}
#thumbnails{
	overflow:hidden;
	filter: alpha(opacity=40); 
	opacity: .4;
	max-height:150px;
	max-width:150px;
	border:5px #999999 solid;
}
* html #thumbnails
{
	filter:alpha(opacity=40);
}
#thumbnails:hover{
	filter: alpha(opacity=100); 
	opacity: 1;
	cursor: pointer !important;
	border:5px #FFFFFF solid;
}
* html #thumbnails:hover
{
	filter:alpha(opacity=100);
}
#secciones_contenido{
	background:url(imagenes_/secciones_contenido.png) repeat-y center;
	/*overflow:hidden;*/
}
* html #secciones_contenido
{
  background: none;
  filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod='crop',src='imagenes_/secciones_contenido.png')");
}
#secciones_contenido_div{
	font-family:"Times New Roman", Times, serif;
	*margin-left:-50px;
	width:700px;
	font-size:22px;
}
#contenedor_texto_izquierdo{
	margin-left:30px;
	width:420px;
	border: #CCCCCC dashed 2px;
}
#texto_izquierdo{
	margin-left:10px;
	margin-top:17px;
	*margin-bottom:17px;
}
#boton_enviar{
	background:url(imagenes_/enviar.png) no-repeat top;
	height:154px;
	width:143px;
	border:none;	/*overflow:hidden;*/
}
* html #boton_enviar
{
  background: none;
  filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod='crop',src='imagenes_/enviar.png')");
}
#boton_enviar:hover{
	background-position: 0px -160px;
	cursor: pointer !important;
}
#secciones_footer{
	background:url(imagenes_/secciones_footer.png) no-repeat center;
	height:111px;
}
* html #secciones_footer
{
  background: none;
  filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod='crop',src='imagenes_/secciones_footer.png')");
}

#menu{
	margin:0 0 0 0;
	background:url(imagenes_/menu.jpg) no-repeat top center;
	height:36px;
	overflow:hidden;
	width:850px;
}

#menu_ul{
	margin-left:-15px;
	*margin-left:25px;
	margin-top:0px;
}


#menu_ul li{
	float:left;
	list-style: none;
}

#menu_ul a{
  display:inline;
  float:left;
}

#menu_ul a.empresa{
	background:url(imagenes_/menu/empresa.png) no-repeat;
	width:134px;
	height:36px;
}

#menu_ul a.flota{
	background:url(imagenes_/menu/flota.png) no-repeat;
	width:134px;
	height:36px;
}

#menu_ul a.servicios{
	background:url(imagenes_/menu/servicios.png) no-repeat;
	width:134px;
	height:36px;
}

#menu_ul a.contacto{
	background:url(imagenes_/menu/contacto.png) no-repeat;
	width:134px;
	height:36px;
	margin-left:-2px;
}

#menu_ul a.presupuesto{
	background:url(imagenes_/menu/presupuesto.png) no-repeat;
	width:134px;
	height:36px;
}

#menu_ul a.imagenes{
	background:url(imagenes_/menu/imagenes.png) no-repeat;
	width:134px;
	height:36px;
	margin-left:-1px;
}

#menu_ul a:hover, #menu_ul a.on{
  background-position: 0 -36px  !important;
}

span.h{
	display:none;
}


