*{  
 margin:0;  
 padding:0;  
}              
  
body{  
 font-family: Arial, sans-serif;  
 font-size:13px; 
 background-color:; 
}   

#container{
float:left;  
 width:980px;  
 margin:auto;  
} 

 #conteslide 
	{
	
		border-radius:10px;
		margin-bottom:10px;
		padding:10px;
		float:left;
		width :950px;
		height :440px;
		background-color:;
		
		/*border: 3px solid white;*/
	}
	
	
#wc{
	color:;
	float:left; 
	border-radius:10px;
	width:294px;  
	height:444px; 
	/*	background-color:#035869;
		background-image:-webkit-gradient(linear , left  top, left bottom,color-stop(0,#046063),color-stop(1,#013741));*/
	background-color:;
	margin-left:20px;
	-webkit-transition: all 0.2s,background-color 0.5s;
	margin-top:10px;
	border: 2px solid transparent;
	    box-shadow: 0px 0px 1px black;
    border: 2px solid blue;
} 


#wc:hover
{
border: 2px solid white;
  -webkit-transform:scale(1.1);
  box-shadow:0px 0px 1px black;
 background-color:rgba(23,83,156,0.2);
 color:;
} 



#tituwc{
float:left;	
	font-size:26px;
	width:280px;  
	height:40px;
	top:0px;
	margin-left:12.5px;
	margin-top:20px;
	z-index:2;
	color:#17539c;

} 

#texwc{
	float:left;	
	-webkit-transition: all 1s;
	font-size:14px;
	width:280px;  

	height:130px;
	top:0px;
	margin-left:12.5px;
	margin-top:10px;
	z-index:2;

} 


#more{



	float:left;
    padding:4px 14px 3px;

    text-decoration: none;
	width:auto;
	height:20px; 
	font-size:18px;
	color: white; 
		 background-image:-webkit-gradient(linear , left  top, left bottom,color-stop(0,#17539c),color-stop(1,#2c63a6));

  border-radius:5px 5px 5px 5px ;  

  margin-left:10px;

} 

#imgwc1,#imgwc2,#imgwc3{
	
	float:left;  
	width:280px;  
	height:200px;  
	margin-left:12px;

	background-size:280px 200px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	border-radius:5px;
	z-index:1;
} 


#imgwc1
{	
	background-image: url("../imgs/nosotros.jpg") ;
} 
#imgwc2
{	
	background-image: url("../imgs/Auditoria-Externa.jpg") ;
} 
#imgwc3
{	
	background-image: url("../imgs/revisoria-fiscal.jpg") ;
} 



	 #barraini
	  {
	 float:left;
	 height:3px; 
	 width:99%;
	 background-color:#17539c;
	/* background-color:#E4B80B;
	 box-shadow: 5px 1px 5px black;*/
	 margin:0 auto;
	 margin-top:10px;
	
	 margin-bottom:20px;
	 }
	 
	 
/*

#wc:hover > #texwc {
top:-300px;
font-size:20px;  
height:600px;
width:380px;

} 


#wc:hover {

height:393px;
width:600px;

} */