@charset "UTF-8";
/* CSS Document */
/* start jcarousel */
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
 #main_image{
	height:350px;
	width:600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
	display: block;
}
#main_image .blocker {
	height:350px;
	width:600px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}
.spacer {
	margin-left: 40px;
}
#main_image img{margin-bottom:1px;}
#main {
	text-align: left;
	width: 700px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 5px;
}
.text {
	text-align: left;
	padding-right: 35px;
}
.text li {
	display: block;
	clear: both;
	font-size: 15px;
	margin-bottom: 10px;
	padding-left: 75px;
	position: relative;
	line-height: 19px;
}
.text li strong {
	text-decoration: underline;
}
.text ul {
	display: block;
	margin-bottom: 15px;
}
.text .fecha {
	text-align: left;
	display: block;
	width: 75px;
	font-style: italic;
	color: #000000;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 19px;
	font-weight: bold;
}
.text .fechu {
	text-align: left;
	display: block;
	font-style: italic;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sections {
}
.sections li {
	list-style-type: none;
	margin-bottom: 10px;
	border: 1px solid #333333;
}
.sections li a {
	display: block;
	background-image: url(../img/button.gif);
	background-position: center bottom;
	border: 1px solid #666666;
	text-decoration: none;
	padding: 15px;
}
.sections .active a {
	color: #FFFFFF;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.sections li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.text p {
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 22px;
}
.text h3 {
	margin-bottom: 10px;
	font-style: italic;
	font-size: 23px;
}
.both {
	clear: both;
}
.text h2 {
	font-weight: lighter;
	margin-bottom: 20px;
	margin-top: 10px;
}
.title {
	font-weight: lighter;
	margin-bottom: 20px;
	margin-top: 10px;
	text-align: left;
}

.jcarousel-container {
    position: relative;
}
#gallerytitle{
	line-height: 32px;
	height: 32px;
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
#gallerytitle .start {
	background-image: url(../img/Play.png);
	background-repeat: no-repeat;
	height: 32px;
	background-position: right center;
	padding-right: 36px;
	line-height: 32px;
	font-style: italic;
	font-weight: lighter;
}
#gallerytitle .stop {
	background-image: url(../img/Pause-All.png);
	background-repeat: no-repeat;
	height: 32px;
	background-position: right center;
	padding-right: 36px;
	line-height: 32px;
	font-style: italic;
	font-weight: lighter;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/* end jcarousel */


/* start tango jcarousel */
.jcarousel-skin-tango.jcarousel-container {
	-moz-border-radius: 5px;
	background-color: #111111;
}

.jcarousel-skin-tango.jcarousel-container-horizontal {
    width: 600px;
    padding: 10px 40px;
}

