* tr, td, p, div, form, input {
	margin: 0px;
	padding:0px;
}
#contenedor {
	/*width:890px;*/
	width:960px;
	left:50%;
	margin-left:-480px;
	position:absolute;
}

#header {
	width:960px;
	height:250px;
	float:left;
}

#contenido {
	width:960px;
	float:left;
}

#logos {
	width:960px;
	float:left;
}
#busqueda {
	float: right;
	width: 190px;
	background-image: url(images/busqueda.gif);
	background-repeat: no-repeat;
	text-align: right;
	width: 190px;
	height: 22px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 108px;
	margin-right: 15px;
	margin-top: 14px;
	margin-bottom: 0px;
	
	/* IE */
	_width: 280px;
	_height: 21px;
	_padding-left: 108px;
	_margin-right: 20px;
	_margin-top: 20px;
	_margin-bottom: -10px;
}

#busqueda input.btn {
	/*btn en IE*/ 
	_height: 21px;
	_margin-bottom: 2px;
}

#busqueda input.input {
	border: none;
	background: #FFF;
	width: 135px;
	background:  url(images/input-er.gif) no-repeat left top;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-right: 5px;
	/* IE */
	_width: 140px;
	_height: 22px;
	_background-attachment: fixed;
	_background-image: url(images/input-er.gif);
	_background-repeat: no-repeat;
	_background-position: left top;
	_padding-top: 1px;
	_padding-right: 4px;
	_padding-bottom: 1px;
	_padding-left: 4px;
}

#busqueda input {
	height: 19px;
	margin-top: 0px;
}
#pestana {
	width: 283px;
	height: 18px;
	padding-top: 2px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	background-image: url(images/pestana.jpg);
	background-repeat: no-repeat;
	text-align:center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 290px;
	
	_height: 20px;
	_margin-bottom: 0px;
	_margin-left: 270px;
}
#pestana p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	padding: 0px;
	_padding: 0px;
	_margin-bottom: 0px;
}
#pestanaDetalle {
	width: 450px;
	height: 18px;
	padding-top: 2px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	background-image: url(images/pestana2.jpg);
	background-repeat: no-repeat;
	text-align:center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	
	_height: 20px;
	_margin-bottom: 0px;
	_margin-left: 50px;
}
#pestanaDetalle p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F00;
	padding: 0px;
	_padding: 0px;
	_margin-bottom: 0px;
}

body {
	background-color:#e0e0e0;
	margin-top:0px;
}

/*tipografias*/

.infologos {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}

.infologos2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

.titulo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
}

.tituloblack {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
}

.tituloblack2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	font-weight: bold;
	margin: 0px;
}
.tituloamarillo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#000;
}

.textocontenido {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:justify;
}

.textoformulario {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

/*formulario*/

.text-input {
	height:15px;
	border:1px solid;
	border-color:#bf0131;
	background-color:#e5e5e5;
}

.text-input2 {
	border:1px solid;
	border-color:#bf0131;
	background-color:#e5e5e5;
}

.botones {
	height:18px;
	width:60px;
	background-color:#bf0131;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border:none;
}
	
.menuproductos {
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	padding-right:40px;
}

.navegacion{
	color:#C03;
	}
	
.navegacion a{
	color:#C03;
	}
.navegacion a:hover{
	color:#C03;
	}
.navegacion a:visit{
	color:#C03;
	}		
