/* [INTERFACE] ****************************************************************  */
html,body{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	cursor: default;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	color: #999999;
}
a, a img{
	outline: none;
	border: 0px none;
	text-decoration: none;
}
.noMarginRight{
	margin-right: 0px !important;
}
.noMarginBottom{
	margin-bottom: 0px !important;
}
/* Contenedor de borde negro a 1000px de ancho */
#holder1000{
	width: 1000px;
	margin: 0 auto;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
/* Contenedor de borde negro al 100% de ancho de la ventana */
#holderAll{
	width: 100%;
	padding: 40px 0px 40px 0px;
	margin: 0 auto;
	border-top: 20px solid #000000;
	position: relative;
}
#header{
	width: 910px;
	padding: 0px;
	margin: 0 auto;
	display: table;
	margin-bottom: 15px;
}
#content{
	width: 100%;
	padding: 0px;
	background: #000000;
	min-height: 500px;
}
/*
#pie{
	width: 900px;
	padding: 0px;
	margin: 0 auto;
	display: table;
	margin-top: -14px;
}
#pie a{
	font: normal 16px Georgia serif, "Times New Roman", Times, serif;
	color: #999999;
	text-indent: -99999px;
    display: block;
    overflow: hidden;
}
#pie .creditos{
	width:150px;
	float:left;
}
#pie .es_creditos{
	background-image: url("/web/img/es/creditos_off.jpg");
    background-repeat: no-repeat;
}
#pie .es_creditos:hover{
	background-image: url("/web/img/es/creditos_rollover.jpg");
    background-repeat: no-repeat;
}
#pie .es_creditoson{
	background-image: url("/web/img/es/creditos_on.jpg");
    background-repeat: no-repeat;
}
#pie .en_creditos{
	background-image: url("/web/img/en/creditos_off.jpg");
    background-repeat: no-repeat;
}
#pie .en_creditos:hover{
	background-image: url("/web/img/en/creditos_rollover.jpg");
    background-repeat: no-repeat;
}
#pie .en_creditoson{
	background-image: url("/web/img/en/creditos_on.jpg");
    background-repeat: no-repeat;
}
*/
h1{
	float: left;
	padding: 0;
	margin: 0;
	font: normal 36px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 7px;
}
h1 a{
	color: #000000;
	text-decoration: none;
}
#otb{
	float: left;
	padding: 0px;
	margin: 0px 20px 0px 0px;
}

/* [CONTENTS]  */
.intro{
	width: 280px;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 31px;
	font-size: 15px;
	text-align: center;
	height: 173px;
}
.intro img {
	margin-top: 87px;
}
.blackBox{
	clear: both;
	display: table;
	margin: 0 auto;
	/*width: 860px;*/
	width: 960px;
	/*padding: 20px 0 20px 0;*/
	padding: 20px 0 20px 0;
	background: #000000;
	color: #FFFFFF;
}
.blackBox img {
	opacity:0;
}
.blackBox a {
	color: #ff0000;
	text-decoration: none;
}
.blackBox a:hover * {
	text-decoration: underline;
}

/* MENU LANGUAGE/CONTACT  */

#menuLanguage {
	padding: 0px;
	margin: 0 auto;
	height: 19px;
	background-color: #000000;
	margin-bottom: 19px;
}
#topLanguage {
	width: 900px;
	padding: 0px;
	margin: 0 auto;
	display: table;
	padding-top: 2px;
}
#topLanguage a {
	width: 82px;
	float:right;
	margin-left:60px;
	text-indent: -999px;
	overflow: hidden;
}
#topLanguage a.contacto {
	width: 53px;
}
#topLanguage a.creditos {
	width: 50px;
}
#topLanguage a.idioma {
	width: 49px;
}

#topLanguage.english .venta{
	background: url(../img/en/venta_on_off.png) no-repeat;
}
#topLanguage.english .venta:hover{
	background: url(../img/en/venta_rollover.png) no-repeat;
}
#topLanguage.espanol .venta{
	background: url(../img/es/venta_on_off.png) no-repeat;
}
#topLanguage.espanol  .venta:hover{
	background: url(../img/es/venta_rollover.png) no-repeat;
}

#topLanguage.english .contacto{
	background: url(../img/en/contacto_on_off.png) no-repeat;
}
#topLanguage.english .contacto:hover{
	background: url(../img/en/contacto_rollover.png) no-repeat;
}
#topLanguage.espanol .contacto{
	background: url(../img/es/contacto_on_off.png) no-repeat;
}
#topLanguage.espanol  .contacto:hover{
	background: url(../img/es/contacto_rollover.png) no-repeat;
}