.jcarousel-skin-tango.jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  600px;
    height: 85px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 85px;
    height: 85px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 8px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #000;
    color: #fff;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
	position: absolute;
	top: 38px;
	right: 5px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../img/Play.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    /*background-position: -32px 0;*/
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    /*background-position: -64px 0;*/
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    /*background-position: -96px 0;*/
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 38px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../img/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    /*background-position: -32px 0;*/
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    /*background-position: -64px 0;*/
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    /*background-position: -96px 0;*/
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../skin/tango/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../skin/tango/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.supertitle {
	padding: 0;
	height: 80px;
	width: 338px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
}
.superbutton {
	background-color: #343430;
	display: block;
	border: 1px solid #999999;
	font-style: italic;
	background-image: url(../img/button.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #CCCCCC;
}
.superbutton  a {
	display: block;
	border: 1px solid #000000;
	padding: 10px;
	color: #000000;
}
.superbutton a:hover {
	color: #FFFFFF;
}
.superbutton a:hover strong {
	color: #FFFFFF;
}
.superbutton strong {
	display: block;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.secondtitle {
	font-size: 18px;
	font-weight: lighter;
	color: #000000;
}
.supertitle a{
	padding: 0;
	background-image: url(../img/login.png);
	background-position: left center;
	text-indent: -9000px;
	display: block;
	height: 80px;
	width: 338px;
	background-repeat: no-repeat;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.photo {
	position: relative;
	width: 500px;
	height: 375px;
	display: block;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.photo img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.photo span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
	background: url(images/digg-style.gif) no-repeat;
}
.photo a {
	text-decoration: none;
}
.sample6 span {
	width: 520px;
	height: 387px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../index_top.png);
	background-repeat: no-repeat;
}

/* ---------------------------------- */
.wrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
* {
	margin: 0px;
	padding: 0px;
}
#header {
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 10px;
	padding-bottom: 8px;
}
.backer {
	display: block;
	font-size: 16px;
	font-weight: lighter;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	color: #000000;
	clear: both;
	width: 100%;
	padding-bottom: 10px;
	text-align: left;
}
.backer a {
	color: #000000;
}
#header h1 {
	padding: 0;
	height: 80px;
	width: 338px;
	float: left;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#header h1 a{
	padding: 0;
	background-image: url(../img/login.png);
	background-position: left center;
	text-indent: -9000px;
	display: block;
	height: 80px;
	width: 338px;
	background-repeat: no-repeat;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#menu {
	width: 555px;
	display: block;
	float: right;
}
#menu li {
	float: right;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	color: #000000;
	list-style-type: none;
	font-weight: lighter;
	margin-top: 35px;
}
#menu a {
	display: block;
	color: #000000;
	text-decoration: none;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: lighter;
}
#menu a:hover {
	text-decoration: underline;
}
	.galleria {
	list-style:none;
	width:200px
}
.galleria li {
	display:block;
	width:50px;
	height:50px;
	overflow:hidden;
	float:left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	position: relative;
}
.galleria li span {
	height: 50px;
	width: 68px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}
