/* imageboard 2 */

.imageboard {
    width:auto;
    height:370px;
    background-color:white;
    overflow:hidden;
    visibility:hidden;
    z-index:1020;
}

.imageboard img {
    cursor: pointer;
}

.imageboard_left {
    position:relative;
    top:20px;
    float:left;
    margin-left:10%;
    display:inline;
    z-index:99;
    color:black;
    cursor:pointer;
}

.imageboard_right {
    position:relative;
    top:20px;
    float:right;
    margin-right:10%;
    display:inline;
    z-index:99;
    color:black;
    cursor:pointer;
}

.left-gr {
    background-image: url(../media/web_stock/left-gr.png);
    background-repeat: repeat-y;
    background-position:center right;
    float:left;
    width:120px;
    height:500px;
    font-size:0px;
    position:relative;
    top:-500px;
    color:black;
    z-index:1025;
}

.right-gr {
    background-image: url(../media/web_stock/right-gr.png);
    background-repeat: repeat-y;
    background-position:center left;
    float:right;
    width:120px;
    height:500px;
    font-size:0px;
    position:relative;
    top:-500px;
    color:black;
    z-index:1025;
}

#loading {
    position:absolute;
    z-index:1010;
    left:50%;
    top:300px;
    margin-left:-32px;
}

/* popimg */

.popimg {
    position:absolute;
    z-index:1030;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image: url(../media/web_stock/popimg_bg.png);
    background-repeat: repeat;
    text-align:center;
}

.popimg .theimage {
    margin-top:2.5%;
    height:90%;
    width:auto;
}

.popimg .close {
    position:relative;
    top:20px;
    left:-20px;
}

/* zoom img */

