/*
anythingSlider v1.0

By Chris Coyier: http://css-tricks.com
with major improvements by Doug Neiner: http://pixelgraphics.us/
based on work by Remy Sharp: http://jqueryfordesigners.com/
*/
/* Slider Recorrido Virtual---------------------------------------------------------------------------------------*/
.anythingSlider{
	float:right;
	width:950px;
	height: 620px;
	position: relative;
	/*background-color:#F00;*/
}
.anythingSlider .sliderInner{
	width: 880px;
	height: 600px;
	overflow: auto;
	position: absolute;
	margin: 0;
	padding:0;
	top: 15px;
	left:35px;
	/*background-color: #FF0;*/
}

.anythingSlider .sliderInner ul {
	width: 25000px;
	list-style: none;
	position: absolute;
	margin: 0;
	left: 0;
}
.anythingSlider ul li{ 
	display: block; 
	float: left; 
	padding: 0;
	margin: 0;
	width: 880px;
	height:600px;
	/*background-color: #fff; */
	
}

/*sistema de Navegacion para slider************************************************/
.anythingSlider .arrow{ 
	display: block; 
	height: 200px; 
	width: 67px; 
	background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; 
	position: absolute; 
	top: 110px; 
	cursor: pointer; 
}
.anythingSlider .forward{ 
	background-position: 0 0; 
	right: -35px; 
}
.anythingSlider .back { 
	background-position: -67px 0; 
	left: -35px; 
}
.anythingSlider .forward:hover{ 
	background-position: 0 -200px; 
}
.anythingSlider .back:hover { 
	background-position: -67px -200px; 
}
/*navegacion por slide*/
#thumbNav{ 
	position: relative; 
	top: -2px;
	left:111px;
}
#thumbNav a {
	color: #fff;
	display: inline-block; 
	padding: 3px 8px ; 
	margin: 0 1px 0 0; 
	background: #FFF799 url(../images/rosa_bg.png) repeat 0 0; 
	text-align: center; 
}
#thumbNav a:hover{ 
	background-image: none;
	color: #EF2F72;
}
#thumbNav a.cur{ 
	background: #EF2F72;
	color: #fff;
}

/*navegacion play y stop*/
#start-stop { 
	background: #EF2F72 url(../images/body_bg.png) repeat 0 0; 
	color: white; 
	padding:3px 5px; 
	width: 65px; 
	text-align: center; 
	position: absolute; 
	left: 35px; 
	top: -2px;  
}
#start-stop.playing{ 
	background-color: #ACB174;
}
#start-stop:hover{ 
	background-image: none; 
}
/*
Navegacion sitio
*/
.ver-txt{ 
	background: #EF2F72 url(../images/rosa_bg.png) repeat 0 0; 
	color: white; 
	padding:3px 5px; 
	text-align: center; 
	position: absolute; 
	right: 0; 
	top: -20px;
	font-weight:bold;
}
.siguiente{ 
	background: #EF2F72 url(../images/body_bg.png) repeat 0 0; 
	color: white; 
	padding:3px 5px; 
	text-align: center; 
	position: absolute; 
	right: 109px; 
	top: -20px; 
	font-weight:bold;
}
.anterior{
	background: #EF2F72 url(../images/body_bg.png) repeat 0 0;
	color: white;
	padding:3px 5px;
	text-align: center;
	position: absolute;
	right: 229px;
	top: -20px;
	font-weight:bold;
}
.ver-txt:hover, .siguiente:hover, .anterior:hover{
	color:#FFF;
	background-image:none;
}
/*
Prevents
*/
.box-intro{
	width:620px;
	float:left;
}
.ico{
	float:right;
	padding-right:10px;
	padding-top:25px;
	
}
.articulo p{
	display:block;
	padding: 5px 30px;
}
.articulo p.h2{
	display:block;
	padding:30px;
	font-size:26px;
	color:#94A16C;
	font-variant:small-caps;
}
p.h3{
	font-size:16px;
	color:#94A16C;
	font-variant:small-caps;
}
.articulo .pies{
	display:block;
	margin-top:30px;
	padding-top:15px;
	border-top:1px dotted #94A16C;
}
.horizontal, .vertical{
	overflow:hidden;
}
.box{
	float:left;
	width:650px;
	text-align:center;
	padding-right:10px;
}
.vertical .box{
	float:left;
	width:550px;
	text-align:center;
	padding-right:10px;
}
.horizontal p, .vertical p{
	text-align:left;
	padding:10px 5px;
	/*background-color: #fffbd2;*/
	color:#94A16C;
}
.horizontal p strong, .vertical p strong{
	color:#EF2F72;
	font-variant:small-caps;
}
.anythingSlider .sliderInner ul ul{ 
	position: static; 
	margin: 0; 
	background: none; 
	overflow: visible; 
	width: auto; 
	border: 0; 
}
.anythingSlider .sliderInner ul ul li{ 
	float: none; 
	height: auto; 
	width: auto; 
	background: none; 
}
