@charset "utf-8";
/* CSS Document */

a{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

#contenedor {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	height: 1200px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1px;
}
#cabecera {
	height: 180px;
	width: 998px;
	background-image: url(img/cabecera_fondo.jpg);
	margin-top: 0px;
}
#logo {
	height: 40px;
	width: 315px;
	margin-top: 100px;
	clear: none;
	float: left;
}
#menucab {
	height: 21px;
	width: 423px;
	margin-top: 117px;
	margin-left: 250px;
	clear: none;
	float: left;
}
#email {
	height: 20px;
	width: 360px;
	margin-top: 10px;
	margin-left: 290px;
	clear: none;
	float: left;
	text-align: right;
	color: #C60;
	font-weight: bold;
}
#central {
	height: 650px;
	width: 1000px;
	background-image: none;
}

#navegacion {
	height: 650px;
	width: 241px;
	float: left;
	background-image: url(img/fondo_menu_na.jpg);
	background-repeat: no-repeat;
}
#content_central {
	float: right;
	height: 650px;
	width: 750px;
	background-image: none;
	background-repeat: no-repeat;
}

#pie {
	height: 70px;
	width: 1000px;
	background-image: url(img/pie_fondo.jpg);
	text-align: center;
	padding-top: 20px;
	color: #C63;
	background-repeat: no-repeat;
}
#productos {
	height: 610px;
	width: 450px;
	float: left;
	margin-left: 50px;
	margin-top: 40px;
	background-repeat: no-repeat;
}
#flash {
	float: right;
	height: 620px;
	width: 210px;
	margin-right: 10px;
	margin-top: 15px;
	background-image: url(img/flash_fondo.jpg);
}
#mostrar_v {
	float: right;
	height: 620px;
	width: 210px;
	margin-right: 7px;
	margin-top: 15px;
	background-image: url(img/flash_fondo.jpg);
	overflow: auto;
}
#mapa_web {
	height: 600px;
	width: 600px;
	background-image: url(img/fondo_mapa.jpg);
	padding-left: 150px;
	background-repeat: no-repeat;
	padding-top: 15px;
}



	
	pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:674px;
		}	
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#container{
	position:relative;
	text-align:left;
	width:1000px;
		}	
		
	#content{
	position:relative;
	width: 900px;
	margin-right: 90px;
	margin-left: 90px;
		}			

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:900px;
	height:180px;
	overflow:hidden;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-26px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:800px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;

		
		background:url(img/banner/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(img/banner/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
.raya {
}
.vercintas {
	height: 15px;
	width: 300px;
	font-size: 12px;
	text-align: right;
	margin-right: 95px;
	margin-left: 0px;
	float: right;
	clear: none;
}
#vermas {
	height: 15px;
	width: 100px;
	font-size: 14px;
	background-repeat: no-repeat;
	background-image: url(img/lista.jpg);
	float: right;
}

#vermas a,  .vercintas a {color:  #0C3;}

#vermas a:hover, .vercintas a:hover {color:  #C90;}


.horizontal_divider_01 {
	clear: both;
	width: 100%;
	height: 5px;
	font-size: 1px;
	
}
.image_wrapper {
	display: inline-block;
	border: 1px solid #000;
	padding: 4px;
	background: #383838;
	margin-bottom: 5px;
	margin-left: 25px;
}
.image_fl { 
	float: left; 
	margin: 3px 30px 0 0; 
}
.image_fr { 
	float: right; 
	margin: 3px 0 0 30px; 
}

.col_w200 {width: 200px;}
.col_w500 {width: 500px;}
.col_w700 {width: 700px;}
.float_l { float: left; }
.float_r { float: right; }