@charset "utf-8";
/* CSS Document */

body {
	 background-color:#333;}
img {
	border:0px;
	text-decoration:none}
.contenedorsuperior { width:100%; background-image:url(../images/fondosuperior.jpg); background-repeat:repeat-x; height:103px; }
.centrobanner {   width:950px;  margin-left:auto; margin-right:auto; }


.contenedorcentro { width:100%; background-color:#333; }
.contenedorclarito { width:100%; background-color:#CCC; }

.centroflash {   width:950px;  margin-left:auto; margin-right:auto; height:440px; background-color:#333; }
.centroflash2 {   width:950px;  margin-left:auto; margin-right:auto; background-color:#333; }
.centroflash3 {   width:950px;  margin-left:auto; margin-right:auto;  background-color:#333; }
.centroblanco {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	height:325px;
	background-color:#FFF;
}
.centroblanco2 {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	height:400px;
}

.centroflashizquierdo {
	width:730px;
	height:420px;
	float:left;
	margin-right:20px;
	background-color:#333;
	margin-top:5px;
	
}

.centroflashderecho { width:200px; float:left; margin-top:5px; }
.centroflashcuadritos { width:200px; height:200px; float:left;  background-color:#333; margin-bottom:20px;}
.centroflashcuadritos2 { width:200px; height:200px; float:left;  background-color:#333; margin-bottom:0px;}
.blancoizquierdo {
	width:444px;
	float:left;
	margin-left:20px;
	
	float:left;
	margin-top:10px;
	background-color:#FFF;
}
.blancocentral {
	width:2px;
	background-color:#CCC;
	float:left;
	margin-top:40px;
	margin-left:10px;
	margin-right:10px;
	height:275px;
}
.blancoderecho {
	width:444px;
	float:left;
	margin-top:10px;
	float:left;
	background-color:#FFF;
}
.titulos {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#999;
	float:left;
	width:420px;
}
.registrado { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px; color:#999; float:left;}
.contenidoinfo {
	margin-left:10px;
	width:400px;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	margin-top:10px;muy bi
}

.logosuperior { float:left; width:205px!important; height:103px;}
.negro { background-color:#000; width:100%; float:left; height:45px;}
.centronegro{   width:950px;  margin-left:auto; margin-right:auto; height:45px; background-color:#000; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px; color:#FFF;}
.centroblanco2 {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	height:70px;
	background-color:#FFF;
}

.menuabajo {
	width:60px;
	float:left;
	margin-top:11px;
	margin-right:5px;
	text-align:center;
}
.noticiastitulo { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14pt; color:#333; width:420px; float:left; margin-left:10px; margin-top:10px;}
.noticias { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:10pt; color:#333; width:420px; float:left; margin-left:10px;}
.noticias2 { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:10pt; color:#333; width:950px; float:left; margin-left:10px;}
.productotitulo {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#333;
	width:420px;
	float:left;
	margin-left:10px;
	margin-top:5px;
}
.productos{
	width:100px;
	height:120px;
	float:left;
	margin-top:5px;
	margin-right:10px;
}
.morenews {
	width:420px;
	text-align:right;
	float:right;
	margin-right:15px;
}
/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {  
	width:950px; 
	
	background:#000 ; 
	display:block; 
	position:relative; 
	
	border-bottom:5px #000000 solid;
}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:30px; 
	height:100px; 
	bottom:0px; 
	right:5px;
	margin:5px;
	background:url(../flechader.png) no-repeat center;  
}
#SlideItMoo_outer .SlideItMoo_back { 
	left:5px; 
	background:url(../flechaizq.png) no-repeat center;  
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{ 
	position:relative ; 
	overflow:hidden ; 
	width:950px ; /* set a display width to make the slider look good in case js is disabled */
	margin-left:auto;
	margin-right:auto;
	
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items { 
	display:block; 
	position:relative; 
}
/* single element design */
#SlideItMoo_items div.SlideItMoo_element { 
	display:block; 
	position:relative; 
	float:left; 
	margin:0px 15px 0px; 
	font-size:11px; 
	width:130px; 
	text-align:center; 
	color:#FFFFFF;
}
#SlideItMoo_items a { padding:0px; margin:3px 0px 3px; clear:both; display:block; padding:2px; }
#SlideItMoo_items a img{ border:none; }

/* --------------------BANNER ROTATOR--------------------- */
#SlideItMoo_banners_outer { 
	display:block; 
	position:relative; 
	width:950px; 
	height:140px; 
	margin:0px auto 0px; 
	border:1px #CCCCCC solid; 
}
#SlideItMoo_banners_inner { 
	position:relative ; 
	overflow:hidden ; 
	width:557px ; 
	height:134px ; 
	margin:0px auto 0px;  
}
#SlideItMoo_banners_items { 
	white-space:nowrap; 
	display:block; 
	position:relative; 
}
#SlideItMoo_banners_items a img { 
	border:none; 
}

/* -------------------INFO BANNERS-------------------- */
#SlideItMoo_info_outer { 
	display:block; 
	position:relative; 
	width:557px; 
	height:190px; 
	margin:0px auto 0px; 
	border:1px #CCCCCC solid; 
}
#SlideItMoo_info_inner { 
	position:relative ; 
	overflow:hidden ; 
	width:557px ; 
	height:190px ; 
	margin:0px auto 0px;  
}
#SlideItMoo_info_items { 
	display:block; 
	position:relative; 
}

#SlideItMoo_info_items .info_item{
	display:block; 
	position:relative;
	width:547px;
	height:200px;
	float:left;
	background:#E8E8E8;
	text-align:justify;
	padding:5px;
	border-right:5px #333333 solid;
}

#SlideItMoo_info_items .info_item a img{
	border:none;
}

#SlideItMoo_info_items .info_item img {
	float:left;	
	margin-right:15px;
}

#SlideItMoo_info_items .info_item h1{
	background:none;
	color:#006699;
	text-align:right;
	margin:5px 0px 10px;
}