#topLanguage.english .creditos{
	background: url(../img/en/creditos_on_off.png) no-repeat;
}
#topLanguage.english .creditos:hover{
	background: url(../img/en/creditos_rollover.png) no-repeat;
}
#topLanguage.espanol .creditos{
	background: url(../img/es/creditos_on_off.png) no-repeat;
}
#topLanguage.espanol  .creditos:hover{
	background: url(../img/es/creditos_rollover.png) no-repeat;
}

#topLanguage.english .idioma{
	background: url(../img/espanol_on_off.jpg) no-repeat;
}
#topLanguage.english  .idioma:hover{
	background: url(../img/espanol_rollover.jpg) no-repeat;
}
#topLanguage.espanol .idioma{
	background: url(../img/english_on_off.jpg) no-repeat;
}
#topLanguage.espanol .idioma:hover{
	background: url(../img/english_rollover.jpg) no-repeat;
}

#topLanguage.english .noticias{
	background: url(../img/noticia_on_off.jpg) no-repeat;
}
#topLanguage.english  .noticias:hover{
	background: url(../img/noticia_rollover.jpg) no-repeat;
}
#topLanguage.espanol .noticias{
	background: url(../img/noticia_on_off.jpg) no-repeat;
}
#topLanguage.espanol .noticias:hover{
	background: url(../img/noticia_rollover.jpg) no-repeat;
}

/* Menu pie */
/*
#menuFooter{
	padding: 0px;
	margin: 0 auto;
	height: 10px;
	width: 200px;
	margin-top: 10px;
}
#menuFooter li{
	padding: 0px;
	margin: 0px 3px 0px 0px;
	list-style: none;
}
#menuFooter li *{
	float: left;
	text-indent: -999px;
	overflow: hidden;
}
#menuFooter li .es_contact{
	width: 81px;
}
#menuFooter li .en_contact{
	width: 81px;
}
#menuFooter li .es_venta_online{
	width: 112px;
}
#menuFooter li .en_venta_online{
	width: 112px;
}
*/
/* MAIN MENU  */
#menu{
	float: left;
	padding: 0;
	margin: 0 0 0 30px;
}
#menu li{
	padding: 0px;
	margin: 0px;
	margin-bottom: 1px;
	text-transform: uppercase;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	list-style: none;
}
#menu li a{
	color: #000000;
	text-decoration: none;
}
#menu li a:hover{
	color: #999999;
}
#menu .noticias, #menu .noticias a{
	color: #dc001c;
}
#menu .selected {
	background: url("/web/img/flecha_roja.jpg") 0px 10px no-repeat;
}
#menu .selected a {
	margin-left: 8px;
}
#menu .noticias .selected{
	background: #000000;
	color: #FFFFFF;
}
#menu .noticias .selected:hover{
	color: #dc001c;
}

/*menu variants*/
.thin, .thin li, .thin li a{
	font: normal 16px Georgia, "Times New Roman", Times, serif !important;
}
.sans, .sans li, .sans li a{
	font: normal 16px Arial, Helvetica, sans-serif !important;
}
.verdana, .verdana li, .verdana li a{
	font: normal 12px Verdana, Arial, Helvetica, sans-serif !important;
}

/* V2 */
.blackBox .menu{
	float: left;
	clear: both;
	width: 860px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
.blackBox .menu li{
	float: left;
	padding: 0px;
	margin: 0px 2px 5px 0px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	color: #999999;
	list-style: none;
}
.blackBox .menu li a{
	color: #999999;
	text-decoration: none;
}
.blackBox .menu li a:hover{
	color: #ffffff;
}
.blackBox .menu .selected{
	color: #c6ea00;
}
.blackBox .menu .slash{
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 8px;
}

.blackBox .v2 .selected{
	background: #c6ea00 !important;
	color: #666666 !important;
}
/* WHITE MENU */
.blackBox .white, .blackBox .white li, .blackBox .white li a{
	color: #FFFFFF !important;
}
.blackBox .white li a:hover{
	color: #999999 !important;
}
.blackBox .white .selected{
	color: #c6ea00 !important;
}

/* MENU CATEGORIES  */
#menuCategories{
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 40px;
	border-top: 1px solid #000000;
	padding-top: 3px;
	max-width: 120px;	
}
#menuCategories li{
	padding: 0px;
	margin: 0px 2px 5px 0px;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	list-style: none;
}
#menuCategories li a{
	color: #000000;
	text-decoration: none;
}
#menuCategories li a:hover{
	color: #999999;
}
#menuCategories .selected {
	background: url("/web/img/flecha_roja.jpg") 0px 5px no-repeat;
}
#menuCategories .selected a {
	margin-left: 8px;
}
#menuCategories .selected a{
	color: red;
}
#menuCategories .selected:hover a{
	color: #999999;
}

