html, body
{
	margin: 0;
	padding: 0;
	background: #000000;
	min-width:950px;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

a:active, a:focus {
	outline:0; /* Para los navegadores que lo entienden */
}

#page
{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	background:#000000 url('../images/bg_1536.jpg');
	background-attachment:fixed;
	background-position: left 50%;
}

#page h1 {
	font-size:30px;
	letter-spacing:7px;
	margin:0 0 15px 50px;
	cursor:default;
}

#Cont {
	display:block;
	width:930px;
	margin:auto;
	padding:10px 0 10px 0;
	text-align:center;
}

#header
{
	/*margin: 0;*/
	/*margin: 20px 0;*/
	
	width:950px;
	margin:30px auto 30px auto;
}

#header a {
	color: transparent;
	display: block;
	width: 100%;
	height: 100%;
}

#header ul {
	margin:0;
	padding:0;
	text-align:center;
}

#header li {
	display:inline-block;
	vertical-align:top;
}	

#content
{
    padding: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer {
	width: 950px;
	height: 93px;
	padding:0;
	margin:auto;
	right:0; left:0;
	
}

#MoreComingSoon {
	display:block;
	margin:30px auto 0 auto;
	text-align:center;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
}

#MoreComingSoon a { 
	font-weight:bold;
	color:#FFF;
	text-decoration: none;
}

#MoreComingSoon a:hover { 
	text-decoration: underline;
}

/*#home {
	width: 235px;
	height: 117px;
	margin: 0 auto;
}

#santana {
	margin: 0 0 0 70px;
	width: 86px;
	height: 86px;
	text-indent:-9999px;
}

#blog {
	width: 70px;
	height: 105px;
	text-indent:-9999px;
}
*/

#home {
	width: 235px;
	height: 117px;
	text-indent:-9999px;
}

#santana {
	width: 86px;
	height: 86px;
	text-indent:-9999px;
	margin:20px 240px 0 10px;
}

#blog {
	width: 99px;
	height: 65px;
	text-indent:-9999px;
	margin:30px 0 0 255px;
}


#santana a { 
	background: transparent url('../images/carlos-santana-logo.png') center center no-repeat;
}

#santana a:hover {
	background: transparent url('../images/carlos-santana-logo-sobre.png') center center no-repeat;
}


#home a { 
	background: transparent url('../images/casa-noble-logo.png') center center no-repeat;
}

#home a:hover {
	background: transparent url('../images/casa-noble-logo-sobre.png') center center no-repeat;
}

#blog a { 
	background: transparent url('../images/blog-logo.png') center center no-repeat;
}

#blog a:hover {
	background: transparent url('../images/blog-logo-sobre.png') center center no-repeat;
}

#sharemenu {
	width:762px;
	margin:0;
	text-align:left;
	padding:0 0 0 188px;
}

#sharemenu a {
	display:inline-block;
	color:#565656 !important;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	text-decoration:none;
	font-size:11px;
	padding:10px 0 10px 38px;
	margin:0 30px 0 0;
}

#sharemenu a:hover { color:#fff !important; }

#sharemenu ul {
	margin: 5px 0 0 0;
	padding: 0;
}

#sharemenu ul li {
	display: inline-block;
}


#sharemenu li.facebook { background: url('../images/facebook.jpg') left no-repeat; }
#sharemenu li.twitter { background: url('../images/twitter.jpg') left no-repeat; }
#sharemenu li.youtube { background: url('../images/you-tube.jpg') left no-repeat; }
#sharemenu li.blog { background: url('../images/casa-noble.jpg') left no-repeat; }
#sharemenu li.google { background: url('../images/google-plus.jpg') left no-repeat; }

#EntryForm {
	width:93px;
	height:37px;
	background:url(../images/entry.png);
	float:left;
	margin:0 0 0 -170px;
}

#EntryForm a {
	display:inline-block;
	color:transparent !important;
	font-size:0 !important;
	width:93px;
	height:37px;
}

#usda {
	width:99px;
	height:65px;
	background:url(../images/usda-logo.png);
	float:right;
	margin:-15px 15px 0 -50px;
}

#usda a {
	display:inline-block;
	color:transparent !important;
	font-size:0 !important;
	width:99px;
	height:65px;
}

#usda:hover { background:url(../images/usda-logo-sobre.png); cursor:pointer; }


#sharemenu li a {
	color: transparent;
}

#noble-places-menu {
	margin: 0 auto;
	width: 950px;
	text-align:center;
}

