@charset "utf-8";
/* CSS Document */
#products{
	float:left;
	position:relative;
	}
#products_example {
	position:relative;
	width:960px;
	}
#products .slides_container {
	width:995px;
	overflow:hidden;
	float:left;
	position:relative;
	display:none;
	margin-top:4px;
	}
.slides_container .cont{
	width:995px;
	height:434px;
	display:block;
	text-decoration:none;
	cursor:default;
	color:#000;
	}
#products .prev {
	background-image:url(../img/prev2.png);
	width:36px;
	height:35px;
	position:absolute;
	text-indent:-99999px;
	top:10px;
	left:0px;
	z-index:10;
	}
#products .prev:hover{

	}
#products .next{
	background-image:url(../img/next2.png);
	width:37px;
	height:36px;
	position:absolute;
	text-indent:-999999px;
	top:10px;
	right:34px;
	z-index:10;
	}
#products .next:hover{

	}
#products .pagination {
	width:750px;
	float: left;
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
	z-index: 10;
	margin-left: 155px;
	}
#products .pagination li {
	float:left;
	list-style:none;
	margin-left:5px;
	border-right:solid 1px #000;
	padding-right:10px;
	height:25px;
	}
#products .pagination li a {
	display: block;
	overflow: hidden;
	float: left;
	text-decoration: none;
	color: #000;
	font-size: 19px;
	font-family: "Decker";
	padding: 5px;
	margin-top: -5px;
	margin-left: 7px;
	}
#products .pagination li.current a {
	background-color:#fff;
	}
.foto{
	float:left;
	position:relative;
	width:654px;
	height:434px;
	}
.texto{
	font-size:36px;
	width:340px;
	float:left;
	position:relative;
	background-color:#0051A0;
	height:411px;
	}
.texto p{
	background-color:#fff;
	font-size:22px;
	font-family:"Decker";
	padding-top:15px;
	padding-bottom:15px;
	padding-right:15px;
	text-align:right;
	padding-left:15px;
	bottom:0px;
	position:absolute;
	width:310px;
	color:#000;
	}	
.texto h1{
	background-color:#FFF;
	font-size:14px;
	font-family:"Decker";
	padding-top:0px;
	padding-bottom:8px;
	padding-right:16px;
	text-align:right;
	padding-left:6px;
	bottom:0px;
	position: absolute;
	}
.texto h2{
	background-color:#FFF;
	font-size:29px;
	font-family:"Decker";
	padding:12px 15px 56px 7px;
	text-align:right;
	bottom:0px;
	position: absolute;
	}
.texto a{
	color:#FFF;
	font-size:29px;
	font-family:"Decker";
	text-decoration:none;
	color:#FFF;
	background-color:#DF0209;
	position:absolute;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	width:300px;
	left:15px;
	text-align:right;
	top:245px;
	}
.texto a:hover{
	background-color:#FFF;
	color:#000;
	}
.texto a:hover .mas{
	background-color:#000;
	}
.mas{
	position:absolute;
	padding:5px;
	top:-59px;
	right:0px;
	}
.texto_2{
	font-family:"Decker";
	font-size:17px;
	padding:10px;
	color:#fff;
	line-height:21px;
	text-align: left;
}
/**/
.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index:1001;
	background-image:url(../img/black.png);
	}
.white_content {
	display: none;
	position:fixed;
	width:100%;
	height:100%;
	min-width:960px;
	min-height:600px;
	z-index:1002;
	overflow: auto;
	overflow:hidden;
	}
.box{
	width:995px;
	min-height:800px;
	margin:auto;
	position:relative;
	margin-top:225px;
	}
.foto-box{
	float:left;
	position:relative;
	width:500px;
	}
.texto-box{
	background-color:#FFF;
	float:left;
	position:relative;
	width:480px;
	height:494px;
	padding-right:15px;
	}
.texto-box h1{
	font-family:"Decker";
	font-size:29px;
	margin-top:15px;
	margin-left:20px;
	}
.texto-box p{
	list-style-type:lower-latin;
	list-style-position:inside;
	margin-left:30px;
	font-family:"Cuprum";
	font-size:22px;
	margin-top:33px;
	line-height:29px;
	text-align:justify;
	}
.letra{
	font-size:20px;
	color:#F00;
	}

.letra2{
	font-size:17px;
	color:#F00;
	}
.cerrar{
	position:absolute;
	background-image:url(../img/cerrar.png);
	background-repeat:no-repeat;
	font-family:"Decker";
	font-size:21px;
	color:#000;
	text-align:center;
	text-transform:uppercase;
	padding:5px;
	z-index:20;
	right:0px;
	}
.cerrar:hover{
	background-image:url(../img/cerrar-h.png);
	color:#000;
	}