/* MENU CATEGORIES BLACK BOX  */
#menuSub {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 40px;
	border-top: 1px solid #000000;
	padding-top: 3px;
	max-width: 120px;
}
#menuSub li{
	padding: 0px;
	margin: 0px 2px 5px 0px;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	list-style: none;
}
#menuSub li a{
	color: #000000;
	text-decoration: none;
}
#menuSub li a:hover{
	color: #999999;
}
#menuSub .selected {
	background: url("/web/img/flecha_roja.jpg") 0px 5px no-repeat;
}
#menuSub .selected a {
	margin-left: 8px;
}
#menuSub .selected a {
	color: red;
}
#menuSub .selected:hover a {
	color: #999999;
}

/* GALLERY 250  */

.gallery250{
	width: 786px;
	#width: 820px;
	padding: 0px;
	margin: 0 auto;
	display: table;
}
.gallery250 li{
	float: left;
	padding: 0px;
	margin: 7px 15px 7px 0px;
	list-style: none;
}
.gallery250 li:nth-child(3n+3){
	margin-right: 0px !important;
}
.gallery250 li img, .gallery250 li a img{
	width: 250px;
	height: 250px;
	border: 1px solid #666666;
}
.gallery250 li img:hover, .gallery250 li a:hover img {
	width: 250px;
	height: 250px;
	border: 1px solid #FFFFFF;
}
.gallery250 .info{
	width: 230px;
	height: 230px;
	padding: 10px;
	border: 1px solid #666666;
}
.gallery250 .info h2{
	float: left;
	clear: both;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-size: 16px;
}
.gallery250 .info p{
	float: left;
	clear: both;
	width: 230px;
	padding: 0px;
	margin: 0px;
	color: #999999;
	line-height: 20px;
}
.gallery250 .info p a{
	text-decoration: none;
	color: #dc001c;
}
.gallery250 .info p a:hover{
	text-decoration: underline;
}

/* GALLERY 200  */

.gallery200{
	width: 860px;
	padding: 0px;
	margin: 0 auto;
	display: table;
	margin-left: 5px;	
}
.gallery200 li{
	float: left;
	padding: 5px;
	margin: 7px 11px 7px 0px;
	list-style: none;
	width: 192px;
	height: 208px;
	border: 1px solid #666666;
}
.gallery200 li:nth-child(4n+4){
	margin-right: 0px !important;
}
.gallery200 li img, .gallery200 li a img{
	float: left;
	clear: both;
	/*width: 186px;
	height: 100px;*/
	width: 190px;
	height: 103px;
	border: 1px solid #666666;
}
.gallery200 li a:hover img{
	width: 190px;
	height: 103px;
	border: 1px solid #FFFFFF;
}
.gallery200 .ficha {
	float: left;
	clear: both;
	width: 192px;
	height: 95px;
	padding: 0px;
	margin: 8px 0px 0px 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
}
.gallery200 .ficha p {
	margin-bottom: 2px !important;
	margin-top: 2px !important;
}

/* GALLERY MEDIUM  */
.galleryMedium{
	float: left;
	clear: both;
	padding: 0px;
	margin: 0 auto;
	margin-left: 15px;
}
.galleryMedium li{
	float: left;
	list-style: none;
	width: 150px;
	height: 180px;
	padding: 0px;
	margin: 0px 20px 20px 0px;
}
.galleryMedium li:nth-child(5n+5){
	margin-right: 0px !important;
}
.galleryMedium li img{
	float: left;
	clear: both;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	width: 150px;
	height: 150px;
	border: 1px solid #666666;
}
.galleryMedium li a {
	height: 150px;
}
.galleryMedium li a:hover img{
	border: 1px solid #ffffff;
}
.galleryMedium li p{
	float: left;
	clear: both;
	padding: 0px;
	margin: 0px;
	width: 150px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}
.galleryMedium li p a{
	color: #FFFFFF;
	text-decoration: none;
}
.galleryMedium li p a:hover{
	color: #999999;
}