.galleria li a {
	display:none
}
.galleria li div {
	position:absolute;
	display:none;
	top:0;
	left:180px
}
.galleria li div img {
	cursor:pointer
}
.galleria li.active div img, .galleria li.active div {
	display:block
}
.galleria li img.thumb {
	cursor:pointer;
	top:auto;
	left:auto;
	display:block;
	width:auto;
	height:auto
}
.galleria li .caption {
	display:none;
	padding-top:.5em;
	visibility: hidden;
}
* html .galleria li div span {
	width:400px
} /* MSIE bug */
/* BEGIN DEMO STYLE */
	* {
	margin:0;
	padding:0
}
body {
	text-align:center;
	color:#000000;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	background-color: #696960;
}
a {
	color:#000000;
	text-decoration:underline;
	outline:none;
}
a:hover {
	color:#000000;
	text-decoration: none;
}
.caption {
	color:#000000;
	display: none;
	clear: both;
	text-align: center;
	visibility: hidden;
}
.container {
	position:relative;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
.gallery_demo {
	width:702px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 35;
	margin-left: auto;
}
.gallery_demo li {
	width:68px;
	height:50px;
	border:1px solid #000000;
	float: left;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 10;
	margin-left: 2px;
	background-image: url(../img/white_back.png);
}
.gallery_demo li div .caption {
	font:italic 0.7em/1.4 georgia, serif;
}
#main_image {
	height:400px;
	width:700px;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
#main_image img {
	max-height:438px;
	border: 1px solid #000000;
}
.nav {
	padding-top:7px;
	clear:both;
	letter-spacing:1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	font-weight: lighter;
}
.description {
	text-align:left;
	width:240px;
	padding-top:15px;
	float: left;
	margin-bottom: 35px;
}
.description h2 {
	font-weight: bold;
	font-size: 24px;
}
.description h3 {
	font-size: 18px;
	font-style: italic;
	font-weight: lighter;
}
.description p {
	margin-top:1.6em;
	font-size: 14px;
}
#footer {
	text-align:left;
	width:100%;
	padding-top:15px;
	clear: both;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 45px;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #221;
}
#footer h2 {
	text-align: center;
	font-size: 16px;
	font-weight: lighter;
}
#footer p {
	margin-top:1.6em;
}
.pointer {
	clear: both;
}
.pointer li {
	width: 270px;
	display: block;
	height: 420px;
	float: left;
	list-style-type: none;
	margin-left: 3%;
	margin-bottom: 55px;
	margin-top: 15px;
}
.pointer li span {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	font-style: italic;
}
.pointer .color a {
	background-image: url(../fotogalerias/img8.jpg);
}
.pointer .con a {
	background-image: url(../fotogalerias/img.jpg);
	background-position: top;
}
.pointer .bw a {
	background-image: url(../fotogalerias/img18.jpg);
}
.pointer li a {
	text-align: center;
	display: block;
	height: 420px;
	width: 270px;
	text-indent: -9000px;
	background-position: center center;
	border: 1px solid #000000;
	text-align: center;
}
.pointer li a:hover {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.pointer_sub {
	clear: both;
}
.pointer_sub li {
	width: 155px;
	display: block;
	height: 155px;
	float: left;
	list-style-type: none;
	margin-bottom: 75px;
	margin-left: 3%;
	margin-top: 15px;
}
.pointer_sub li span {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
}
.pointer_sub li span strong {
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
	display: block;
}
.pointer_sub .centrales_azucareras_de_puerto_rico a {
	background-image: url(../fotogalerias/blanco_y_negro/centrales_azucareras_de_puerto_rico/rotator.php);
}
.pointer_sub .el_ayer_recuerdos_de_un_puerto_rico_olvidado a {
	background-image: url(../fotogalerias/blanco_y_negro/el_ayer_recuerdos_de_un_puerto_rico_olvidado/rotator.php);
}
.pointer_sub .haciendas_cafetaleras_de_puerto_rico a {
	background-image: url(../fotogalerias/blanco_y_negro/haciendas_cafetaleras_de_puerto_rico/rotator.php);
}
.pointer_sub .loiza_herencia_negra a {
	background-image: url(../fotogalerias/blanco_y_negro/loiza_herencia_negra/rotator.php);
}
.pointer_sub .los_suenos_del_patriota a {
	background-image: url(../fotogalerias/blanco_y_negro/los_suenos_del_patriota/rotator.php);
}
.pointer_sub .luvi_campeon a {
	background-image: url(../fotogalerias/blanco_y_negro/luvi_campeon/rotator.php);
}
.pointer_sub .personajes a {
	background-image: url(../fotogalerias/blanco_y_negro/personajes/rotator.php);
}
.pointer_sub .petroglifos_de_boriquen a {
	background-image: url(../fotogalerias/blanco_y_negro/petroglifos_de_boriquen/rotator.php);
}
.pointer_sub .religiosidad_popular a {
	background-image: url(../fotogalerias/blanco_y_negro/religiosidad_popular/rotator.php);
}
.pointer_sub .tradiciones_album_de_la_puertorriquenidad a {
	background-image: url(../fotogalerias/blanco_y_negro/tradiciones_album_de_la_puertorriquenidad/rotator.php);
}
.pointer_sub .vaqueriando a {
	background-image: url(../fotogalerias/blanco_y_negro/vaqueriando/rotator.php);
}
.pointer_sub .mascarada a {
	background-image: url(../fotogalerias/color/mascarada/rotator.php);
}
.pointer_sub .orixas a {
	background-image: url(../fotogalerias/color/orixas/rotator.php);
}
.pointer_sub .maria_lionza a {
	background-image: url(../fotogalerias/color/maria_lionza/rotator.php);
}
.pointer_sub .kali a {
	background-image: url(../fotogalerias/color/kali/rotator.php);
}
.pointer_sub .gaga_y_vudu a {
	background-image: url(../fotogalerias/color/gaga_y_vudu/rotator.php);
}
.pointer_sub .fe_esperanza_y_caridad a {
	background-image: url(../fotogalerias/contemporaneo/fe_esperanza_y_caridad/rotator.php);
}

.pointer_sub .fiebre a {
	background-image: url(../fotogalerias/contemporaneo/fiebre/rotator.php);
}
.pointer_sub .xibalba a {
	background-image: url(../fotogalerias/contemporaneo/xibalba/rotator.php);
}
.pointer_sub .ser_o_no_ser a {
	background-image: url(../fotogalerias/contemporaneo/ser_o_no_ser/rotator.php);
}
.pointer_sub .orquideas a {
	background-image: url(../fotogalerias/contemporaneo/orquideas/rotator.php);
}
.pointer_sub .martires a {
	background-image: url(../fotogalerias/contemporaneo/martires/rotator.php);
}
.pointer_sub .heliconias a {
	background-image: url(../fotogalerias/contemporaneo/heliconias/rotator.php);
}
.pointer_sub .fiebre a {
	background-image: url(../fotogalerias/contemporaneo/fiebre/rotator.php);
}
.pointer_sub .vieques a {
	background-image: url(../fotogalerias/contemporaneo/vieques/rotator.php);
}
.pointer_sub .inkaterra a {
	background-image: url(../fotogalerias/contemporaneo/inkaterra/rotator.php);
}
.pointer_sub .retinas a {
	background-image: url(../fotogalerias/contemporaneo/retinas/rotator.php);
}
.pointer_sub .x70 a {
	background-image: url(../fotogalerias/contemporaneo/sx70/rotator.php);
}
.pointer_sub .vd_laultimacena a {
	background-image: url(../videos/videos/1.jpg);
}
.pointer_sub .vd_loiza a {
	background-image: url(../videos/videos/2.jpg);
}
.pointer_sub .vd_mari_lionza a {
	background-image: url(../videos/videos/4.jpg);
}
.pointer_sub .vd_gaga a {
	background-image: url(../videos/videos/3.jpg);
}
.pointer_sub .vd_coaybay a {
	background-image: url(../videos/videos/5.jpg);
}
.pointer_sub .vd_orixas a {
	background-image: url(../videos/videos/8.jpg);
}
.pointer_sub .vd_berto a {
	background-image: url(../videos/videos/7.jpg);
}

.pointer_sub li a {
	text-align: center;
	display: block;
	height: 155px;
	width: 155px;
	text-indent: -9000px;
	background-position: center center;
	border: 1px solid #000000;
	text-align: center;
}
.pointer_sub li a:hover {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.clear {
	clear: both;
}
div.tab_contents {
	display: none;
}
div.tab_contents_active {
	display: block;
}

 .textInput {
	width: 95%;
	font-weight: lighter;
	font-size: 15px;
	margin-top: 7px;
	margin-bottom: 7px;
	padding: 4px;
	border-top-color: #E6FFCD;
	border-right-color: #E6FFCD;
	border-bottom-color: #E6FFCD;
	border-left-color: #E6FFCD;
}
 .thanks {
	width: 65%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
}
 .labelContainer {
	margin-top: 5px;
	margin-bottom: 15px;
	display: block;
	padding: 10px;
	background-color: #A4A4A4;
	border: 1px solid #333333;
}
 .textArea {
	width: 95%;
	font-family: "Courier New", Courier, monospace;
	font-weight: lighter;
	font-size: 13px;
	color: #000000;
	margin-top: 7px;
	margin-bottom: 7px;
	border-top-color: #E6FFCD;
	border-right-color: #E6FFCD;
	border-bottom-color: #E6FFCD;
	border-left-color: #E6FFCD;
	padding-left: 4px;
}
 .textArea:hover,  .textInput:hover,  .textArea:focus,  .textInput:focus {
	border-top-color: #696960;
	border-right-color: #696960;
	border-bottom-color: #696960;
	border-left-color: #696960;
}
 .textSend {
	color: #000000;
	font-size: 16px;
	margin-right: 20px;
	margin-bottom: 10px;
	background-image: url(../img/button.gif);
	background-position: center bottom;
	border: 1px solid #333333;
	padding-top: 8px;
	padding-right: 35px;
	padding-bottom: 8px;
	padding-left: 35px;
	display: inline;
}
 .textSend:hover {
	color: #000000;
	border: 1px solid #000000;
	cursor: pointer;
	text-decoration: underline;
}
.text .photo_right {
	float: left;
	padding: 2px;
	border: 1px solid #000000;
	background-color: #666666;
	display: block;
	margin-right: 15px;
	margin-bottom: 15px;
}
#player {
	text-align: left;
}
.caption:first-letter{
	display: none;
	visibility: hidden;
	color: #696960;
}
strong {
	font-weight: bold;
}
