html, body {
	padding:0;
	margin:0;
	text-align:center; 
	font-size: 100%; /* Resets 1em to 10px */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	} 

.clearfix:after {
	content:".";
	display:block;
   	height:0;
	clear:both;
	visibility:hidden;
	}
	
.clearfix {
	display:inline-block;
	}
	
/* LAYOUT GENERAL */

#page {
	width:1000px;
	text-align: left;
	margin: 0 auto;
	background: #fff;
	}
	
#header #corporativo {
	width: 1000px;
	height: 160px;
	}
	
#header #productos, #header h2 {
	padding-top: 60px;
	}

#header #flash {
	 z-index:0;
	}
	
#header #flash, #footer {
	clear:both;
	}
	
#header #logo, #menu li, #menu ul li, .left, .center {
	float:left;
	}
	
#header #menu, .destacado, p, h2, .texto-form {
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#header #menu, #header #productos, .destacado, #contenido .right {
	float: right;
	}
	
#header h2 {
	text-align: right;
	}
	
#contenido .left {
	width: 500px;
	}
	
#clientes .left {
	width: 400px;
	}
	
h2, #menu {
	font-weight: normal;
	}
	
.arial {
	font-family: "Arial", Arial, Helvetica, sans-serif;
	}
	
/* FUENTES */

#header h2 {
	margin:0;
	padding: 40px 0 0 0;
	}

p {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: .9em;
	}

#contenido {
	margin: 1em 1.1em;
	text-align: justify;
	}
	
p {
	line-height: 1.4em;
	}
	
p, h2, #menu li, #menu li a, .direccion p a:hover, label {
	color: #57584f;
	}
	
.direccion p a:hover {
	border-bottom: 1px dotted #57584f;
	}
	
h2 {
	font-size: 1.2em;
	}
	
#header h2 {
	font-size: 2em;
	}
	
#menu li a:hover, .destacado, .morado, .direccion p, #contenido p a {
	color: #c30a45;
	}
		
#contenido p a {
	border-bottom: 1px dotted #c30a45;
	}
	
#contenido p a:hover, .current {
	color: #fff;
	background: #c30a45;
	}
	
a {
	text-decoration: none;
	}
		
small {
	font-size: .7em;
	}
	
.destacado {
	font-size: 1.6em;
	}
	
.destacado, .direccion, #contenido h2 {
	font-style: italic;
	}
	
/* FIN FUENTES */

/*FORMS*/
form {
	margin: 0;
	padding: 0;
	min-width: 380px;
	max-width: 480px;
	width: 400px; 
	}


fieldset {
	border: none;
	}


label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	font-size: .7em;
	width: 160px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	}

input, textarea, select {
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 5px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	}

textarea {
	width: 150px;
	}

form br, .clear {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}


/* TABLA */


/* FIN TABLA */

	
/* H1 LOGO */
	
h1 {
	margin:0;
	}
	
h1#logo a, h1#productos a{
	position:relative;
	left: 0;
	top: 20px;
	display:block;
	text-indent:-9999px;
	background-repeat: no-repeat;
	}
	
h1#logo a{
	background-image: url('img/logo.gif');
	width: 180px;
	height: 126px;
	}
	
h1#productos a {
	background-image: url('img/productos.gif');
	width: 189px;
	height: 53px;
	}
	
h1#productos a:hover {
	background-image: url('img/productos2.gif');
	}
	
/* FIN H1 LOGO */

/* FUENTES SIDEBAR Y CONTENIDO*/

/* FIN FUENTES CONTENIDO */



/* LISTAS MENU Y FOOTER*/

#menu {
	margin-top: 40px;
	}
	
#menu li {
	text-decoration: none;
	list-style-type:none;
	font-size: 1.1em;
	margin-right: 10px;
	}
	
#corporativo #menu li {
	font-size: .9em;
	}
	
#menu li li {
	font-size: .8em;
	}
	