/* GALLERY SMALL  */
.gallerySmall{
	float: left;
	width: 100%;
	clear: both;
	padding: 0px;
	margin: 0 auto;
	margin-left: 20px;
}
.gallerySmall li{
	float: left;
	list-style: none;
	width: 100px;
	height: 140px;
	padding: 0px;
	margin: 0px 20px 20px 0px;
}
/*
.gallerySmall li:nth-child(7n+7){
	margin-right: 0px !important;
}
*/
.gallerySmall li:nth-child(8n+8){
	margin-right: 0px !important;
}
.gallerySmall li img{
	float: left;
	clear: both;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	width: 98px;
	height: 98px;
	border: 1px solid #666666;
}
.gallerySmall li a {
	height: 98px;
}
.gallerySmall li a:hover img{
	border: 1px solid #ffffff;
}
.gallerySmall li p{
	float: left;
	clear: both;
	padding: 0px;
	margin: 0px;
	width: 100px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.gallerySmall li p a{
	color: #FFFFFF;
	text-decoration: none;
}
.gallerySmall li p a:hover{
	color: #999999;
}

/* GALLERY SMALL V2  */
.gallerySmall_2{
	float: left;
	width: 100%;
	clear: both;
	padding: 0px;
	margin: 0 auto;
	margin-left: 8px;
}
.gallerySmall_2 li{
	float: left;
	list-style: none;
	width: 100px;
	height: 100px;
	padding: 0px;
	display: table;
	#display: block;
	margin: 10px;
}
.gallerySmall_2 li:nth-child(7n+7){
	margin-right: 0px !important;
}
.gallerySmall_2 li a{
	display: table-cell;
	#display: block;
	vertical-align: middle;
	width: 98px !important;
	height: 98px !important;
	padding: 0px;
	margin: 0px;
	border: 1px solid #666666;
	text-align: center;
}
.gallerySmall_2 li a:hover{
	border: 1px solid #ffffff;
}
.gallerySmall_2 li img{
	max-width: 98px !important;
	max-height: 98px !important;
}

/* [CARDS] ****************************************************************  */
.card{
	position: relative;
}
.card p{
	margin-top: 2px;
	margin-bottom: 2px;
}
.card .width300{
	width: 300px;
}
.card .width300 img{
	max-width: 298px;
}
.card .ficha p {
	margin: 0;
}
.card .images{
	float: left;
	padding: 0px;
	margin: 0px 20px 0px 0px;
}
.card .images img{
	/*float: left;*/
	clear: both;
	padding: 0px;
	border: 1px solid #666666;
}
.card .images img:last-child{
	margin: 0px !important;
}
.card .images .imagen {
	margin-bottom: 20px !important;
	float:left;
	width:100%;
}
.card .images .imagen img {
	width:100%;
}
.card .imagen-wrapp {
	width: 100%;
    height: 100%;
    min-height: 30px;
    position: relative;
}
.card .enlarge-block {
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 29px;
    z-index: 3;
    background-color: rgba(0,0,0,1);
    border-radius: 3px 0 0 0;
    display:none;
}
.card .imagen-wrapp img {
	display: block;
}
.card .enlarge-block span {
    background: url(/web/img/lupa2.png) 8px 5px no-repeat;
    width: 34px;
    height: 29px;
    display: block;
}
.card .info{
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 340px;
	line-height: 20px;
}
.card .info h2, .card .info p{
	width: 100%;
	float: left;
	clear: both;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
}
.card .info p {
	color: #cccccc;
	margin: 0px 0px 0px 0px;
}
.card .info .texto {
	float: left;
	clear: both;
	margin-top: 20px;
}
.card .info .imagen {
	margin-bottom: 40px;
	float: left;
}
.card .pieimagen {
	padding-top: 10px;
	padding-bottom: 8px;
	clear:both;
	font-size: 14px;
}
.card .brown, .card .brown a{
	color: #af9577;
}
.card .red, .card .red a, .card a{
	color: #ff0000;
}
.card .rednolink, .card .rednolink a{
	color: #a60b16;
}
.card .upper{
	text-transform: uppercase;
}
.card .letra {
	display: block;
	margin-top: 20px;
	color: #ff0000;
}
.card .numeracion {
	width: 35px;
	color: #666666;
	text-align: right;
	float: left;
}
.card .documentos{
	/*margin: 60px 0px 10px 0px;*/
	margin: 0px 0px 10px 0px;
}
.card .documento{
	color: #c1b27d !important;
}
.card .documento a{
	color: #666666 !important;
}
.card .documento a:hover{
	text-decoration: underline;
}
.card .nav{
	float: right;
}
.card .nav a{
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 16px;
	color: #FFFFFF;
	text-decoration: none;
}
/*
.card .nav {
	display: inherit;
	width: 100%;
}
*/
/*
.card .nav a {
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
}
*/
.card .nav a:hover{
	color: #999999;
}
/*
.card .nav {
  height: 220px;
  margin-right: -20px;
}
*/

.card .nav a span.m, .card .nav a span.w {
	display:none;
}
.card .nav a span.m {
  font-size: 140px !important;
  clear: left;
  margin: 0px;
  height: 140px;
}
.card .nav a span.m div {
  width: 55px;
}


/* FLECHAS */
/*
.fichag .card {
	width: 100%;
}
.fichag .card, .fichaa .card {
	padding: 0 0 20px 0;
}   
.fichag .images {
	margin-left: 26px;
}
.fichag .info {
	margin-right: 35px;
}
.card .nav {
	width: 960px;
	padding: 10px 20px 0 20px;
}
.card .nav a {
	width: 21px;
	height: 21px;
	padding-bottom: 10px;
}
.card .nav a.anterior {
	background: url(../img/flecha/izquierda.png) no-repeat;
}
.card .nav a.anterior:hover {
	background: url(../img/flecha/izquierda_on.png) no-repeat;
}
.card .nav a.siguiente {
	background: url(../img/flecha/derecha.png) no-repeat;
}
.card .nav a.siguiente:hover {
	background: url(../img/flecha/derecha_on.png) no-repeat;
}
.card .nav a.anterior {
	float:left;
}
.card .nav a.siguiente {
	float:right;
}
@media (max-width: 600px) {
	.card .nav a {
		width: 50px;
		height: 50px;
		background-size: 45px 45px !important;
	}
}
*/
/* DESC */
.card .desc{
	float: left;
	width: 480px;
	padding: 10px;
	margin: 0px 20px 0px 0px;
	color: #000000;
	height: 500px; /* [COMMENT] Altura de la caja contenedora de texto con scroll*/
	background: #FFFFFF;
}
.card .desc a:hover {
	text-decoration: underline;
}

/* [NEWS] ****************************************************************  */
.news{
	position: relative;
	min-height: 200px !important;
	color: #CCCCCC !important;
	padding-left: 40px;
	width: 840px !important;
}
.news .menu .slash{
	font: 14px Georgia,"Times New Roman",Times,serif !important;
}
.news .nav{
	font-size: 15px;
	width: 100%;
	float: left;
	clear: both;
	margin-top: -5px;
	margin-bottom: 20px;
	#margin: 0px 0px 20px 0px;
}
.news .nav a{
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	color: #CCCCCC;
	text-decoration: none;
}
.news .nav a:hover{
	color: #CCCCCC;
}
.news .nav .selected a{
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	color: green;
	text-decoration: none;
}
.news .nav .selected a:hover{
	color: green;
}
.news .nav h2{
	float: left;
	clear: both;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
.news h3{
	float: left;
	clear: left;
	padding: 0px;
	margin: 0px 20px 0px 0px;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
}
.news img{
	float: left;
	margin: 0px 25px 15px 0px;
}
.news p{
	padding: 0px;
	margin: 0px;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
}
.news p a{
	text-decoration: none;
}
.news p a:hover{
	text-decoration: underline;
}

/* [CONTACT] ****************************************************************  */
.contact{
	font: normal 16px Georgia, "Times New Roman", Times, serif;
}
.contact a{
	color: #FF0000;
	text-decoration: none;
}
.contact a:hover{
	color: #999999;
}

/* [CSS-CREDITS] ****************************************************************  */
.credits{
float: left;
padding: 0px;
margin: 40px 0px 0px 40px;
width: auto;
}
.credits h2{
color: #caad83;
padding: 0px;
margin: 0px;
font: bold 14px Georgia, "Times New Roman", Times, serif;
float: left;
clear: both;
}
.credits ul{
float: left;
clear: both;
width: 100%;
padding: 0px;
margin: 0px 0px 20px 0px;
}
.credits ul li{
list-style: none;
width: 100%;
float: left;
clear: both;
font: normal 14px Georgia, "Times New Roman", Times, serif;
line-height: 20px !important;
}

/** ESPECIALES **/
.fichaa-32 .titulo {
	display: none;
}
.fichaa-32 .ficha {
	display: none;
}
.fichaa-32 .nombre {
	color: #a60b16;
	text-transform: uppercase;
}
.fichaa-32 .imagen {
	margin-bottom: 30px !important;
}
.fichaa-32 p {
	margin-top: 0px;
}

