body{
	background-color:#FFFFFF;
}

p{
	color:#fff;
	text-align:center;
}

div.jMyCarousel .prev{
	background: url('../img/left.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}

div.jMyCarousel .next{
	background: url('../img/right.png') center center no-repeat;
	width:40px;
	height:61px;
	border:0px;
}

div.jMyCarousel .up{
	background: url('../img/up.png') center center no-repeat;
	width:61px;
	height:40px;
	border:0px;
}

div.jMyCarousel .down{
	background: url('../img/down.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}


/** Carousel 2 **/
div.jMyCarousel{
	margin:auto;
	min-height:300px;
	
	

}

div.jMyCarousel ul{
	background-color:#FFFFFF;
}

div.jMyCarousel ul li{
	margin:5px;
	border:1px solid #FFF;
	line-height:0px;
	padding:3px;
}

div.jMyCarousel ul li a{ /* in case of link */
	display:block;
	margin:0px;
	padding:0px;
}

div.jMyCarousel ul li a img{
	display:block;
	border:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}

.footer {
	background-image: url(../img/footer_fondo.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 75px;
	line-height: 75px;
	margin-top: -75px;
	position: inherit;
	left: 0px;
	top: 100%;
	bottom: 0px;
	z-index: 999;
	clear: both;
}

.footer_content {
	text-align:center;
}


.botones {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.titulos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.texto1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: normal;
}
.texto2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.texto3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.header {
	width: 100%;
	height: 63px;
	position: absolute;
	top:0;
	left:0;
	background-image: url(../img/header_fondo.jpg);
	background-repeat: repeat-x;
	
}

.header_content {
	text-align:center;
}
