@import url(resets.css);

/*  ESTRUCTURA FRONT   ************************************/

html, body {
	height: 100%;
	}

body {
	margin:0 auto;
	text-align:center;
	font: 11px Arial, Helvetica, sans-serif;
	background: #4D4D4F url(../images/fdo.gif) repeat-x;
}

body.popup {
	background:url(../images/fdo-body.gif) repeat-x top left;
}

a{
	text-decoration:underline;
	color:#666;
}
a:hover{
	text-decoration:underline;
	color:#000;
}

.text {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration:none;
}
#container{
	margin:0 auto;
	width:778px;
	background-color:#FFFFFF;
}

#header{
	height:257px;
	background: #1E1E1E;

}

#header_top {
	height:180px;
}

#header_top #logo{
	float:left;
}

#header_top #logo img{
	margin-top:31px;
	margin-left:67px;
}

#contenido{
	background: #FFFFFF url(../images/fdo-body.gif) repeat-x top left;
	overflow:hidden;
	width:778px;
}

#centro{
	width:545px;
	float:left;
	min-height:256px;
	background: #FFFFFF url(../images/fdo-body.gif) repeat-x top left;
}

#derecha{
	width:160px;
	float:right;
	margin-left: 5px;
	padding: 10px 7px 0px 0px;
}

#top-derecha{
	float:right;
	width:596px;
	text-align:right;
}

#idioma{
	width:100px;
	float:right;
	color:#000;
	padding:30px 16px 27px 0;
}

.pulldown{
	font-size:10px;
}

#header_top #navegacion_sitio{
	color:#999;
	clear:right;
}

#header_top #navegacion_sitio li{
	display:inline;
	padding:0 8px;
	border-right:solid 1px;
}

#header_top #navegacion_sitio li.ultimo_item{
	border:none;
	padding-right:16px;
}

#header_top #navegacion_sitio li a{
	cursor:pointer;
	text-decoration:none;
	color:#666;
}
#header_top #navegacion_sitio li :hover{
	cursor:pointer;
	text-decoration:none;
	color:#FFF;
}

ul.links{
	margin:5px 8px 0 0;
}

.novedad{
	text-align:left;
	padding:20px 0px 0px 10px;
	color:#797979;
	/*width:350px;*/
}
.novedad h1{
	background:url(../images/bullet.gif) no-repeat 0 0;
	padding-left:12px;
	color:#000;
}

.novedad h2 {
	color:#000;
	font-weight: bold;
	margin: 15px 0 5px 0;
	text-decoration: none;
}

.novedad .bottom{
	clear:both;
	/*width:355px;*/
	border-bottom:1px solid #CCC;
	height:22px;
	text-align:right;
	padding-top:5px;
}

#texto{
	text-align:left;
	padding:20px 10px 0 10px;
	color:#797979;
	width:361px;
}

#footer{
	float:left;
	margin:0 auto 0;
	width:758px;
	height:auto;
	font-size:10px;
	color:#666;
	clear:both;
	padding:10px 10px 0 10px;
	background-color:#FFF;
}
#footer .copy{
	float:left;
	text-align:left;
}

#footer .axxon{
	float:right;
	text-align:right;
}

/* fin */


#derecha-interna{
	width:553px;
	float:left;
	text-align:left;
	min-height:256px;
	background:url(../images/fdo-body.gif) repeat-x top left;
}

#interna{
	text-align:left;
	padding:20px 20px 0;
	color:#797979;
	float:left;
	/*width:520px;*/
}

#interna h1 {
	background:url(../images/bullet.gif) no-repeat 0 0;
	padding-left:12px;
	color:#000;
}

#interna h2,
#interna h2 a {
	color:#000;
	font-weight: bold;
	margin: 15px 0 5px 0;
	text-decoration: none;
}

#interna h2 a:hover {
	text-decoration: underline;
}

#interna h3 a {
	color: #797979;
	text-decoration: none;
}

#interna h3 a:hover {
	text-decoration: underline;
}

#interna p {
	margin: 10px 0;
	text-align: justify;
}