/* NESTED*/

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.2;
	}

#nav a {
	display: block;
	}

#nav li { /* all list items */
	float: left;
	}
	
#nav li.arial { /* all list items */
	float: left;
	}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: 0;
	}
	
#nav li ul.interna { /* second-level lists */
	margin-top:0;
	}
	
#nav li:hover ul { /* lists nested under hovered list items */
	padding: 0;
	}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}
	
#menu li.margen { 
	margin:0;
	}
  
/* FIN NESTED*/

/* SLIDESHOW */

div.slideshow {
	margin: 0 0 0 50px;
	}
	
div.slideshow ul {
	background: #fff;
	bottom: -18px;
	position: absolute;
	overflow: hidden;
	padding: 4px 8px;
	right: 0;
	z-index: 1000;
	}

div.slideshow ul a {
	background: url(css/a.gif) no-repeat;
	cursor: pointer;
	display: block;
	float: left;
	height: 14px;
	margin: 0 4px 0 0;
	overflow: hidden;
	width: 12px;
	}

div.slideshow ul a.prev {
	background-image: url(css/prev.gif);
	width: 14px;
	}
		
div.slideshow ul a.next {
	background-image: url(css/next.gif);
	margin-right: 0;
	width: 14px;
	}
	
div.slideshow ul a.active, div.slideshow ul a.prev:hover, div.slideshow ul a.next:hover {
	background-position: 0 -14px;
	}
	
#slideshow ul li {
	float: left;
	list-style: none;
	}
	
/* FIN SLIDESHOW */

/* IMAGENES */

a img, a:hover img, map, #map {
 	border: 0px;
 	border: none;
	}
	
#contenido p.pdf {
	background: url(img/pdf_icono.png) no-repeat bottom left;
	padding: 10px 0 0 26px;
	}
	
h1#logo a:hover, h1#productos a:hover {
	background-color: #fff;
	}
 
 a, map, #map {
	 outline: none;
 	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	display: inline;
	}

img.alignleft {
	margin: 0;
	margin-right: 10px;
	display: inline;
	}



/* FIN IMAGENES */

/* FORM */

fieldset {
	border: none;
	}

/* FIN FORM */

 /* Clases correspondientes a la galeria de fotos de los modelos */

#galeria {
	margin-left: 85px;
	}
	
	
#galeria .container_foto {
	float:left;
	margin: 5px;
	}

.inner_foto {
	margin: 0 auto;
	}
 
.foto {
 	position:absolute;
 	margin:0;
 	z-index:2;
 	}
	
.ampliar {
 	position:absolute;
 	z-index:10;
 	opacity: 0.7;
	}
 
#contenido .ampliar p a, #contenido .ampliar p a:visited{
	display:block;
	text-indent:-10000px;
	border: 0px;
	}
	
#local .inner_foto, #local .foto, #local .ampliar, #local .ampliar p a,#local .ampliar p a:visited, #local .ampliar p a:hover {
	width: 400px;
	height: 340px;
	}
 	
 #galeria .inner_foto, #galeria .foto, #galeria .ampliar, #galeria .ampliar p a,#galeria .ampliar p a:visited, #galeria .ampliar p a:hover {
	width: 120px;
	height: 80px;
	}
 
#local .ampliar p a:hover, #galeria .ampliar p a:hover{
	display:block;
	text-indent:-10000px;
	}
 
#local .ampliar p a, #local .ampliar p a:visited{
	background:url(img/foto_over2.png) no-repeat 0 0px;
	}
 
#local .ampliar p a:hover{
	background:url(img/foto_over2.png) no-repeat 0 -340px;
	}
 
#galeria .ampliar p a, #galeria .ampliar p a:visited{
	background:url(img/foto_over3.png) no-repeat 0 0px;
	}
 
#galeria .ampliar p a:hover{
	background:url(img/foto_over3.png) no-repeat 0 -80px;
	}


