@CHARSET "ISO-8859-1";

/*----------generico-----------------*/



.tituloseccion{
	padding-top:0px;
	margin-top:0px;
	color:#333;
	position:absolute;
	top:20px;
	left:45px;
	z-index: 5000;
	font-size: 14px;
}

.seccion{
	
	/*margin-top:10px;*/
	color:#666;
	padding:5px;
	padding-top:10px;
	width:470px;

}

.seccion p{
	/*margin: 0px;*/	
}

.seccion a{
	color:#666;
}
.seccion a:hover{
	color:blue;
}


.paginacion{
	position:absolute;
	top:0px;
	right:0px;	
	z-index: 5000;	
}

.prev{
	background-image: url(../images/left.png);
	background-position: left top;
	background-repeat: no-repeat;
	height:15px;
	width:15px;
	z-index: 5000;	
}

.next{
	background-image: url(../images/right.png);
	background-position: left top;
	background-repeat: no-repeat;
	height:15px;
	width:15px;
	z-index: 5000;	
}

.glidecontenttoggler a.next:hover {
	background-image: url(../images/right.png);
	background-color: transparent;
	background-repeat: no-repeat;
}

.glidecontenttoggler a.prev:hover {
	background-image: url(../images/left.png);
	background-color: transparent;
	background-repeat: no-repeat;
}


.glidecontentwrapper{
	/*margin-top: 10px;*/
	width: 490px;
}

/*------------ servicios -------------*/




.seccionservicios{
	padding-top:10px;
	margin-top:0px;
	color:#666;	
}

#contenidoseccion_servicios{
	height:260px;	
}