#interna p img {
	margin: 0 5px 10px 0;
}
	
#titulo-seccion{
	float:left; 
	padding-left:4px;
}

#bullet{
	width:10px; 
	float:left; 
	height:auto;
}

.input{
	font:11px Arial, Helvetica, sans-serif;
	border:1px solid #999;
	color:#ccc;
	width:80px;
	background-color:#666666;
}


/****************************************************************************************************
*											QUIENES SOMOS											*
****************************************************************************************************/
.listaQS {
	float: left;
}

.listaQS li {
	background: url(../images/bullet.gif) no-repeat 0 4px;
	padding-left: 12px;
	line-height: 20px;
}

.listaQS li a {
	color: #797979;
	text-decoration: none;
}

.listaQS li a:hover {
	text-decoration: underline;
}


/****************************************************************************************************
*										LÍNEA DE PRODUCTOS											*
****************************************************************************************************/
table#tableListaProductos {
	margin: 0 auto;
}

table#tableListaProductos tr {
	height: 25px;
}

table#tableListaProductos tr td {
	padding: 5px 10px;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}

table#tableListaProductos tr td.tdUno {
	padding: 5px 10px;
	border-top: 0;
}

/****************************************************************************************************
*										LUBRICANTES Y GRASAS										*
****************************************************************************************************/
.tableLubriGrasas {
	margin: 20px auto 0 auto;
}

.tableLubriGrasas tr td {
	padding: 5px 10px;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}

.tableLubriGrasas tr td.tdUno {
	padding: 5px 10px;
	border-top: 0;
}

/****************************************************************************************************
*										SERVICIOS A TERCEROS										*
****************************************************************************************************/
ul#listaServTerceros {
	margin: 10px 0;
}

ul#listaServTerceros li {
	background: url(../images/bullet.gif) no-repeat 0 4px;
	padding-left: 12px;
	line-height: 20px;
}

/****************************************************************************************************
*											CALIDAD 												*
****************************************************************************************************/
ul#listaCalidad li {
	padding-left: 12px;
	background: url(../images/bullet.gif) no-repeat 0 1px;
	text-align: justify;
	margin: 10px 0;
}

ul#listaCalidad li span {
	font-size: 11px;
	font-weight: bold;
}

/****************************************************************************************************
*										CONTACTO - RRHH 											*
****************************************************************************************************/
form#formRRHH {
	margin: 13px;
}

form#formRRHH div {
	margin: 5px 0;
}

form#formRRHH label {
	display: block;
	width: 80px;
	float: left;
	padding-top: 4px;
}

form#formRRHH input.inputRRHH {
	width: 230px;
	_width: 223px;
	height: 20px;
	background: #edf0f7;
	border: 1px solid #a5acb2;
}

form#formRRHH input.examinar {
	_height: 22px;
	_background: #edf0f7;
	_border: 1px solid #a5acb2;
}

form#formRRHH input.otros {
	width: 100px;
	_width: 100px;
	height: 22px;
	_height: 22px;
	background: #edf0f7;
	border: 1px solid #a5acb2;
}

form#formRRHH textarea.comenta {
	width: 230px;
	_width: 223px;
	height: 80px;
	_height: 80px;
	background-color: #edf0f7;
	border: 1px solid #a5acb2;
}

/****************************************************************************************************
*									PLASTIFICANTES - TABLA 											*
****************************************************************************************************/
table#plastiEspe tr {
	height: 25px;
}

table#plastiEspe th {
	color: #fff;
	font-weight: bold;
	text-align:center;
	background-color: #999;
	border: 2px solid #FFF;
	border-width: 0px 2px;
}

tr.par {
	background-color: #ededed;
}

tr.impar {
	background-color: #dedede;
}

table#plastiEspe td {
	border: 2px solid #FFF;
}

table#plastiEspe td.col1 {
	text-align: left;
	padding-left: 10px;
}
.negrita{
font-weight:bold;
}


h3.pdf{
	float:left;
	padding:5px 0 0px 0;
}