.zoom_viewport {
    position:absolute;
    width:300px;
    height:300px;
    background-color:black;
    z-index:9999;
    visibility:hidden;
    padding:5px;
    overflow:visible;
    background-image: url(../media/web_stock/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.zoom_viewport img {
    position:absolute;
}

.zoom_viewport div {
    position:fixed;
    width:35px;
    height:35px;
    border:2px solid black;
    cursor:none;
}

/* misc layout */

* {
    margin:0;
    padding:0;
    border:0;
}

body {
    background-color:black;
    color:white;
    font-family: Arial,Helvetica,sans-serif;
}

address {
    display:inline;
}

a {
    color:#826B55;
    text-decoration:none;
}

/* brand stylebook */

.flink {
    text-decoration: underline;
    cursor:pointer;
    font-weight:normal;
}

.white {
    color:white;
}

.brown {
    color:#826B55!important;
}

.upbreak {
    margin-top:5px;
    clear:left;
}

.home-logo {
    width:250px;
    height:91px;
    position:relative;
    left:50%;
    margin-left:-125px;
    margin-bottom:15px;
    text-align:center;
    font-size:0px;
    background-image: url(../media/web_stock/cortana.png);
    background-repeat: no-repeat;
    background-position: center center;
    color:black;
}

.home-menu {
    text-align:center;
    color:#826B55;
    margin-top:100px;
    font-size:11px;
    font-weight:bold;
}

.home-menu li {
    display:inline;
    margin-left:0!important;
    margin-right:30px!important;
    padding:0!important;
    color:#82562e;
}

.home-menu li.last {
    margin-right:0px!important;
}

h1{
	background: url(../media/web_stock/logo.gif) no-repeat center center;
	text-indent: -9999px;
	margin:25px 0 15px 0px;
}
h1 a{
	display: block;
	height: 74px;
	width: 100%;
	left:50%;
}
h1 a:hover{
	text-decoration: none;
}

.head-menu {
    list-style-type:none;
    width:100%;
    text-align:center;
    text-transform:uppercase;
    font-size:12px;
    font-weight:normal;
    padding-top:7px;
    padding-bottom:25px;
}

.head-menu li {
    list-style-type:none;
    display:inline;
    margin-right:35px;
}

.head-menu a {
    color:white;
}


.head-menu-left{
	position:absolute;
	top:80px;
	left:10px;
	padding:0;
}
.head-menu-left a{
    text-transform:uppercase;
    font-size:12px;
    font-weight:bold;
	color:#131313;
}

/* newsletter */

.newsletter-holder {
    list-style-type:none;
	padding:0;
    width:100%;
    text-align:center;
    clear:both;    
}

.newsletter {
    margin:0;
	padding:0;
}

.newsletter span {	
	margin:0;
	color:#fff;
	font-size:11px;
}

.newsletter label {	
	margin:0;
	padding:0;
	text-align:left;
	color:#826B55;
	font-size:10px;
	display:block;
	text-transform:uppercase;
}

.newsletter input.text{	
	display:inline;
	width:120px;
	height:15px;
	margin:0px 0 0;
	padding:1px 3px 2px 10px;
	font-size:10px;
	border:none;
	background:#EEE2CA;
}

.newsletter input.btn-send{
	display:inline;
	margin:0px 0px 0 0;
	padding:0px 0 3px 0;
	border: 1px solid #826B55;
	/*width: 62px;*/
	height: 19px;
	color:#FFF;
	background:#000;
	cursor: pointer;
	font-size:10px;
}




.confirmacion input.btn-send{
	display:inline;
	margin:0px 0px 0 0;
	padding:2px 5px 2px 5px;
	border: 1px solid #826B55;
	height: 25px;
	color:#FFF;
	background:#000;
	cursor: pointer;
	font-size:12px;
}


.head-menu-abs{
	position:absolute;
	top:53px;
	right:0;
	padding:0;
	/*background:url(../media/web_stock/bg_blog.gif) no-repeat #968069;*/
	/*background-color:#a49282;*/
    background-repeat: no-repeat;
    background-position: left center;
}

.head-menu-abs a{
    font-size:10px;
    font-weight:bold;
   	color: #ffffff;
    text-decoration: none;
}

.head-menu-abs a.active, .head-menu-abs a:hover{
	color: #826B55;
}
.head-menu-abs ul{
	clear: both;
    color: silver;
    font-size: 10px;
    list-style-type: none;
    margin-bottom: 48px;
    text-align: center;
	text-transform:lowercase;
	height:10px;
}

.head-menu-abs li{
	border-right: 1px solid #434342;
    display: inline;
    list-style-type: none;
    margin-right: 2px;
    padding-right: 3px;	
}

.head-menu-abs li.last{
	border-right: none;
    margin-right: 10px;
    padding-right: 0px;	
}

.content {
    width:100%;
    overflow:hidden;
    display:inline-block;
	height:auto; 
	background:#FFF;
	margin-bottom:20px;
}

.foot-menu {
    list-style-type:none;
    margin-bottom:20px;
    clear:both;
    font-size:10px;
    /*text-transform:lowercase;*/
    color:silver;	
	height: 100px;
	width:549px;
	margin:0;
	padding:0;
	left:50%;
	position:relative;
	margin-left:-277px;	
	border-top: 1px solid #4e4033;
	padding-top:13px;
	padding-left:20px;
	text-align:center;
}
    
.foot-menu li {
    list-style-type:none;
    display:inline;
    margin-right:10px;
    padding-right:13px;
    border-right:1px solid #333333;
	color: #826B55;
}

.foot-menu li.noborder, .foot-menu li.logo {
	border:none;
}



.foot-menu li.logo {
	float:right;
	margin: 0 0 0;
	padding:0;
}

.text-block {
	background-color:white;
	color:#333333;	
}

/*
.text-block * {	
    position:relative;
	left:50%;
    margin-left:-250px;
    width:500px;
}
*/

.text-block h2 {
    color:#826B55;
    padding-top:15px;
	font-size:21px;
	line-height:24px;
}

.text-block h3 {
    color:#826B55;
    margin-top:20px;
}



.text-block p {
    margin-top:15px;
    font-size:12px;
	line-height:15px;
}

.text-block ol {
    margin-top:15px;
    font-size:11px;
    padding-left:0px;
}

.text-block ul {
    margin-top:15px;
    font-size:11px;
    padding-left:40px;
    list-style-type:circle;
}

.contact-holder {
	left:50%;
	height:auto; 
	background-color:#7E6A52; 
	width:750px;
	position:relative;
	margin:0 0 0 -366px;
}

.contact-left {
	width:329px;
	height:412px;
	background-color:#1f1e1e;
	float:left;
 	padding: 24px 0 0 28px;
	font-size:12px;
	line-height:18px;
	color:#826b55;
	margin:0 0 40px 0;
}

.contact-left h2{
	font-size:12px;
	padding:0 0 10px 0;
	color:#FFF;
	font-weight:normal;
}

.contact-left .gris{
	color:#999999;
}

.contact-left .blanco{
	color:#fff;
}

.contact-left a{
	color:silver;
}

.contact-left p{
	padding-bottom:20px;
}

.contact-right {
	width:327px;
	height:412px;
	
	background-color:#1f1e1e;	
    color:black;
	float:left;
	padding: 24px 0 0 30px;
	margin:0 0 40px 7px;
}


.contact-right h2 {
    font-size:12px;
	color:#fff;
	padding-right:20px;
	font-weight:normal;
}

.contact-right h3 {
	font-size:12px;
	color:#fff;
	padding:13px 20px 0 0;
	font-weight:normal;
}

.contact-right form {
    margin-top:3px;
	
}

.contact-right fieldset {
}

.contact-right fieldset legend {
    display:none;
}

.contact-right fieldset textarea, .contact-right input[type=text] {
    background-color:#b9a388;
    width:302px;
    margin-top:0px;
    margin-bottom:7px;
	padding:3px 3px 5px 6px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}

.contact-right fieldset textarea {}
.contact-right input[type=text] {}

.contact-right span.required {
	width:8px;
	height:13px;
	background:url(../media/web_stock/required.png) no-repeat 0 7px ;
	display:block;
	float:left;
	margin:0 0 0 -15px;
}

.contact-right input[type=button] {
    background-color:#b9a388;
    color:#000;
    padding:2px 5px 2px 5px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	cursor:pointer;
}

.contact-right input[type=checkbox] {
    position:relative;
    top:2px;
}
.contact-right label, .contact-right label a {
    font-size:10px;
	color:#826644;
}
.contact-right label a {
	text-decoration:underline;
}

.contact-right .left {
    float:left;
}

.contact-right .right {
    float:right;
	margin:0 16px 0 0;
}

.contact-right .break {
    clear:both;
}

.product {
    position:relative;
    width:766px;
    left:50%;
    margin-left:-383px;
    color: #806a54;
    margin-top:20px;
}

.prod_images {
    width:300px;
    float:left;
}

.prod_images .big {
    float:left;
    margin-top:30px;
}

.prod_images .thumb {
    float:right;
    clear:right;
    border:1px solid silver;
    margin-bottom:10px;
    margin-right:40px;
    cursor:pointer;
}

.prod_images p {
    position:absolute;
    top:-21px;
    left:10px;
    font-size:9px;
    color:white;
    background-color:black;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:3px;
    padding-top:3px;
    text-transform: uppercase;
    font-weight:bold;
}

.prod_images p a:hover {
    color:#826B55;
}

.prod_form {
    width:200px;
    float:right;
}

.prod_form h2 {
    font-size:12px;
    border-bottom:1px dotted #806a54;
    padding-bottom:10px;
    margin-bottom:10px;
}

.prod_form h3 {
    font-size:12px;
}

.prod_form p {
    font-size:11px;
}

.prod_form ul {
    margin-left:5px;
}

.prod_form ul li {
    list-style-type:none;
    display:inline;
    margin-right:15px;
}

.prod_form ul li img {
    border:1px solid silver;
}

.prod_form ul li input[type=radio] {
    position:relative;
    top:-7px;
    left:2px;
}

.prod_form p {
    margin-bottom:10px;
}

.prod_form .prize {
    border-bottom:1px dotted #806a54;
    border-top:1px dotted #806a54;
    margin-top:10px;
    margin-bottom:10px;
    padding-top:5px;
    padding-bottom:5px;
}

.prod_form label.textual {
    font-size:12px;
    font-weight:bold;
    float:left;
    margin-right:10px;
}

.prod_form input[type=text] {
    float:left;
    border:1px solid silver;
    width:30px;
}

.prod_form select {
    border:1px solid silver;
    width:100%;
}

.prod_form .com_down {
    border-top:1px dotted #806a54;
    margin-top:10px;
    padding-top:10px;
}

.prod_form .com_down a {
    color:#333333;
    text-decoration:underline;
}

.prod_form input[type=button] {
    border:1px solid silver;
    background-color:black;
    color:white;
    font-weight:bold;
    padding:5px;
    padding-top:2px;
    padding-bottom:2px;
    margin-bottom:20px;
}

.tiendas-list {
    clear:both;
    position:relative;
    top:-448px;
    /*text-align:center;*/
    width:800px;
    font-size:11px;
    color:#826B55;
	left:50%;
	margin-left:-350px;
}

.tiendas-list li {
    display:block;
    margin-right:12px;
	text-align:left;
	float:left;
	width:180px;
}

.tiendas-list strong {
    color:silver;
    font-size:12px;
	font-weight:normal;
	padding-right: 3px;
}

.tiendas-list span {
	display:block;
	margin-top:4px;
}

.tiendas-list address {
    font-style: normal;
}

.tiendas-list a {
    text-decoration:underline;
}

p.horario {
    clear:both;
    position:relative;
    top:-420px;
    text-align:center;
    width:100%;
    color:silver;
    font-size:10px;
}

table.tallas {
    font-size:12px;
    width:155px;
    border:1px solid silver;
    margin-bottom:10px;
    margin-left:10px;
}

table.tallas td.lgnd {
    font-weight:bold;
    text-align:left;
    text-indent:3px;
}

table.tallas tr {
    text-align:center;
    text-indent:14px;
}

.smallprods {
    text-align:center;
    border-bottom:1px solid #806A54;
    padding-bottom:10px;
    width:100%;
}

.rollprods {
    position:relative;
    width:200px;
    display:block;
    color:white!important;
    background-color:#806A54;
    padding-top:3px;
    padding-bottom:4px;
    font-size:10px;
    text-transform: uppercase;
    font-weight:bold;
    text-align:center;
    left:50%;
    margin-left:50px;
    cursor:pointer;
}





/* newsletter **/

.form_box
{
	width:800px;
	/*margin:0;*/
	padding:0;
	/*left:50%;*/
	position:relative;
	/*margin-left:-400px;*/
	margin:0 auto;
}
#form_body{
	display:block;
	width:770px;
	margin:0 auto;
}

.form_box p {
	color:#826B55;
	font-size:10px;
	font-weight:normal;
}
.form_field
{
	width:136px;
	height:13px;
	line-height:13px;
	font-size:10px;
	color:#000;
	padding:2px 5px;
	background:#b9a388;
	float:left;
	margin-right:7px;
	border:none;
}

.form_label
{
	font-size:10px;
	color:#826B55;
	float:left;
	margin-right:20px;
	line-height:17px;
}

.form_button
{
	width:42px;
	height:17px;
	background:url(../media/web_stock/btn-ok.gif) no-repeat left top;
	border:none;
	cursor:pointer;
	float:left;
}

.emailbox
{
	float:right;
	margin-top:6px;
	margin-right:91px;
}
.emailbox span
{
	font-size:9px;
	color:#826B55;
	float:left;
	padding:3px 10px 0 0;
}


.checkbox
{
	float:left;
	margin-top:8px;
}

.form_checkbox
{
	width:10px;
	height:10px;
	background:#e7e2e0;
	float:left;
	margin-right:7px;
	border:none;
}

.checkbox span
{
	font-size:9px;
	color:#826B55;
	float:left;
	padding:1px 17px 0 0;
}

.checkbox span a
{
	color:#826B55;
}
.checkbox_heleido{
	float:right;
	margin-right:91px;
}

/* bio */

	.image_block_bg {		
		width: 100%;
		height: 367px;
		position: absolute;
		margin: -20px auto;
		padding:0;		
		background-image: url(../media/web_stock/bio_bg.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		background-color:#1f1e1e;
	}
	
	.image_block {		
		width: 784px;
		height: 374px;
		position: relative;
		margin: 0 auto;
		padding: 0 0 0 257px;
	}
	
	.image_block a {
		cursor:pointer;
	}
	
	.image_block a img {
		position: absolute;
		bottom: 0;
	}
	
	.image_block_1{

		
		float:left;
		bottom: 0;
		height:275px;
		background-color:#1f1e1e;
		margin-left:179px;
		padding: 33px 0 40px 40px;
		width: 239px;		
	}
	
	.image_block_2{
		width:229px; 
		padding:33px 0 40px 25px;
		
		float:left;
		bottom: 0;
		height:275px;
		background-color:#1f1e1e;
	}	
	
	.image_block div p{
		float:left;
		font-size:11px;
		font-weight:normal;	
		float:left;
		line-height: 16px;
		padding-bottom: 16px;		
	}

/* -- brides contact -- */
#contact_brides{
	color: #826B55;
    font-size: 12px;
    font-weight: normal;
	display:block;
	margin:50px auto;
	text-align:center;
}
#contact_brides span{
	color:silver;
	display:block;
	margin-bottom:10px;
}
	#contact_brides ul{
		list-style:none;
		display:block;
		width:490px;
		margin:5px auto 0;
	}
		#contact_brides li{
			display:block;
			float:left;
			padding:0 20px 0 0;
		}
		#contact_brides li:before{
			content:"|";
			padding-right:20px;
		}
		#contact_brides li:first-child:before{
			content:"";
		}
