@charset "utf-8";
/* CSS Document */

<!--

/*Resetear todos los margin, padding, border, estilos de lista y tamaños de letra*/
* { margin: 0; padding: 0; border: 0; font-size: 12px; outline: none;}

/*-------------ESTRUCTURA PÁGINA-------------*/

body {
 font-family: "Arial","Verdana","Georgia", "Times New Roman", serif;
 font-size: 100%;
}

/*Contiene toda la pagina*/
div#web {
 top: 0; left: 0;
 width:100%;
}

/* H */
h1 {
	font-size:24px;
	font-weight:bold;
	color:#16347a;
	display:inline;
}
h2 {
	font-size:18px;
	font-weight:bold;
	color:#16347a;
	/*display:inline;*/
}
h3 {
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	color:#16347a;
	margin-left:60px;
	padding-top:14px;
	margin-bottom:3px;
	text-align:center;
}
div#titulo{
	font-size:24px;
	font-weight:bold;
	color:#9dcd17; 
}

div#titulo span{
	color:#16347a;	
	font-size:24px;
	font-weight:bold;
}
	
/*Cabecera*/
div#fondocabecera {
	width:100%;
	height:245px;
	background: url(imagenes/fondocabecera.gif);
	background-repeat:repeat-x;
}

div#cabecera{
	width:980px;
	height:245px;
	margin: 0 auto;
	position:relative;
}

div#logo{
	position:absolute;
	margin: 11px;
	margin-left: 0px;
}
div#tallerdemecanizados{
	position:absolute;
	margin: 11px;
	margin-left: 270px;
}

div#mecanizadosdepiezas{
	position:absolute;
	margin-top: 72px;
	margin-left:0px;
}

div#telefonos{
	position:absolute;
	margin-top: 30px;
	margin-left:450px;
}

/*Iconos Cabecera*/
div#icoscabecera{
	position:absolute;
	margin-top:25px;
	margin-left:800px;
	width:180px;
	}
div#icoscabecera img{
	margin-left:8px;
	margin-right:8px;	
	}

/*Menu cabecera*/
div#menusup{
	position:absolute;
	margin-top:190px;
	margin-left:10px;
	width:965px;	
}
div#menusup ul{
	margin: 0;
	padding: 0;
	list-style:none;
	float:left;
}
div#menusup ul li{
	float:left;
}
div#menusup ul a{
	display:block;
	padding:0 1em;
	line-height:2.1em;
	text-decoration:none;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	background:url(imagenes/separador.gif) no-repeat left;
}

div#menusup ul a:hover{
	color:#9dcd17;
}

div#menusup ul .first a {
	background:none;
}

/*Cuerpo*/
div#fondocentral{
	width:100%;
	background-image:url(imagenes/bandaazul.gif);
	background-repeat:repeat-x;
}
div#central{
	width:980px;
	margin: 0 auto;
	background-image:url(imagenes/attcliente.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

	

/*Menu lateral*/
div#menulat{
	float:left;
	width:170px;
	height:650px;
}
div#menulat ul{
	color:#9dcd17;
	list-style-type:square;
	margin-left:25px;
	margin-bottom:25px;
}
div#menulat ul li{
	margin-top:10px;
}
div#menulat ul a{
	color:#16347a;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}
div#menulat ul a:hover{
	color:#99bbff;
}
div#mecanizadopiezas{
	background:url(imagenes/mecanizado-de-piezas.jpg) no-repeat top;
}
div#tallermecanizados{
	background:url(imagenes/taller-de-mecanizados.jpg) no-repeat top;
}
#bannermoto{
	width:170px;
	height:137px;
}
/*Contenido*/
div#contenido{
	float:right;
	width:780px;
	margin-left:30px;
	color:#16347a;
}

#contenido1{
	float:right;
	width:780px;
	height:600px;
	margin-left:30px;
	color:#16347a;
	background-image:url(imagenes/fondo-plano2.jpg);
	background-repeat:no-repeat;
}

#contenido2{
	float:right;
	height:600px;
	width:780px;
	margin-left:30px;
	color:#16347a;
	background-image:url(imagenes/fondo-plano1.jpg);
	background-repeat:no-repeat;
}
#contenido4{
	float:right;
	height:720px;
	width:780px;
	margin-left:30px;
	color:#16347a;
	background-image:url(imagenes/fondo-plano1.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#contenido3{
	float:right;
	height:660px;
	width:780px;
	margin-left:30px;
	color:#16347a;
	background-image:url(imagenes/fondo-plano5.jpg);
	background-repeat:no-repeat;
}		
	
.central{
	margin:0 auto;
	width:650px;
}
.central2{
	margin:0 auto;
	width:650px;
	height:600px;
	background-image:url(imagenes/fondo-plano3.jpg);
	background-repeat:no-repeat;
}
.central3{
	margin:0 auto;
	width:650px;
	background-image:url(imagenes/fondo-plano4.jpg);
	background-repeat:no-repeat;
}

