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



.banner{
	width:193px;
	height:120px;
	margin-left:0px;
	margin-top: 15px;
	float:left;
	border: 1px solid #CCC;
	padding: 20px;
}
		 
.text{
	width:270px;
	height: auto;
	margin-left:0px;
	margin-top: 15px;
	float:left;
}
/*________________________________________________CONTENEDOR MEDIO_________________________________________________*/
.soluciones{
	width:270px;
	height: auto;
	float:left;
	color:#003333;
	border-bottom: solid #CCCCCC 1px;
	margin-top: 5px;
	padding-bottom:15px;
	margin-left: 0px;}
.titmid{
	width:270px;
	height:25px;
	margin-left:0px;
	margin-top: 30px;
	float:left;
	border-bottom: solid #CCCCCC 2px;
	margin-bottom: 0px;}

.textbot{font-size:11px; 
		 padding-top:1px;}
	  
/*________________________________________________LINK CONTENEDOR TOP-MEDIO-PIE_________________________________________________*/
a.a0{ font-size:12px; 
	  width:54px; 
	  color:#9ECA00;}
a.a0:hover{ color:#fff; 
			width:54px; 
			text-decoration:underline;}

a.a1{width:auto; 
	height:22px; margin-top:10px;
	background-color:#0066CC; 
	padding-top:5px; 
	padding-right: 10px;
	padding-left:15px; 
	font-size: 9px;
	float:left;}
	
	
a.a2{ font-size:12px; 
	  color:#999999;}
a.a2:hover{text-decoration:underline; 
		   color:#0D3951; }

a.a3{font-size:11px; 
	 color:#0D3951; 
	 font-weight:bold;}
	 
a.a3:hover{color:#9ECA00;  
		   font-weight:bold; 
		   text-decoration: underline; }

a.a4{ font-size:12px; 
	  color:#003333; 
	  text-decoration:none;}
a.a4:hover{color:#9ECA00; 
		 text-decoration:none;}
/* Easy Slider */

	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:183px;
		height:100px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/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 */
