/* @group General */
@charset "UTF-8";

body {
	margin: 0 0 0 0;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/*p {
	margin: 22px 0 5px 0;
}
.span {
	margin: 20px 0 5px 0;
}*/
.Gris, .Gris a:link, .Gris a:visited, .Gris a:active {
	color: #999999;
}
.Negro, .Negro a:link, .Negro a:visited, .Negro a:active {
	color: #333333;
}
.Verde, .Verde a:link, .Verde a:visited, .Verde a:active {
	color: #33CC33;
}

/* @end */




/* @group Globales */
.Titulo , .Titulo a:link, .Titulo a:active, .Titulo a:visited {
	font: 22px geneva, sans-serif, Helvetica, Arial;
	letter-spacing: 1px;
	text-decoration: none;
}
.TextoBase {
	font: 14px/36px geneva, sans-serif, Helvetica, Arial;
	letter-spacing: 1px;
	text-decoration: none;
	color: #999999;
	text-align: left;
}

.Boton, .Boton a:link, .Boton a:visited, .Boton a:active {
	float: right;
	margin: 17px 15px 0 0;
	font: bold 16px geneva, sans-serif, Helvetica, Arial;
	padding: 3px 10px;
	letter-spacing: 1px;
	color: black;
	background-color: white;
	text-decoration: none;
	cursor: pointer;
	border-radius: 5px;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 5px;
	border-style: solid;
	border-color: #33CC33;
}
.Boton a:hover {
	color: #FFCC00;
	background-color: black;
}
.FormTextArea {
	height: 192px;
	width: 95%;
}
.FormTextInputs {
	width: 330px;
}
/* @end */



/* @group Header */
#ContenedorWeb {
	width: 1100px;
	min-height: 600px;
	margin: 0 auto;	
}
#Header {
	width: 95%;
	margin: 0 auto;
	padding: 15px 0 5px 0;
}
#Header #Marca {
	float: left;
	margin: 10px 0 0 0;
}
#Header ul#nav {
	text-align: right;
	list-style: none;
	font-size: 1.1em;
}
#Header ul#nav li, #Header ul#nav li a:link, #Header ul#nav li a:active, #Header ul#nav li a:visited {
	font: 14px geneva, sans-serif, Helvetica, Arial;
	padding: 0 5px 0 0;
	letter-spacing: 1px;
	color: #999999;
	text-decoration: none;
	display: inline;
	list-style-type: none;
}
#Header ul#nav li a:hover {
	color: #33CC33;
	text-shadow: #fff 0 0 5px;
}
#Header ul#nav li.separador {
	margin: 0 15px 0 0 ;
	border-right: 1px solid #d5d5d5;
}
/* @end */



/* @group Home*/
#ContenedorFoto {
	width: 100%;
	height: 630px;
	position: relative;
	background-color: black;
}
#ContenedorFoto #FotoGrande {
	width: 1100px;
	height: 630px;
	background: #333333;
	margin: 0 auto;
}
#ContenedorFoto #FlechaIzq {
	position: absolute;
	top: 250px;
	left: 0px;
}
#ContenedorFoto #FlechaDer {
	position: absolute;
	top: 250px;
	right: 0px;
}
/* @end */




/* @group Contacto*/
#Contacto {
	width: 1050px;
	margin: 30px auto 0 auto;
}
#Contacto .ColumnaIzq {
	width: 220px;
	float: left;
	height: 300px;
}
#Contacto .ColumnaDer {
	width: 450px;
	float: right;
}
/* @end */




/* @group Contacto*/
#Clientes {
	width: 1100px;
	margin: 30px auto 0 auto;
}
#Clientes img {
	width: 1100px;
	height: 439px;
}



/* @group Footer */

#Footer #Lunatics {
	text-align: right;
	padding: 0 0 5px 0;
	margin: 0 auto;
	width: 1030px;
}
#Footer #Lunatics img {
	border: 0;
}
/* @end */





/* @group FACU */
#ContenedorThumbs {
	width: 1100px;
	height: 90px;
	margin: 20px auto 15px auto;
	overflow:hidden;
}
#ContenedorThumbs li{
	display:inline;
	margin:0;
	padding:0;
	float:left;
	height: 90px;
}
#thumbs{
	height: 90px;
}
.contFoto {
	 display: table !important;
	 width:1100px;
	 text-align:center;
	 height:630px;
	 overflow: hidden;
	 position:relative;
	 top:0;
	 left:0;
	 background: url(imagenes/carga.gif) no-repeat 50% 50%, white;
}
.contFotoAlignMiddle{
	display: table-cell; 
	vertical-align: middle;
}
ul.pagination{
	margin:0;
	padding:0;
}
#products .prev {
	background:url('imagenes/atras.png');
	width:50px;
	height:110px;
	top:-390px;
	left:-10px;
	position:absolute;
	overflow:hidden;
	display:block;
	z-index:101;
	border: 0;
}

#products .next {
	width:50px;
	height:110px;
	top:-390px;
	left:1060px;
	background:url('imagenes/adelante.png');
	position:absolute;
	overflow:hidden;
	display:block;
	z-index:101;
	border: 0;
}
.relative{
	position:relative;
}
/* @end */
