
/* - - - - - - - - - - - - - - - - - - - - -

Título : TOYOTOSHI
Autor : Javier Lobos (vampire)
URL : www.nosbase.com

Descripción : nos.css

Creado : 07 de Abril, 2006
Modificado : 30 de Marzo, 2006

- - - - - - - - - - - - - - - - - - - - - */


body {
	background-color: #ca0000;
	background-image: url(../gfx/background.jpg);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, sans-serif, Verdana;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}
p {
	text-decoration: none;
	font-weight: normal;
	color: #666666;
}

a {
	text-decoration: none;
	font-weight: normal;
	color: #666666;
}
a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #ca0000;
}
h1 {
	margin-top: 0px;
}

#contenedor {
	width: 750px;
	float: left;
}

/************/
/* CABECERA */
/************/

/* hugo */
.paginas {
	float: none;
	clear: both;
  }
.paginas a, .paginas span {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 3px;
    background-color: #ca0000;
	 color: #fff;
}
.paginas span.current {
    border: 1px solid #b00808;
    font-weight: bold;
	background-color: #b00808;
    color: white;
}
.paginas a {
    border: 1px solid #b00808;
    text-decoration: none;
	  color: #fff;
}
.paginas a:hover {
	background-color: #b00808;
	 border: 1px solid #b00808;
	  color: #fff;
}
.paginas a.nextprev {
    font-weight: bold;
}
.paginas span.nextprev {
     color: #fff;
}
.paginas span.nextprev {
        border: 1px solid #ddd;
         color: #fff;
}



 /* hugo */

#cabecera {
	width: 750px;
	height: 74px;
	background-color: #FFF;
}
#cabecera img {
	float: left;
}
div.contacto {
	float: right;
	width: 250px;
	height: 74px;
	padding-right: 15px;	
	background-color: #F5F5F5;
}
div.contacto p{
	text-align: right;
	margin-top: 8px;
	line-height: 15px;
	font-family: Tahoma, sans-serif, Verdana;
	font-size: 11px;
}
#flash {
	clear: both;
	float: left;
	width: 750px;
	background-color: #F5F5F5;
}
#top{
	width: 750px;
}

/************/
/* CONTENIDO */
/************/

#contenido {
	clear: both;
	float: left;
	width: 750px;
	background-color: #E7E7E7;
/*	background-image: url(gfx/principal/fondo_contenido.gif);	
	background-repeat: repeat-y;*/
}

/************/
/* MENU */
/************/

div#menu {
	padding-top: 11px;
/*	clear: both;*/
	float: left;
	width: 150px;
	background-color: #E7E7E7;
}

div#menu div a{
	width: 150px;
	height: 32px;
	float: left;
}

div#menuInicio a{
	background: url(../gfx/botones/b_inicio.gif) no-repeat;
}
div#menuInicio a:hover{
	background: url(../gfx/botones/b_inicio_over.gif) no-repeat;
}
body#inicio div#menuInicio a{
	background: url(../gfx/botones/b_inicio_over.gif) no-repeat;
}

div#menuGrupo a{
	background: url(../gfx/botones/b_tsa.gif) no-repeat;
	cursor: default;
}
div#menuGrupo a:hover{
	background: url(../gfx/botones/b_tsa_over.gif) no-repeat;
}
body#grupo div#menuGrupo a{
	background: url(../gfx/botones/b_tsa_over.gif) no-repeat;
}
div#menuDistribuidores a{
	background: url(../gfx/botones/b_distribuidores.gif) no-repeat;
}
div#menuDistribuidores a:hover{
	background: url(../gfx/botones/b_distribuidores_over.gif) no-repeat;
}
body#distribuidores div#menuDistribuidores a{
	background: url(../gfx/botones/b_distribuidores_over.gif) no-repeat;
}

div#menuSucursales a{
	background: url(../gfx/botones/b_sucursales.gif) no-repeat;
}
div#menuSucursales a:hover{
	background: url(../gfx/botones/b_sucursales_over.gif) no-repeat;
}
body#sucursales div#menuSucursales a{
	background: url(../gfx/botones/b_sucursales_over.gif) no-repeat;
}

