* {
	margin: 0;
	padding: 0;
}

a img {
	border: 0 none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

.last {
	margin-right: 0 !important;
}

.clear {
	clear: both;
}

#header {
	height: 154px;
	background-image: url(../images/bg/header.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

	#headerContent {
		margin: auto;
		width: 927px;
		height: 137px;
		background-image: url(../images/bg/headerContent.gif);
		background-position: top right;
		background-repeat: no-repeat;
	}
	
	h1 {
		display: block;
		width: 211px;
		height: 106px;
		background-image: url(../images/logo.gif);
		background-repeat: no-repeat;
		text-indent: -9999px;
	}
	
	#headerContent ul#menu {
		height: 31px;
		list-style-type: none;
	}
	
		#headerContent ul li {
			display: block;
			height: 31px;
			width: 102px;
			float: left;
		}
		
		#headerContent ul li a {
			display: block;
			width: 100%;
			height: 100%;
			text-indent: -9999px;
			background-repeat: no-repeat;
		}
		
			#header ul li a:hover {
				background-position: 0 -32px;
			}
		
			#headerContent a.m1 {
				background-image: url(../images/menu/01.gif);
			}
			
			#headerContent a.m2 {
				background-image: url(../images/menu/02.gif);
			}
			
			#headerContent a.m3 {
				background-image: url(../images/menu/03.gif);
			}
			
			#headerContent a.m4 {
				background-image: url(../images/menu/04.gif);
			}
			
			#headerContent a.m5 {
				background-image: url(../images/menu/05.gif);
			}
			
#content {
	width: 927px;
	margin: auto;
	padding: 30px 0;
	clear: both;
	font-size: 1.2em;
}

	#producto a {
		color: #666;
	}

.producto a{
	color:#006EC7;
	font-weight:bold;
}

/*Colores*/
.producto .colores{
	margin-top:9px;
}


	#content a:hover {
		text-decoration: none;
	}

	#content #breadcrum {
		color: #7F7F7F;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 1.2em;
	}
	
		#content #breadcrum a {
			color: #7F7F7F
		}
		
	#content p {
		margin-bottom: 20px;
		line-height: 2em;
		color: #666;
	}
	
#footer {
	clear: both;
	height: 93px;
	padding-top: 30px;
	background-image: url(../images/bg/footer.gif);
	background-repeat: repeat-x;
}

	#footerContent {
		width: 927px;
		margin: auto;
	
		color: #666;
		font-size: 1.1em;
		line-height: 1.6em;
	}
	
		#footerContent a {
			text-decoration: none;
			color: #666;
		}
		
			#footerContent a:hover {
				text-decoration: underline;
			}
	
		#footerContent .signature {
			float: left;
		}
		
			#footerContent img {
				margin-bottom: 5px;
			}
			
		#footerContent .links {
			text-align: right;
		}
			
			#footerContent ul {
				list-style-type: none;
				margin-bottom: 30px;
			}
				
				#footerContent ul li {
					display: inline;
					text-transform: uppercase;
				}
				
				#footerContent ul li a {
					padding: 0 10px;
				}
				
			#footerContent p, #footerContent p a {
				color: #999;
			}
			
		
#search select,
#search input{
	font-size:11px;
	color:#666666;
	padding:2px 5px 2px 5px;
}

/*noticias*/
.item-noticia{
	clear:both;
	padding: 10px 0 20px 0;
}

.titulo-de-la-noticia{
	font-weight:bold;
	font-size:14px;
	margin-bottom:14px;
}
.titulo-de-la-noticia a{
	color:#006EC7;
}

.img-de-la-noticia{
	float:left;
	margin-right:15px;
	margin-bottom:8px;
	width:120px;
}

.cuerpo-de-la-noticia{
	line-height:19px;
	width:700px;
	text-align:justify;
}

/*noticias detalle*/
.titu-noticia-detalle{
	color:#006EC7;
	font-weight:bold;
	font-size:14px;
	margin-bottom:14px;
}

.fecha-noticia-detalle{
	color:#999999;
	margin-bottom:13px;
}

.img-ppal-detalle{
	float:left;
}

.holder-contenido-detalle{
	float:left;
}

.cuerpo-noticia-detalle{
	line-height:19px;
	text-align:justify;
	margin-bottom:15px;
}

.urls-noticia-detalle{
	color:#006EC7;
}

.urls-noticia-detalle a{
	color:#006EC7;
}
.urls-noticia-detalle a:hover{
	text-decoration:underline;
}