.textojustificado{
	color:#16347a;
	margin-top:10px;
	width:780px;
	text-align:justify;
}

.textojustificado a{
	font-weight:bold;
	text-decoration:none;
	color:#16347a;
	/*font-weight:bold;*/
}
.textojustificado a:hover {
	text-decoration:none;
	color:#9dcd17;
}

.textojustificado ul{
	list-style-image:url(imagenes/puntomenu.gif);
	margin-top:10px;
	margin-left:20px;
}

.textojustificado li{
	margin-bottom:10px;
}

.imagenizda{
	margin-right:30px;
	margin-bottom:20px;
}

.imagendcha{
	margin-left:30px;
	margin-bottom:20px;
}

.imagenmoto{
	width:778px;
	border:1px solid #16347a;
	margin-top:20px;
	margin-bottom:20px;
}

.divfoto {
  margin-right:20px;
  margin-bottom:10px;
  background: url(imagenes/shadow.gif) no-repeat bottom right;
  float:left;
  line-height:0;
}
.divfoto img {
  background:#fff;
  padding:4px;
  border:1px solid #a9a9a9;
  position:relative;
  left:-5px;
  top:-5px;
}
.elear{
	font-weight:bold;
	color:#9dcd17;
	}

.apartado{
	width:650px;
	margin-bottom:50px;
}

.tituloapartado{
	font-size:16px;
	margin-bottom:10px;
	font-weight:bold;
	color:#16347a;
}

.tituloapartado a{
	text-decoration:none;
	color:#16347a;
}

.tituloapartado a:hover{
	text-decoration:none;
	color:#9dcd17;
}

.botongrprod{
	float:left;
	width:290px;
	height:26px;
	margin-left:230px;
	margin-top:60px;
	margin-bottom:60px;
	text-align:center;
}

.botongrprod span {
  display: block;
  font-size:14px;
  font-weight:bold;
  width: 290px;
  line-height: 26px;
 /* text-indent: 0px;*/
  color: #fff;
  text-decoration: none;
  background: #fff url(imagenes/pixy-rollover.gif) no-repeat left top;
}

.botongrprod span:hover {
 background-color: #fff;
 background-position: right top;
 color: #16347a;
 cursor:pointer;
}

.titulomoto{
	font-size:24px;
	text-align:center;
	color: #16347a;
}

.textonegrita{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#16347a;
}

/*salto de linea por el float*/
.clear{	
	clear:both;
}

/*Pie*/
div#fondopie {
	width:100%;
	height:75px;
	margin-top:4px;
	margin: 0 auto;
	background: url(imagenes/fondopie.gif);
	background-repeat:repeat-x;
}

div#pie{
	position:relative;
	width:980px;
	height:75px;
	margin: 0 auto;
}

div#penta{
	position:absolute;
	width:135px;
	height:15px;
	margin-top:35px;
	margin-left:844px;
	color:#16347a;
	font-size:9px;
}
div#penta a{
	text-decoration:none;
	font-size:9px;
	color:#9dcd17;
}
div#penta a:hover {
	font-size:9px;
	color:#16347a;
}

div#dirtel{
	position:absolute;
	margin-left:0px;
	margin-top:5px;
	width:860px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
}
div#avisolegal{
	position:absolute;
	width:60px;
	margin-top:10px;
	margin-left:918px;
}
div#avisolegal span{
	text-decoration:none;
	font-size:10px;
	color:#ffffff;
}
div#avisolegal span:hover {
	font-size:10px;
	color:#9dcd17;
	cursor: pointer;
}

div#elear{
	position:absolute;
	margin-left:0px;
	margin-top:35px;
	}
	
	

	
/* IE6 css fixer v0.95: Thu, 10 Feb 2011 16:30:02 +0100 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
* html div#menusup ul,
* html div#menusup ul li,
* html div#menulat,
* html div#contenido,
* html #contenido1,
* html #contenido2,
* html #contenido3,
* html #contenido4,
* html .divfoto,
* html .botongrprod {display:inline;}

/* add zoom:1 to pos:relative elements */
* html div#cabecera,
* html .divfoto img,
* html div#pie {zoom:1;}

/* add overflow:visible to (submit) buttons */
 * html input, * html button {overflow:visible;}
 
 
 
/*TABS*/
.ui-widget.ui-widget-content, .ui-widget-header {
	border:none!important;
}
.ui-tabs .ui-tabs-nav {
	background:#fff;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: 1px solid #9dcd17!important;
	background: #9dcd17!important;
}

.titulo {
	font-size: 18px;
	font-weight: bold;
	color: #16347a;
}