div#menuTalleres a{
	background: url(../gfx/botones/b_talleres.gif) no-repeat;
}
div#menuTalleres a:hover{
	background: url(../gfx/botones/b_talleres_over.gif) no-repeat;
}
body#talleres div#menuTalleres a{
	background: url(../gfx/botones/b_talleres_over.gif) no-repeat;
}

div#menuMotorSport a{
	background: url(../gfx/botones/b_motor.gif) no-repeat;
}
div#menuMotorSport a:hover{
	background: url(../gfx/botones/b_motor_over.gif) no-repeat;
}
body#motorsport div#menuMotorSport a{
	background: url(../gfx/botones/b_motor_over.gif) no-repeat;
}

div#menuContactos a{
	background: url(../gfx/botones/b_contactos.gif) no-repeat;
}
div#menuContactos a:hover{
	background: url(../gfx/botones/b_contactos_over.gif) no-repeat;
}
body#contactos  div#menuContactos  a{
	background: url(../gfx/botones/b_contactos_over.gif) no-repeat;
}
/*#menu  li {
	margin-left: 50px; 
	padding: 3px 0px 6px 0px;

}*/
/*#menu  ul a {
	color: #666;
	text-decoration: none;
	padding: 3px 6px 3px 5px;
}
#menu  ul a:hover {
	color: #fff;
	background: #ca0000;
}
#menu ul a:active {
	color: #fff;
	background:#ca0000;
}*/

/************/
/* PRINCIPAL */
/************/

#principal {
	float: left;
	width: 570px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #fff;
}
div.marcas1 {
	float: left;
	width: 195px;
	background-color: #fff;
	margin-bottom: 15px;
}
div.marcas1 img {
	background-color: #FFF;
	padding: 5px;
	float: left;
	border: 1px solid #ccc;
}
div.marcas2 {
	float: left;
	width: 168px;
	background-color: #fff;
	margin-bottom: 15px;
}
div.marcas2 img {
	background-color: #FFF;
	padding: 5px;
	float: left;
	border: 1px solid #ccc;

}

/************/
/* SECCIONES */
/************/

#secciones {
	float: left;
	width: 600px;
	background-color: #fff;
	background-image: url(gfx/principal/fondo_secciones.gif);	
	background-repeat: repeat-y;
}
#secciones_blanco {
	float: left;
	width: 600px;
	background-color: White;
}
/*#secciones h1 {
	font-family: Tahoma, sans-serif, Verdana;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}*/
#secciones p {
	font-family: Tahoma, sans-serif, Verdana;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}
#columna2 {
	width: 400px;
	float: left;
}

/************/
/* SECCION 1 */
/************/

div.seccion1 {
	float: left;
	width: 170px;
	color: #ccc;
	text-decoration: none;
	padding-left: 20px;
}
div.seccion1 h1{
	color: #ca0000;
	font-size: 12px;
	margin-bottom: 5PX;
}
div.seccion1 p{
	color: #666666;
	font-size: 12px;
	width: 170px;
	margin-top: 0PX;
	margin-bottom: 5px;
}
div.seccion1 img {
	float: left;
	margin-bottom: 5px;
}
div.barrita1 {
	width: 170px;
	clear: both;
}

/************/
/* SECCION 2 */
/************/


div.seccion2 {
	float: left;
	width: 170px;
	color: #ccc;
	text-decoration: none;
	padding-left: 20px;
}
div.seccion2 h1{
	color: #ca0000;
	font-size: 12px;
	margin-bottom: 5PX;
}
div.seccion2 p{
	color: #666666;
	font-size: 12px;
	width: 170px;
	margin-top: 0PX;
	margin-bottom: 5px;
}
div.seccion2 img {
	float: left;
	margin-bottom: 5px;
}
div.barrita2 {
	width: 170px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 5px;
}

/************/
/* SECCION 3 */
/************/