#CiudadBTIzq { width:16px; height:58px; background:url(../images/bt-ciudad-izq.png); display:inline-block; }
#CiudadBTDer { width:16px; height:58px; background:url(../images/bt-ciudad-der.png); }

#noble-places-menu ul {
	margin: 0;
	padding: 0;
}

#noble-places-menu ul li {
	list-style-type: none;
	min-width: 350px;
	margin: 5px 8px;
	border: 1px solid #5D5D5D;
	/*background: url('../images/bg_noble_place.png') no-repeat;*/
	
	display: inline-block;
	
	background: #1a1a1a; /* Old browsers */
	background: -moz-linear-gradient(top,  #1a1a1a 0%, #1e1e1e 50%, #080808 51%, #404040 82%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a1a1a), color-stop(50%,#1e1e1e), color-stop(51%,#080808), color-stop(82%,#404040)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1a1a1a 0%,#1e1e1e 50%,#080808 51%,#404040 82%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1a1a1a 0%,#1e1e1e 50%,#080808 51%,#404040 82%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1a1a1a 0%,#1e1e1e 50%,#080808 51%,#404040 82%); /* IE10+ */
	background: linear-gradient(to bottom,  #1a1a1a 0%,#1e1e1e 50%,#080808 51%,#404040 82%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a1a', endColorstr='#404040',GradientType=0 ); /* IE6-9 */

	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    
}

#noble-places-menu li a {
    color: #fff;
    display: block;
    font-size: 2.5em;
    font-weight: lighter;
    line-height: 38px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

#noble-places-menu li a:hover {
	color: #7A5E8A;
}

#noble-place-city {
	width: 950px;
	margin: 0 auto;
}
/*#noble-place-city span,
#noble-place-fal span {
#noble-place-city span {
    color: #7A5E8A;
    display: block;
    font-size: 2.5em;
    text-align: center;
    
	width: 233px;
	height: 58px;
	padding: 8px 8px;
	background: url('../images/bg_noble_place.png') no-repeat;
	text-transform: uppercase;
	display: block;
	margin: 0 auto;
}
**/
#noble-place-fal {
	width: 1000px;
	margin: 0 auto;
}

#noble-place-fal .noble-place-fal-description {
	color: #7a5e8a;
	background: #FFF;	
	padding: 10px;
	width:910px;
	text-align:left;
}


#noble-place-fal .noble-place-fal-description h2 {
	color: #000000;
}

#fal-list {
	padding: 20px 0;
}


#noble-place-fal {
	font-size: 14px;
}

#noble-place-fal p {
	margin: 0 0 0.5em;
}

#noble-place-fal h1 {
	color: #7A5E8A;
    font-size: 28px;
    font-weight: bold;
	text-align: left;
}

#noble-place-fal h2 {
	color: #000;
	font-size: 22px;
	font-weight: bold;
	line-height: 1em;
	text-align: left;
}

#noble-place-fal .images {
   background: url("../images/shadow.jpg") no-repeat scroll -1px top transparent;
   height: 169px;
   width: 324px;
}

#noble-place-fal .images img {
	border: 0;
	margin: 0;
	padding: 0;
}

#noble-place-fal .controls {
	text-align: right;
}

#noble-place-fal .controls a {
	text-decoration: none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

.reafirmation {
	font-size: 1.5em;
	font-weight:lighter;
	text-align: center;
}

#noble-place-fal-form {
	margin: 10px auto;	
	background: #FFF;
	color: #000;	
	padding: 20px 20px 20px 20px;
	text-align:left;	
}

#noble-place-fal-form textarea {
	width: 350px;
	height: 100px;
}

#BtHome {
	float:right;
	width:56px;
	height:18px;
	vertical-align:middle;
	display:inline-block;
	margin:5px 0 0 0;
}

#BtHome a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	background:url(../images/icon-home.png) left no-repeat;
	padding:0 0 0 15px;
}

#BtHome a:hover, #BtHome a:focus { color:#756388; }

#list-view table td {
	vertical-align: top;
	text-align: left;
}

#list-view table td.images {
	width: 320px;
}

.list-view .items .store {
	background: #FFF;
	border-bottom: 1px solid #CCCCCC;
	color: #7A5E8A;
	margin-bottom: 1em;
	padding: 0.5em;
	text-align: left;
}

.list-view .items h3,
.list-view .items p {
	color: #7A5E8A;
	margin-bottom: 0;
	text-align: left;
}

.list-view .items h3 {
	font-weight: bold;
}

.list-view .items .store  span {
	float: right;
}

.store_info {
	color: #7A5E8A;
	font-weight: bold;
	height: 100px;
	text-align: left;
	width: 200px;
	
}
