/* -----------------------------------------
FREDI D'AMBROSIO
Author: Rueben Paul Divall
Web: http://www.rubendivall.es
---------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0; padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym { border:0;}
img {border:0;}
h1,h2,h3,h4,h5,h6 {font-size:1em;font-size:100%; font-weight:normal;}
a {outline:none;}
.hidden {display:none;}
.to-right {text-align:right;}
.to-left {text-align:left;}
.to-centre {text-align:center;}

.float-left {float:left;}
.float-right {float:right;}
.no-float {float:none !important;}
.clear {clear: both;}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

body {
	font:x-small Arial, Helvetica, sans-serif;
	background: #000000;
	color: #CCCCCC;
}
#hearder {
	padding-top: 15px;
	padding-bottom: 15px;
}

#contenido {
	background: url(images/maqueta/fondobody.jpg) no-repeat center top;
	border-top: 1px solid #131313;
	border-bottom: 1px solid #131313;
}

#page {
	margin: auto;
	width: 900px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#page .logo {
	text-align: center;
	padding-bottom: 25px;
	margin-bottom: 15px;
	border-bottom: 1px solid #666666;
}
#page .left {
	width: 500px;
	float: left;
	font-family: "Century Gothic", "Futura", "Gill Sans", Geneva, Arial, Helvetica, sans-serif;
}
#page .left h1 {
	color: #B9005C;
	font-size: 1.55em;
	text-transform: uppercase;
	font-weight: normal;
	width: 98%;
}
#page     .left     h2    {
	font-size: 2.57em;	
	color: #FFFFFF;
	letter-spacing: 2px;
}


#page .left p {
	font-size: 1.3em;
	padding-bottom: 10px;
	letter-spacing: 0.02em;
	padding-top: 10px;
}
#descripcion strong {
	font-weight: normal;
	color: #FFFFFF;
}


#page .right {
	width: 375px;
	float: right;
}
#menu li {
	display: inline;
	margin-right: 20px;
	width: 200px;
}
#menu a {
	color: #575655;
	font-size: 1.25em;
	letter-spacing: 0.07em;
	text-decoration: none;
	text-transform: lowercase;
	padding: 5px;
	width: 200px;

}
#menu .activo, #menu a:hover {
	color: #FFFFFF;
}


#menu {
	text-align: center;
}
.galeria {
	text-align: justify;
}
.galeria img {
	border: 2px solid #1B1B1B;
	margin-top: 6px;
	margin-right: 5px;
}
.galeria img:hover {
	border: 2px solid #575655;
	margin-top: 6px;
	margin-right: 5px;
}

#footer {
	margin: auto;
	width: 900px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.05em;
	letter-spacing: 0.06em;
	height: 30px;
}
#footer li {
	display: inline;
	margin-left: 10px;
}
#footer a {
	text-decoration: none;
	color: #CCCCCC;
}




html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}



@media projection, screen {.tabs-hide {
	display: none;
}}
@media print {}

/* Skin */
.tabs-nav {}
.tabs-nav li {
	float: left; /* be nice to Opera */
}
.tabs-nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	padding: 5px;
	cursor:pointer;
	text-decoration: none;
	color: #333333;
	background: #000000;
	display: block;
	margin-right: 6px;
}
.tabs-nav a:hover {
	color: #000000;
	background: #666666;
}

.tabs-nav .tabs-selected a {
	color: #CCCCCC;
	background: #1B1B1B;
}

.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

.tabs-container {}
#page .left strong {
	color: #FFFFFF;
	font-weight: normal;
}
#descripcion, #descripcion2  {
	font-family: "Century Gothic", "Futura", "Gill Sans", Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	letter-spacing: 0.03em;
	color: #575655;

}
.siguiente-anterior {
	float: right;
}
.siguiente-anterior li {
	display: inline;
}

.anterior {
	background: url(images/maqueta/anterior.gif) no-repeat;
	height: 38px;
	display: block;
	float: left;
	font-size: 1em;
	width: 33px;
	text-decoration: none;
}
.anterior:hover {
	background: url(images/maqueta/anterior.gif) no-repeat bottom;
}

.indice {
	background: url(images/maqueta/indice.gif) no-repeat center top;
	height: 38px;
	display: block;
	float: left;
	font-size: 1em;
	width: 50px;
	text-decoration: none;
}
.indice:hover {
	background: url(images/maqueta/indice.gif) no-repeat bottom;
}

.siguiente {
	background: url(images/maqueta/siguiente.gif) no-repeat;
	height: 38px;
	display: block;
	float: left;
	font-size: 1em;
	width: 33px;
	text-decoration: none;
}
.siguiente:hover {
	background: url(images/maqueta/siguiente.gif) no-repeat bottom;
}
.indice span,.anterior span,.siguiente span {
	z-index: -2;
	position: relative;
	top: -5000px;
}
#descripcion p {
	height: 175px;
	display: block;
	margin-top: 180px;
}
#descripcion2 p {
	display: block;
	clear: both;
	padding-top: 20px;
}

#colores   ul {
	display: block;
	margin-top: 90px;
}
#colores li {
	height: 27px;
	width: 27px;
	display: block;
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
}
#colores a {
	display: block;
	height: 25px;
	width: 25px;
	text-decoration: none;
}
#colores .selected {
	border: 1px solid #FFFFFF;

}
#colores a:hover {
	border: 1px solid #E1E1E1;
}


#colores span {
	display: block;
	height: 125px;
	width: 125px;
}
#colores p {

}
.titulo_colores strong {
	font-size: 2.57em;
	color: #FFFFFF;
	letter-spacing: 2px;
}
.titulo_colores p {
	display: block;
	clear: both;
}

.titulo_colores span {
	display: block;
	height: 225px;
	width: 225px;
	margin-top: 10px;
}
#page .left h3 {
	font-size: 1.5em;
	color: #FFFFFF;
}

p#bademail, p#badserver
		{
	padding: 10px;
	background: #FFA3A1;
	border: 2px solid #D00D00;
	color: #D00D00;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
		}

p#success
		{
	padding: 10px;
	background: #92FFA5;
	border: 2px solid #009218;
	color: #009218;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
		}
#myForm label {
	display: block;
	width: 110px;
	float: left;
}
#myForm p {
	clear: both;
	display: block;
	float: none;
}
#submitinput {
	clear: left;
	float: left;
	font-size: 2em;
	margin-left: 110px;
	background: #B9005C;
	color: #FFFFFF;
	border: 1px solid #999999;
	padding: 3px;
	cursor: pointer;
	
}
#page a {
	color: #CCCCCC;
}
#page a:hover {
	color: #FFFFFF;
}


#submitinput:hover {
	background: #FD007E;
	border: 1px solid #999999;
}


#emailinput, #telefonoinput, #nameinput {
	float: left;
	margin: 0px;
	padding: 2px;
	background: #0A0A0A;
	border: 1px solid #999999;
	color: #999999;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#myForm textarea {
	float: left;
	margin: 0px 0px 6px;
	padding: 2px;
	background: #0A0A0A;
	border: 1px solid #999999;
	color: #999999;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#contact-me {
	margin-top: 15px;
}
#emailinput:focus, #telefonoinput:focus, #nameinput:focus, #myForm textarea:focus {
	background: #0A0A0A;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}

#emailinput:hover, #telefonoinput:hover, #nameinput:hover, #myForm textarea:hover {
	background: #1B1B1B;
}