div.seccion3 {
	float: left;
	width: 170px;
	color: #ccc;
	text-decoration: none;
	margin-left: 10px;
}
div.seccion3 h1{
	color: #ca0000;
	font-size: 12px;
	margin-bottom: 5PX;
}
div.seccion3 p{
	color: #666666;
	font-size: 12px;
	width: 180px;
	margin-top: 0PX;
	margin-bottom: 5px;
}
div.seccion3 img {
	float: left;
	margin-bottom: 5px;
}
div.barrita3 {
	width: 170px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 5px;
}

/************/
/* SECCION 4 */
/************/

div.seccion4 {
	float: left;
	width: 170px;
	color: #ccc;
	text-decoration: none;
	padding-left: 20px;
}
div.seccion4 h1{
	color: #ca0000;
	font-size: 12px;
	margin-bottom: 5PX;
}
div.seccion4 p{
	color: #666666;
	font-size: 12px;
	width: 170px;
	margin-top: 0PX;
	margin-bottom: 5px;
}
div.seccion4 img {
	float: left;
	margin-bottom: 5px;
}
div.barrita4 {
	width: 170px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 5px;
}


/************/
/* SECCION 5 */
/************/
div.seccion5 {
	float: left;
	width: 170px;
	color: #ccc;
	text-decoration: none;
	padding-left: 25px;
}
div.seccion5 h1{
	color: #ca0000;
	font-size: 12px;
	margin-bottom: 5PX;
}
div.seccion5 p{
	color: #666666;
	font-size: 12px;
	width: 170px;
	margin-top: 0PX;
	margin-bottom: 5px;
}
div.seccion5 img {
	float: left;
	margin-bottom: 5px;
}
div.barrita5 {
	width: 170px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 5px;
}

/************/
/* FOOTER */
/************/

#firma {
	width: 735px;
	float: left;
}
#footer {
	clear: both;
	float: left;
	width: 750px;
	background: #ca0000;
}
/*
#footer p {
	margin-left: 15px;
	padding-left: 10px;
}
#footer a {
	color: #fff;
	font: bold;
}
#footer a:hover {
	color: #fff;
	font: bold;
}*/

/************/
/* INTERNAS */
/************/

#internas {
	float: left;
	width: 570px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	color: #ccc;
	background-color: #fff;
}
#internas_cubiertas {
	float: right;
	width: 570px;
	background-color: #fff;
}
#logo {
	width: 570px;
	height: 34px;
	float: left;
	margin-bottom:15px;
}
.volver {
	float: right;
	margin-left: 10px;
}

/************/
/* MARCAS   */
/************/

#auto1 {
	float: left;
	clear: both;	
	width: 180px;
	margin-bottom: 15px;
}
#auto1 p {
	width: 180px;
	text-align: center;
	color: #000;
	margin: 0px;
}
#auto1 p2 {
	width: 180px;
	text-align: left;
	color: #000;
	margin: 0px;
}
#auto2 {
	float: left;
	width: 180px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#auto2 p {
	width: 180px;
	text-align: center;
	color: #000;
	margin: 0px;
}
#auto2 p2 {
	width: 180px;
	text-align: left;
	color: #000;
	margin: 0px;
}
/************/
/* AUTO */
/************/

#producto {
	float: left;
	width: 320px;
	margin-top: 15px;
	color: #fff;
}
#producto img {
	clear: both;
	float: left;
	margin-bottom: 0px;
}
#fotitos {
	width: 570px;
	clear: both;
	float: left;
	margin-top: 20px;
}
div.fotitos1 {
	width: 145px;
	margin-bottom: 15px;
	background-color: #FFF;
	float: left;
}
div.fotitos1 img {
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #ccc;
}

div.fotitos2 {
	width: 130px;
	background-color: #FFF;
	float: left;
}
div.fotitos2 img {
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #ccc;
}


#comentario {
	float: left;
	width: 250px;
	margin-top: 15px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #999; 
}
#comentario img {
	float: left;
	background-color: #FFF;
	padding: 1px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}
