﻿*
{
	margin: 0px;
	padding: 0px;
	border: none;
}

.parrafo
{
	font-family: sans-serif, Helvetica, Arial;
	font-size: 18px;
	/* padding: 0px 6%; */
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FBF9EF;
	/* padding: 0px 6%; */
}

#container
{
	float: left;
}


#header
{
	float: left;
	width: 100%;
	border-bottom: 1px dotted #5D5A53;
	margin-bottom: 10px;
}

#header nav 
{
    width:90%;
    max-width:1000px;
    margin:20px auto;
    background: #024959;
}

#header nav ul
{
    overflow:hidden;
    list-style:none;
}

#header nav ul li 
{
    float:left;
}

#header nav ul li a
{
    color:#fff;
    padding:20px;
    display:block;
    text-decoration:none;    
    background: #024959;
}   

#header nav ul li a:hover
{
    color:#fff;
    background:#037E8C;
}

.menu_bar 
{
    display:none;
}

section 
{
    padding:20px;
}

form-control
{
        width:100%;
}

@media screen and (max-width:1350px) 
{
    #header nav 
    {
        width:80%;
        height:100%;
        left:-100%;
        margin:0;
        position:fixed;
    }
        
    #header nav ul li 
    {
        display:block;
        /* width:100%; */
        float:none;
        border-bottom:1px solid rgba(255,255,255, .3);
    }
    
    .menu_bar 
    {
        display:block;
        width:100%;
        color:#024959;
        background: #ccc;
    }
    
    .menu_bar .bt-menu
    {
        display:block;
        padding:20px;        
        background: #024959;
        color:#fff;
        text-decoration:none;
        font-weight: bold;
        font-size:25px;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        -box-sizing:border-box;
    }
}


#header h1
{
	font-size: 14px;
	float: left;
	background: url(/content/Images/logo.png) no-repeat;
	padding: 45px 0px 5px 0px;
}

#promotion
{
	height: 300px; 
	width: 700px; 
	background: url(/content/Images/home-showcase.png) no-repeat;
}

ul li a
{
	font-size: 14px;
}

#main
{
	overflow: hidden;
	padding: 0 0 15px 10px;
	float: left;
}

ul
{
	overflow: hidden;
	list-style-type: square;
	margin-left: 25px;
	font-size: 14px;
}

ul#album-list
{
	list-style: none;
	margin-left: 0px;
}

ul#album-list li
{
	height: 130px;
	width: 100px;
	float: left;
	margin: 10px;
	text-align: center;
}

ul#album-list li a, ul#album-list li .button
{
    display:block;
	font-size: 13px;
	float: left;
}

ul#album-list li a span
{
	color: #9b9993;
	text-decoration: underline;
}

#cart
{
	float: right;
}

#update-message
{
	color: #F6855E;
	font-weight: bold;
}

.button, input[type=submit]
{
	clear: both;
	display: inline-block;
	padding: 5px;
	margin-top: 10px; 
	border: 1px;
	background: #5e5b54;
	color: #fff;
	font-weight: bold;
}

.button a
{
	color: #fff !important;
}

#footer
{
	clear: both;
	padding: 10px;
	text-align: left;
	border-top: 1px dotted #8A8575;
	border-bottom: 1px dotted #8A8575;
	font-family: Constantia, Georgia, serif;
}

/******************** Top Navigation ************************/
ul#navlist
{
	float: left;
}

ul#navlist li
{
	display: inline;
}

ul#navlist li a
{
	border-left: 1px dotted #8A8575;
	padding: 10px;
	margin-top: 10px;
	color: #8A8575;
	text-decoration: none;
	float: left;
}

ul#navlist li:first-child a
{
	border: none;
}

ul#navlist li a:hover
{
	color: #F6855E;
}

/********************* End top navigation ***************************/

p
{
	margin-bottom: 15px;
	margin-top: 0px;
}

h2
{
	color: #5e5b54;
}

h2, h3
{
	margin-bottom: 10px;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

h3
{
	color: #9B9993;
}

#header h1 a, h3 em
{
	color: #5E5B54;
}

a:link, a:visited
{
	color: #F6855E;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a:active
{
	color: #006633;
	text-decoration: none;
	font-weight: bold;
}

/***************************** sidebar navigation ****************************/

#categories
{
	font-family: Constantia, Georgia, serif;
	list-style-type: none;
	border-right: #5d5a53 1px dotted;
	padding-right: 10px;
	margin: 0 25px 0 0;
	float: left;
}

#categories a:link, #categories a:visited
{
	color: #9B9993;
	text-decoration: none;
}

#categories a:hover
{
	color: #F46739;
}

div#album-details p
{
	margin-bottom: 5px;
	color: #5e5b54;
	font-weight: bold;
}

p em
{
	color: #9b9993;
}

/* Form styles */
legend
{
	padding: 10px;
	font-weight: bold;
}

fieldset
{
	border: #9b9993 1px solid;
	padding: 0 10px;
	margin-bottom: 10px;
	clear: left;
}

div.editor-field
{
	margin-bottom: 10px;
}

input[type=text], input[type=password], select
{
	border: 1px solid #8A8575;
	width: 300px;
}

/* Styles for validation helpers */
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Tables */
table
{
	border: 1px solid #000;
	border-collapse: collapse;
	color: #666666;
	min-width: 500px;
	width: 100%;
}

tr
{
	border: 1px solid #000;
	line-height: 25px;
}

th
{
	background-color: #9b9993;
	color: #000;
	font-size: 13px;
	text-align: left;
}

th, td
{
	padding-left: 5px;
}

tr:hover
{
	background-color: #fff;
}


/*Menu */ 

/* 
.top_menu ul 
{ 
    list-style:none; 
    float:left; 
    border: 1px dashed; 
    padding: 2%; 
    width:95%; 
} 

.top_menu ul li 
{ 
    float:left; 
    margin-right:20px; 
    margin-bottom:10px; 
    background: #bee090; 
    padding:5px; 
    border-radius: 15%; 
} 

.top_menu ul li a 
{ 
    color: #FFFFFF; 
    text-decoration:none; 
} 

.top_menu ul li a:hover 
{ 
    color: blue; 
} 
 

    .page-header{
      overflow: hidden;
      background: #444;
      padding: 1em 0 0 ;
      height: 4em;

      transition:all .4s linear;
    }

    .page-nav{
      color: #fff;
      clear:left;
      position: relative;
      visibility: inherit;
      transition:visibility .4s linear;
    }

    .page-nav a{
      color: #fff;
      width: 100%;
      height: auto;
      display: block;
      padding: 0.75em 1em;
      text-decoration: none;
      border-top:#666 1px solid;
      cursor: pointer;

    }
     
    .toggle-nav {
      float: right;
      padding: 1em;
      margin: 0 0 1em 1em;
      color: rgb(255,255,255);
      cursor: pointer;
    }

    .page-nav.collapse {
      visibility: hidden;

    }

    .menu-expanded {
      height: 11em;
    }

*/