/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/



/*===================*/
/*=== Main Styles ===*/
/*===================*/


a, a:visited {
	color:blue;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}

#dev7link {
    position:absolute;
    top:0;
    left:50px;
    background:url(images/dev7logo.png) no-repeat;
    width:60px;
    height:67px;
    border:0;
    display:block;
    text-indent:-9999px;
}

.theme-default #slider {
	position: absolute;
	margin:100px auto 0 auto;
	width:338px; /* Make sure your images are the same size */
	height:246px; /* Make sure your images are the same size */
	
	
	top: -100px;

}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
  
	
}


	/* Menu principal*/
ul.tabs {
	
	list-style: none;
	height: 20px;
	width: 95%;
	

	
}
ul.tabs li{
	margin-top:20px;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	font-size:16px;
	font-weight:bold;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	


}
ul.tabs li a {
	
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 1.2em;
	height:30px;
	outline: none;
	
}
ul.tabs li a:hover {
	border-bottom: 2px solid #FFF;

}
html ul.tabs li.active, html ul.tabs li.active a:hover  {
border-bottom: 2px solid #FFF;

}
.tab_container {
position:relative;
z-index:2;

	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; 
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
	width:100%;
	top: -20px;
	height:550px;
	background-image:url(../images/fondo1.png);
	
}
.tab_content {
		
	font-size: 1.2em;
font-family:sans-serif;
	top:30px;

}



div.corner{
border: 1px solid #000000;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
padding: 50px;
background-image:url(../images/baner2.png)}

ul.tabs1 {
	
	
	list-style: none;
	height: 20px;
	width: 95%;
	
	

	
}
ul.tabs1 li{
	
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	height:30px;
	padding-bottom:10px;


	


}
ul.tabs1 li a {
	
	text-decoration: none;
	color: #000;
	display: block;
	font-size:16px;
	height:40px;
	padding-top:10px;
	outline: none;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;

	
	
	
}
ul.tabs1 li a:hover {
	background-image:url(../image/marcalibro.png);
	background-repeat:no-repeat;
	color:#FFF;

}


html ul.tabs1 li.active, html ul.tabs1 li.active a {
	background-image:url(../image/marcalibro.png);
	background-repeat:no-repeat;
	font-style:normal;
	color:#FFF;

}
.tab1_container {
position:relative;
z-index:2;

	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; 
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
	width:100%;
	top: -20px;
	height:550px;
	background-image:url(../images/fondo1.png);
	
}
.tab1_content {
	margin-left:350px;
	padding-right:80px;
	text-align:justify;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	top: -30px;

}

div.corner1{
border: 1px solid #000000;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
padding-left:50px;
padding-right:50px;
width:70%;
margin-left:10%;

font-family:sans-serif;}


div.corner2{
border: 1px solid #000000;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
padding-top:50px;
padding-left:50px;
padding-right:50px;
width:70%;
margin-left:10%;

font-family:sans-serif;}



