@charset "UTF-8";
/* CSS Document */

/*
Theme Name: Lucky Thirdteen
Theme URI: http://pixalife.com
Description: Clean minimalist theme for D´Alexis Shoes
Version: 1.0
Author: Pixalife
Designed and coded by Juan Carlos Salazar for http://www.pixalife.com

This code is property of Pixalife.com its partial or total reproduction is strictly forbidden/

*/

* {
	vertical-align: baseline;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 1,1;
	text-decoration: none;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

ol, ul {list-style: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}



.clear {clear: both;
}

.space {height: 10px; 
}

.bold{
	font-weight:bold;
}


.green{
	color:#54CC2E;
}

.white{
	color:#FFF;
}

.gray{
	color:#CCC;
}

.darkgray{
	color:#666;
}

.pink{
	color:#d54aa0;
}

.lightpink{
	color:#e092c2;
}

.cyan{
	color:#52BBE0;
}

.grape{
	color:#6B2E54;
}


/*-------(^_^)------- Pixalfe.com----*/

.mainmenu {
	width:550px;
	position:relative;
	z-index:100;
	float:left;
	margin-top:15px;
	border-bottom:3px solid #d54aa0;
}

.mainmenu ul li {
	float:left;
	display:block;
}

.mainmenu ul li a{
	display:block; 
	text-align:center; 
	text-decoration:none; 
	width:100px; 
	height:30px; 
	color:#b7b7b7; 
	border-width:1px 1px 0 0;
	font-size:0.9em;
	padding:10px 5px 10px 5px;
	
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	
	-moz-border-top-right-radius: 10px;
	-moz-border-top-left-radius: 10px;
	
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}


.mainmenu ul ul {
	position:absolute; left:-9999px; height:0;
}

.mainmenu ul li a:hover,
.mainmenu ul li:hover a {
	color:#fff; 
	background:#e092c2;
}

.mainmenu ul :hover ul {
	top:50px; 
	height:auto;
	left:0; 
	text-align:left;
	z-index:100;
}

.mainmenu ul :hover ul li {
	background:#e092c2; 
	color:#000;
	padding:10px;
	width:535px;
	overflow:auto;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

.mainmenu ul :hover ul li a {
	display:inline;
	background:#e092c2;
}

.mainmenu ul :hover ul li a:hover {
	text-decoration:none; 
	color:#000;
 
}

/*-------(^_^)------- Pixalfe.com----*/

.menuline{
	font-size:0.9em;
	color:#FFF;
	float:left;
	display:block;
	padding:5px 10px 10px 0;
	margin:0 15px 5px 0;
	border-right:1px solid #FFF;
}

.menuline:last-child{
	border:none;
}

.menuline a{
	color:#FFF;
	text-decoration:none;
}

.menuline a:hover{
	color:#000;
}

h3.menuheads{
	font-size:1.5em;
	clear:both;
	border-bottom:1px dotted #000;
	margin:10px 0 7px 0;
	padding-bottom:7px;
}


/*-------(^_^)------- Pixalfe.com----*/

div#maincontainer{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
}

div#header{
	clear:both;
}

div#logo{
	float:left;
	width:250px;
	height:100px;
}

div#maincontent{
	clear:both;
}

div#areasplash{
}

div#footer{
	clear:both;
	min-height:180px;
	font-size:0.83em;
}

div#footercontainer{
	background:#52bbe0 url(../images/bg/colorfiber.jpg) no-repeat top center;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	
	-moz-border-bottom-right-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	
	
	margin-bottom:20px;
}

div#footer a:link,visited{
	color:#FFF;
	text-decoration:underline;
}

div#footer a:hover{
	color:#FFF;
	text-decoration:underline;
}

div#leftfoot{
	padding:20px;
	float:left;
	width:45%;
	text-align:left;
}

div#rightfoot{
	padding:20px;
	float:right;
	width:45%;
	text-align:right;
}

div#floatfooter{
	background-color:#000;
	color:#FFF;
	text-align:center;
	width:100px;
	font-size:0.78em;
	clear:both;
	padding:5px;
	margin-left:325px;
}

/*-------(^_^)------- Pixalfe.com----*/

div#homenav{
}

div.homenavareas{
	padding:20px 50px 60px 40px;
}

div.homenavareas h3{
	font-size:1em;
	text-align:center;
	margin-bottom:20px;
	color:#52bbe0;
}

div#homesocial{
}

div.socialcapsule{
	width:90px;
	float:left;
	margin-right:10px;
	text-align:center;
	margin-bottom:40px;
}

div.socialcapsule img{
	margin-bottom:10px;
}

div.socialcapsule p{
	font-size:0.7em;
	color:#464646;
	
}

div.socialcapsule p a{
	color:#464646;
}

div.socialcapsule p a:link, visited{
	color:#464646;
}

div.socialcapsule p a:hover{
	color:#52bbe0;
}


div.promos{
	float:left;
	clear:both;
	margin-bottom:20px;
}

div.promos img{
	float:left;
	margin:0 20px 10px 0;
}

div.promos h3{
	font-size:2em;
	text-align:left;
	margin-bottom:10px;
}

div.promos p{
	color:#666;
	font-size:0.9em;
	margin-bottom:10px;
}


/*-------(^_^)------- Pixalfe.com----*/

div#coleccioneswrap{
}

div#coleccioneswrap h3{
	font-size:1.6em;
	margin-bottom:10px;
	line-height:1;
}

div#coleccioneswrap p{
	font-size:0.8em;
	margin-bottom:5px;
}