#comentario h1 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14px;
	color: #ca0000;
}
#comentario p {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #999; 
	line-height: 18px;
}
#detalles {
	clear: both;
	float: left;
	width: 570px;
	margin-top: 10px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #999; 
}
#detalles h1 {
	font-size: 12px;
	font-weight: bold;
	color: #ca0000;
}
#detalles p {
	font-size: 11px;
	color: #999; 
	line-height: 18px;
}

************/
/* FORMULARIOS */
/************/

/*form {
padding: 3px 6px 3px 6px;
}
input:hover {
color: #fff;
background-color: #ca0000;
border: 1px solid #333;
font-family: Tahoma, sans-serif, Verdana;
font-size: 11px;
}
input {
color: #fff;
background-color: #ccc;
border: 1px solid #666;
font-family: Tahoma, sans-serif, Verdana;
font-size: 11px;
}
select {
width: 120px;
color: #fff;
background-color: #ccc;
border: 1px solid #666;
font-family: Tahoma, sans-serif, Verdana;
font-size: 11px;
}
textarea {
width: 200px;
height: 100px;
color: #fff;
background-color: #ccc;
border: 1px solid #666;
font-family: Tahoma, sans-serif, Verdana;
font-size: 11px;
}*/


/************/
/* SONY   */
/************/

body_sony {
	background-color: #01084f;
	background-image: url(../gfx/background_sony.jpg);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, sans-serif, Verdana;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}

#sony1 {
	float: left;
	clear: both;	
	width: 130px;
	margin-bottom: 15px;
}
#sony1 p {
	width: 130px;
	text-align: center;
	color: #333;
	margin: 0px;
}

#sony2 {
	float: left;
	width: 130px;
	margin-bottom: 15px;
}
#sony2 p {
	width: 130px;
	text-align: center;
	color: #333;
	margin: 0px;
}

#footer_sony {
	clear: both;
	float: left;
	width: 735px;
	height: 25px;
	background: #01084f;
	padding-top: 15px;
	padding-left: 15px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #fff; 
}

#footer_sony p {
	margin-left: 15px;
	padding-left: 10px;
}

/************/
/* USADOS   */
/************/

#logo_usados {
	width: 570px;
	height: 51px;
	float: left;
	margin-bottom:15px;
}
.volver {
	float: right;
	margin-left: 10px;
}
#producto_usados {
	float: left;
	width: 360px;
	margin-top: 15px;
	color: #fff;
	margin-bottom: 15px;
}
#producto_usados img {
	clear: both;
	float: left;
	margin-bottom: 0px;
}
#comentario_usados {
	float: left;
	width: 210px;
	margin-top: 15px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #999; 
}
#comentario_usados h1 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14px;
	color: #ca0000;
}
#comentario_usados p {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #999; 
	line-height: 18px;
}
/* Martin en usados */
div.contenedorMedio {
	width: 570px;
	clear: both;
	float: left;
	clear: both;
	color: #666; 
}
#formUsados{
	float: right;
}


/************/
/* CUBIERTAS   */
/************/

#ruedas {
	width: 570px;
	float: left;
}


/************/
/* DOWNLOADS   */
/************/

div.wallpapers {
	width: 130px;
	float: left;
	clear: both;
	margin-bottom: 16px;
}
div.wallpapers p {
	margin: 0px;
}
div.wallpapers1 {
	width: 130px;
	float: left;
}
div.wallpapers1 p {
	margin: 0px;
}

/************/
/* MOTORSPORT   */
/************/

#noticias {
	clear: both;
	float: left;
	width: 570px;
	margin-top: 10px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #999; 
}
#noticias h1 {
	font-size: 12px;
	font-weight: bold;
	color: #ca0000;
	margin: 0px;
	
}
#noticias p {
	font-size: 11px;
	color: #999; 
	line-height: 18px;
	margin: 0px;
}
#noticias p2 {
	font-size: 11px;
	color: #999; 
	line-height: 18px;
}
#noticias img {
	float: left;
	padding-right: 10px;
}

#noticias table img{
	float: none;
}
div.nota {
	width: 570px;
	float: left;
	clear: both;
	margin-bottom: 20px;
}