div#coleccioneswrap h5{
	font-size:0.75em;
	text-decoration:underline;
}

div#galeriaoficial{
	clear:both;
	padding:20px 35px 20px 100px;
	margin-bottom:150px;
	min-height:160px;
}

div#galeriaoficial img{
	float:left;
	margin:0 23px 23px 0;
	border:4px solid #f1c4e0;
}

/*----------*/
div#fantasiaescolar{
	background:url(../images/contextual/fantasiaescolar.jpg) no-repeat top left;
}
div#fantasiaescolar .disclamer{
	width:310px;
	height:140px;
	text-align:right;
	padding:20px;
	float:right;
	clear:both;
	margin-top:200px;
	margin-bottom:30px;
}
/*----------*/
div#hm{
	background:url(../images/contextual/hm.jpg) no-repeat top left;
	min-height:650px;
}
div#hm .disclamer{
	width:310px;
	height:140px;
	text-align:right;
	padding:30px 20px 20px 20px;
	float:right;
	clear:both;
	margin-top:185px;
	margin-bottom:10px;
}

/*----------*/
div#deportivo{
	background:url(../images/contextual/deportivo.jpg) no-repeat top left;
	min-height:720px;
}
div#deportivo .disclamer{
	width:260px;
	height:140px;
	text-align:right;
	padding:20px;
	float:right;
	clear:both;
	margin-top:185px;
	margin-bottom:10px;
}

/*----------*/
div#chic{
	background:url(../images/contextual/chic.jpg) no-repeat top left;
	min-height:720px;
}
div#chic .disclamer{
	width:410px;
	height:140px;
	text-align:right;
	padding:20px;
	float:right;
	clear:both;
	margin-top:190px;
	margin-bottom:10px;
}


/*----------*/
div#chleo{
	background:url(../images/contextual/chleo.jpg) no-repeat top left;
	min-height:400px;
}
div#chleo .disclamer{
	width:260px;
	height:140px;
	text-align:right;
	padding:20px;
	float:right;
	clear:both;
	margin-top:185px;
	margin-bottom:50px;
}

/*----------*/
div#bachi{
	background:url(../images/contextual/bachi.jpg) no-repeat top left;
	min-height:400px;
	
}
div#bachi .disclamer{
	width:260px;
	height:140px;
	text-align:right;
	padding:35px 20px 20px 20px;
	float:right;
	clear:both;
	margin-top:185px;
	margin-bottom:50px;
}

/*----------*/
div#fantasianiña{
	background:url(../images/contextual/fantasianina.jpg) no-repeat top left;
	min-height:400px;
	
}
div#fantasianiña .disclamer{
	width:260px;
	height:140px;
	text-align:right;
	padding:20px 120px 20px 20px;
	float:right;
	clear:both;
	margin-top:210px;
	margin-bottom:50px;
	padding-top:25px;
}


/*----------*/
div#hmnina{
	background:url(../images/contextual/hmnina.jpg) no-repeat top left;
	min-height:480px;
}
div#hmnina .disclamer{
	width:310px;
	height:140px;
	text-align:right;
	padding:30px 20px 20px 20px;
	float:right;
	clear:both;
	margin-top:185px;
	margin-bottom:10px;
}



/*----------*/
div#velvet{
	background:url(../images/contextual/velvet.jpg) no-repeat top left;
	min-height:480px;
}
div#velvet .disclamer{
	width:280px;
	height:140px;
	text-align:right;
	padding:40px 40px 20px 20px;
	float:right;
	clear:both;
	margin-top:185px;
	margin-bottom:60px;
}


/*-------(^_^)------- Pixalfe.com----*/

div#quienescontainer{
	clear:both;
}

div#quienesheader{
	clear:both;
	margin-bottom:15px;
}

div#quienesheader h1{
	font-size:3.2em;
	font-weight:bold;
	line-height:1;
	text-shadow:3px 3px 5px #ccc;
}

div#quienesleft{
	float:left;
	width:280px;
	padding-left:15px;
}

div#quienesright{
	overflow:hidden;
	width:460px;
	min-height:350px;
}

div#quienesright h2{
	font-size:1.5em;
	margin-bottom:15px;
}

div#quienesright h3{
	font-size:1.3em;
	line-height:1;
	margin-bottom:15px;
}

div#quienesright p{
	font-size:1em;
	color:#363636;
	margin-bottom:15px;
}

div#quienesnav{
	border-top:1px solid #D54AA0;
	padding:10px 0;
	margin:50px 0 100px 0;
	clear:both;
}

div#quienesleftnav{
	float:left;
	background:url(../images/bg/flechaizq.gif) no-repeat center left;
	width:45%;
	padding-left:20px;
}

div#quienesleftnav p, a, a:link, a:visited{
	color:#D54AA0;
	text-decoration:underline;
}

div#quienesleftnav p a:hover{
	color:#363636;
	text-decoration:underline;
}



div#quienesrightnav{
	float:right;
	background:url(../images/bg/flechader.gif) no-repeat center right;
	width:45%;
	padding-right:20px;
	text-align:right;
}

div#quienesrightnav p, a, a:link, a:visited{
	color:#D54AA0;
	text-decoration:underline;
}

div#quienesrightnav p a:hover{
	color:#363636;
	text-decoration:underline;
}


/*------ Galley ----------*/

#gallery {
	position: relative;
	float: left;
	width: 650px;
	padding: 0px 10px;
}

.photos {
	position: relative;
	float: left;
	display: block;
	padding-bottom: 10px;
}
.photosets {
	clear: both;
	padding-top: 1px;
}
.photosets h2 {
	color: #000;
}














