/* 
=======================
$ RESETING CSS
======================= 
*/
body,div,dl,dt,dd,ul,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;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
abbr,acronym {border:0;}
a img{border:0;}

/* 
=======================
$ GENERAL STYLES
======================= 
*/

body{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 10px;
	color: #585858;
	line-height: 1;
	background: url('../img/body-bg.jpg') top left repeat;
}

p {
	line-height: 150%;
	margin: 10px 0;
}

h1{  
	font-size: 50px;
	color: #666;
}

h2{
	font-size: 18px; 
	color: #666;
	line-height: 40px;
}

h3{
	color: #999;
	font-size: 16px
}

h4{
	color: #B0B0B0;
	margin-right: 5px;
}

h5{
	font-size: 11px;
	color: #B0B0B0;
}

a:link{
	color: #836b6b;
	text-decoration: none;
}
a:visited{
	color: #836b6b;
}
a:active{
	color: #836b6b;
}
a:hover{
	color: #836b6b;
	text-decoration: underline;
}

ul{
	list-style-type: none;
	padding: 0px;
	margin-left: 6px;
}
ol{
	padding-left: 20px;
}

strong, b{
	font-weight: bold;
}

/* 
=======================
$ LAYOUT
======================= 
*/

.wrapper{
	margin: 0 auto;
	width: 990px;
}
div.wrapper div{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

/* 
$ Header Styles
----------------------
*/

#header{
	width: 100%;
    float: left;
}
div.header-inner{
	float: left;
	width: 100%;
	height: 185px;
}
div.header-inner div.left-column{
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
    width: 660px;
    float: left;
    margin-right: 20px;
    margin-bottom: 19px;
}
div.left-column div.login-users{
    float: right;
    padding-top: 58px;
    position: relative;
    z-index: 99;
}

/* Styles Cart */

div.login-users{
    float:right;
}
div.login-users a.brcm-registrer-btn, div.login-users a.brcm-login-btn, div.login-users a.brcm-register-btn, div.login-users a.brcm-account-user, div.login-users a.brcm-logout-btn{
    font-size: 1.2em;
    color: #b6a6a6;
    padding: 5px;
    border: 1px solid #fff;
    font-family: Arial, Helvetica, sans-serif;
}
div.login-users .brcm-user-menu .brcm-login-btn-content .brcm-login-btn-active, div.login-users .brcm-user-menu .brcm-registrer-btn-content .brcm-register-btn-active {
    color: #836b6b;
    padding: 5px;
    border: 1px solid #E8E5E5;
}
div.login-users .brcm-user-menu .brcm-login-ecommerce, div.login-users .brcm-user-menu .brcm-registrer-ecommerce{
    top: 25px;
    border: 1px solid #E8E5E5;
}
div.login-users .brcm-user-menu .brcm-login-btn span{
    background: url('../img/icon-login.png') no-repeat 0 0;
}
div.login-users div.brcm-form div.brcm-field, div.login-users div.brcm-field{
    margin-top: 0.5em;
    width: 191px;
}
div.login-users div.brcm-field label{
    font-weight: bold;
    font-size: 1.1em;
    float: left;
    margin-bottom: 4px;
    color: #6D5050;
}
div.login-users div.brcm-field a{
    color: #b6a6a6;
    text-decoration: underline;
}
div.login-users div.brcm-lost-pass a{
    font-size: 1.4em;
    margin: 4px 0px 9px 0px;
    float: left;
    color: #b6a6a6;
    text-decoration: underline;
    width: 170px;
}
div.brcm-cart-box:first-child{
    width: 187px;
    *width: 190px;
}
div.login-users div.brcm-remember-pass label{
    margin-right: 6px;
    margin-top: 3px;
}
div.login-users div.brcm-field input[type="text"], div.login-users div.brcm-field input[type="password"]{
    border: #D7D7D7 1px solid;
    border-top-color: #BFBFBF;
    background: #F8F8F8 url('../img/background-input.jpg') repeat-x left top;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
}
div.login-users div.brcm-legal-info label{
    margin-right: 7px;
    width: 164px;
}
div.login-users .brcm-login-ecommerce button, div.login-users .brcm-registrer-ecommerce button, .brcm-box-form button{
    background-color: #666666;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #FFF;
    font-weight: 700;
    text-align: center;
    padding: 6px 18px;
    font-size: 13px;
    border-bottom: #FFF 1px solid;
    cursor: pointer;
}
div.login-users div.brcm-registrer-ecommerce .brcm-legal-info{
    margin-top: 1em;
}
div.login-users div.brcm-login-ecommerce .brcm-lost-pass{
    margin-bottom: 10px;
}
div.brcm-cart div.brcm-value input[type="radio"]{
    float: left;
}
div.brcm-breadcrumb{
    float: left;
    width: 100%;
    margin-bottom: 22px;
}
div.brcm-breadcrumb a{
    color: #191919;
}
div.brcm-breadcrumb a:hover{
    color: #ff6671;
}
div.brcm-breadcrumb span.brcm-current-node{
    font-weight: bold;
    color: #191919;
}

/* Cart Styles */

div.cart-box {
    float: right;
    font-size: 1.2em;
    background: #fff;
    border: 5px solid #f0f0f0;
    margin: 34px 0 0 0;
    border-radius: 11px;
    padding: 13px 10px 15px 14px;
    width: 300px;
}
div.cart-box p.brcm-cart-items{
    display: none;
}
div.brcm-cart-box{
    float: left;
}
div.brcm-cart-box p{
    text-align: center;
}
div.brcm-cart-box p a{
    color: #ff6671;
    font-weight: bold;
}
div.brcm-cart-box p.brcm-cart-amount{
    float: right;
    width: 60px;
    margin: 10px 10px 10px 12px
}
div.brcm-cart-box p.brcm-cart-checkout{
    float: left;
}

/* Styles Users */

div.content div.brcm-registrer-message{
    border: 1px solid #E8E5E5;
}
div.content div.brcm-registrer-message h2.brcm-info-email{
    margin-bottom: 0px;
}
div.content h2.brcm-title-registrer1, div.content h2.brcm-title-registrer2, div.content h2.brcm-title-registrer3{
    background-position: 0 7px;
    margin-bottom: 0px;
}
div.content div.brcm-box-form-title{
    padding: 3px 14px;
}
div.content div.brcm-box-form{
    border: 1px solid #E8E5E5;
}
div.content div.brcm-box-form-title{
    border-bottom: 1px solid #E8E5E5;
}
div.content div.brcm-field-title, div.content div.brcm-value label{
    margin-top: 0.4em;
}
div.content div.brcm-box-form div.brcm-box-form-inner table{
    border: 1px solid #E3E3E3;
}
div.content div.brcm-box-form div.brcm-box-form-inner table th{
    border: 1px solid #CCC9C9;
    color: #737373;
    font-size: 0.9em;
}
div.content div.brcm-box-form div.brcm-box-form-inner table td{
    border: 1px solid #CCC9C9;
    font-size: 0.9em;
}
div.content button{
    background-color:#666;
    border:none;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    color:#FFF;
    font-weight:700;
    text-align:center;
    padding:10px 50px;
    font-size:14px;
    border-bottom:#FFF 1px solid;
    cursor:pointer;
}
div.content div.brcm-field label{
    font-weight:bold;
    display:block;
    margin-bottom:10px;
}
div.content div.brcm-field input[type="checkbox"]{
    float:left;
}
div.content div.brcm-box-form-inner{
    padding:10px 37px;
}

div.header-inner div.right-column{
    float: right;
    width: 310px;
}

	div.header-inner div.logo{
		float: left;
		margin: 20px 0px 0px 0px;
        height: 69px;
        *height: 71px;
        *padding-top: 3px;
	}
	div.header-inner div.logo h2{
		font-family: 'Delius Swash Caps', Helvetica, Arial, sans-serif;
		color: #ff6671;
		font-size: 5.5em;
		margin-bottom: 12px;
	}
    div.header-inner div.logo h2 a{
        color: #ff6671;
    }
    div.header-inner div.logo h2 a:hover{
        text-decoration: none;
    }
	div.header-inner div.logo h3{
		color: #B1A2A2;
		font-size: 1.3em;
	}
div.navigation{
	float: left;
	width: 660px;
	font-family: 'Delius Swash Caps', Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	line-height: 150%;
    margin-top: 2px;
}
div.navigation div.brcm-navigation ul{
	margin-left: 0px;
}
div.navigation div.brcm-navigation ul li{
	display: inline;
	float: left;
	margin: 0px 10px;
}
div.navigation div.brcm-navigation ul li a{
	color: #917575;
	-webkit-transition: color 500ms ease, background-color 500ms ease;
	-moz-transition: color 500ms ease, background-color 500ms ease;
	-ms-transition: color 500ms ease, background-color 500ms ease;
	-o-transition: color 500ms ease, background-color 500ms ease;
	transition: color 500ms ease, background-color 500ms ease;
	background: url('../img/main-menu-marker.png') center left no-repeat;
	padding: 5px 0px 5px 36px;
    float: left;
	/* text-transform: uppercase; */
}
div.navigation div.brcm-navigation ul li a:hover{
	color: #ff9ca3;
	text-decoration: none; 
}
div.navigation div.brcm-navigation ul li.brcm-active-node a{
	color: #ff9ca3;
}
div.cercador{
    float: right;
    margin: 0px 20px 0 0;
}
div.cercador input[type="text"]{
    background: url('../img/search-bg.jpg') repeat-x #f5f4f1;
    border-radius: 20px;
    color: #836b6b;
    outline: none;
    border: 0px;
    width: 224px;
    height: 18px;
    line-height: 18px;
    padding: 8px 10px 9px 16px;
}


/* Slider styles */

div#slider{
    width: 100%;
    float: left;
    min-height: 530px;
}
div.brcm-generic-slider{
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 9;
}
div.brcm-generic-slider div.brcm-flexslider-caption{
    position: absolute;
    top: 450px;
    left: 0px;
    *left: 10%;
    width: 990px;
    margin: 0 auto;
    right: 0px;
    *right: 10%;
    z-index: 99;
    text-align: center;
}
div.slider-box div.brcm-generic-slider h2{
    font-size: 4.0em;
    color: #fff;
    font-weight: 500;
    line-height: 130%;
}
div.brcm-flexslider{
    background: none;
    margin: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border: 0px;
    min-height: 530px;
}
div.brcm-flexslider .brcm-flexslider-direction-nav{
    width: 178px;
    position: absolute;
    height: 90px;
    top: 323px;
    right: 145px;
    z-index: 99;
}
div.brcm-flexslider .brcm-flexslider-direction-nav a{
    right: 0px;
    width: 80px;
    height: 80px;
    bottom: 0px;
    top: auto;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
div.brcm-flexslider .brcm-flexslider-direction-nav a.brcm-flexslider-prev{
    left: 5px;
    margin: 0;
    background: url('../img/slider-nav.png') 0 0 no-repeat;
    opacity: 1;
}
div.brcm-flexslider .brcm-flexslider-direction-nav a.brcm-flexslider-next{
    right: 5px;
    margin: 0;
    background: url('../img/slider-nav.png') 100% 0 no-repeat;
    opacity: 1;
}
div.brcm-flexslider .brcm-flexslider-direction-nav:hover a.brcm-flexslider-prev{
    opacity: 1;
    left: 5px;
}
div.brcm-flexslider:hover .brcm-flexslider-direction-nav a{
    display: block;
}
div.brcm-flexslider .brcm-flexslider-direction-nav a.brcm-flexslider-prev:hover{
    background-position: 0 100%;
}
div.brcm-flexslider .brcm-flexslider-direction-nav a.brcm-flexslider-next:hover{
    background-position: 100% 100%;
}


/* 
$ Content Styles
----------------------
*/

#content{
	width: 100%;
	min-height: 300px;
    float: left;
    border-top: 1px solid #E5E5E5;
}
body.home #content{
    border-top: 0px;
}
div.breadcrumb{
	font-size: 11px;
	color:#000;
	border-bottom: 1px solid #D2D2D2;
	height: 45px;
}
div.breadcrumb div.brcm-breadcrumb a.brcm-home{
	background: url('../img/icono-portada.jpg') top left no-repeat;
	padding-left: 20px;
	width: 15px;
	height: 15px;
}
div.content{
	margin-top:24px;
}
div.content-inner{
    font-size: 1.2em;
    float: left;
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    line-height: 150%;
}
div.brcm-list-of-products ol{
    padding-left: 0px;
    list-style: none;
}
div.brcm-list-of-products ol li{
    float: left;
    display: inline;
    margin-right: 30px;
}
div.content-inner.last-items{
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
    margin-top: 20px;
}
div.content-inner.last-items div.brcm-products-module div.brcm-list-of-products ol{
    margin-top: 0px;
    width: 100%;
}
div.content-inner.last-items div.brcm-list-of-products ol li{
    width: 238px;
    height: 155px;
}
div.content-inner.last-items div.brcm-list-of-products ol li:last-child{
    margin-right: 0px;
}
div.brcm-list-of-products ol li div.brcm-image{
    float: left;
    border: 1px solid #c8c8c8;
    margin-right: 12px;
}
div.content-inner.last-items div.brcm-list-of-products ol li div.brcm-image{
    width: 90px;
    /* height: 90px; */
}
div.content-inner.last-items div.brcm-list-of-products ol li div.brcm-name a{
    text-decoration: underline;
}
div.content-inner.last-items div.brcm-list-of-products ol li div.brcm-name a:hover{
    text-decoration: none;
}
div.brcm-list-of-products ol li div.brcm-name{
    line-height: 140%;
}
/*div.brcm-list-of-products ol li div.brcm-name a{
    color: #ff6671;
}*/
div.brcm-list-of-products ol li div.brcm-name a:hover{
    text-decoration: none;
}
div.brcm-list-of-products ol li div.brcm-price{
    color: #ff6c81;
}
div.content-box{
    float: left;
    width: 100%;
    background: url('../img/bck-content-box.jpg') 199px 0px repeat-y;
    font-size: 1.2em;
    margin-top: 30px;
    min-height: 500px;
    line-height: 150%;
}
body.home div.content-box{
    min-height: 360px;
}
div.content-box div.left-column{
    float: left;
    width: 200px;
    margin-right: 31px;
    padding-right: 20px;
}
div.content-box div.right-column{
    float: left;
    width: 759px;
}
div.content-box div.right-column div.brcm-list-of-products ol li{
    width: 364px;
    margin-bottom: 30px;
}
div.content-box div.right-column div.brcm-list-of-products ol li:nth-child(2n){
    margin-right: 0px;
}
div.content-box div.right-column div.brcm-list-of-products ol li div.brcm-image{
    width: 150px;
}
div.content-box div.right-column div.brcm-list-of-products ol li div.brcm-image-and-caption{
    float: left;
}
div.content-box div.right-column div.brcm-list-of-products ol li div.brcm-name{
    width: 198px;
    margin-top: 6px;
    float: left;
    margin-bottom: 12px;
    *width: 185px;
}
div.content-box div.right-column div.brcm-list-of-products ol li div.brcm-name a{
    text-decoration: underline;
}
div.content-box div.right-column div.brcm-list-of-products ol li div.brcm-name a:hover{
    text-decoration: none;
}
div.content-box div.right-column div.brcm-list-of-products ol li div.brcm-price{
    font-size: 1.2em;
}
div.content-box div.left-column div.brcm-list-of-products{
    float: left;
    margin-left: 3px;
}
div.content-box div.left-column div.brcm-list-of-products ol li{
    background: url('../img/marker-1.png') 0px 4px no-repeat;
    padding-left: 14px;
    font-size: 1.2em;
    margin-bottom: 8px;
}
div.content-box div.left-column div.nav-inner{
    margin-top: 25px;
    float: left;
}
body.contacto div.brcm-pagina-element{
    border: 1px solid #C8C8C8;
    padding: 10px 20px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    border-radius: 0px;
}
div.content-box div.brcm-products-module div.brcm-list-of-products ol{
    width: 100%;
}
div.content-box div.brcm-products-module div.brcm-list-of-products div.brcm-summary{
    line-height: 150%;
    float: left;
    width: 202px;
    *width: 184px;
    color: #836b6b;
}
div.content-box div.brcm-products-module div.brcm-list-of-products div.brcm-price{
    float: left;
    width: 202px;
    *width: 184px;
}
div.content-box div.brcm-product-detail div.brcm-navigation{
    display: none;
}
div.content-box div.brcm-products-module div.brcm-product-detail div.brcm-text-attributes{
    margin-left: 0px;
    width: 390px;
    *width: 365px;
    margin-left: 18px;
    float: right;
    margin-top: 11px;
}
div.content-box div.brcm-products-module div.brcm-product-detail div.brcm-group-of-images{
    float: left;
    width: 350px;
    *width: 333px;
    background: #f7f7f7;
    padding: 10px;
}
div.content-box div.brcm-products-module div.brcm-image{
    border: 1px solid #c8c8c8;
    width: 102px;
    margin-right: 12px;
    float: left;
    margin-bottom: 12px;
}
div.content-box div.brcm-products-module div.brcm-image-and-caption:nth-child(3n+4) div.brcm-image{
    margin-right: 0px;
}
div.content-box div.brcm-products-module div.brcm-product-detail div.brcm-group-of-images div.brcm-image-and-caption:first-child{
    margin: 0px;
}
div.content-box div.brcm-product-detail div.brcm-form div.brcm-field, div.content-box div.brcm-product-detail div.brcm-field{
    float: left;
    width: 100%;
}
div.content-box div.brcm-products-module div.brcm-product-detail div.brcm-group-of-images div.brcm-image-and-caption:first-child div.brcm-image{
    width: 330px;
}
div#content .Field .Info, div#content .brcm-description{
    font-style: normal;
    font-size: 1.0em;
}
div.content-box div.brcm-products-module div.brcm-product-detail div.brcm-price{
    float: left;
    width: 100%;
    background: #F7F7F7;
    font-size: 1.8em;
    color: #303030;
}
div.content-box div.brcm-products-module div.brcm-product-detail div.brcm-before, div.content-box div.brcm-products-module div.brcm-product-detail div.brcm-now{
    float: left;
    width: 100%;
    background: #F7F7F7;
    color: #303030;
}
div.content-box div.brcm-products-module div.brcm-product-detail div.brcm-before p{
    margin: 10px 0 2px 0;
    font-size: 1.6em;
}
div.content-box div.brcm-products-module div.brcm-product-detail div.brcm-now p{
    margin: 2px 0 10px 0;
    font-size: 1.8em;
}
div.social-share{
    float: right;
}
div.brcm-form div.brcm-actions span.brcm-message{
    /* float: left; */
    margin-top: 20px;
    background: #fff;
    border: 5px solid #f0f0f0;
    padding: 13px 10px 15px 14px;
    border-radius: 11px;
    clear: both;
    display: none;
    color: #ff6671;
}
div.brcm-form div.brcm-actions span.brcm-message a{
    color: #ff6671;
}
div.brcm-product-detail div.brcm-list-of-products{
    float: left;
    margin-top: 25px;
}
div.content-box div.brcm-product-detail div.brcm-list-of-products ol{
    border: 1px solid #C8C8C8;
    padding: 15px 20px;
    float: left;
    width: 715px;
    *width: 694px;
}
div.content-box div.brcm-product-detail div.brcm-list-of-products ol li{
    width: 150px;
    margin-right: 38px;
}
div.content-box div.brcm-product-detail div.brcm-list-of-products ol li:nth-child(2n){
    margin-right: 38px;
}
div.content-box div.brcm-product-detail div.brcm-list-of-products ol li:nth-child(4n){
    margin-right: 0px;
}
div.content-box div.brcm-product-detail div.brcm-list-of-products ol li div.brcm-price{
    color: #ff6c81;
    background: none;
    width: auto;
}
div.content-box div.brcm-product-detail div.brcm-list-of-products ol li div.brcm-price p{
    margin: 2px 0px;
}
div.content-box div.brcm-product-detail div.brcm-list-of-products ol li div.brcm-summary{
    display: none;
}
div.content-box div.brcm-list-of-news ol li{
    margin-bottom: 30px;
}

/* Cart Styles */

div.content-box .brcm-steps-checkout .brcm-step.brcm-active{
    background-color: #ECE9E9;
    color: #585858;
}
div.content-box .brcm-steps-checkout .brcm-step{
    border: #DDD 1px solid;
}
div.content-box .brcm-steps-checkout .brcm-step.brcm-active{
    color: #585858;
}
div.content-box .brcm-registrer-message{
    border: 1px solid #E5E5E5;
}
div.content-box div.brcm-column1 div.brcm-value{
    margin-top: 7px;
}
div#header .brcm-user-menu .brcm-logout-btn span{
    background: url('../img/icon-loggout.png') no-repeat 0 0;
}
div#header .brcm-user-menu .brcm-account-user span{
    background: url('../img/icon-user-info.png') no-repeat 0 0;
}
div.content-box div.brcm-box-form-title{
    background-color: #ECE9E9;
    border-bottom: #DDD 1px solid;
}
div.content-box div.brcm-box-form-title h2{
    margin-bottom: 0px;
}
div.content-box .brcm-box-form{
    border: #DDD 1px solid;
}
div.content-box div.brcm-form div.brcm-field, div.content-box div.brcm-field{
    margin-top: 10px;
}
div.content-box .brcm-clear-br{
    height: 2px;
}

/* 
$ Footer Styles
----------------------
*/

#footer{
	width:100%;
	min-height:62px;
	display:block;
	float:left;
	margin-top:40px;
    background: url('../img/footer-bg.png') top left repeat;
}
#footer div.lower-navigation{
    float: left;
    width: 100%;
    margin: 45px 0px 30px 0px;
    font-size: 1.2em;
}
#footer div.lower-navigation div.brcm-navigation ul li{
    font-weight: bold;
    float: left;
    width: 196px;
}
#footer div.lower-navigation div.brcm-navigation ul li:first-child{
    display: none;
}
#footer div.lower-navigation div.brcm-navigation ul ul li:first-child{
    display: block;
    float: left;
    margin-top: 30px
}
#footer div.lower-navigation div.brcm-navigation ul ul li{
    background: url('../img/footer-marker.png') 0 2px no-repeat;
    padding-left: 15px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
#footer div.lower-navigation div.brcm-navigation ul ul li a:hover{
    text-decoration: none;
    color: #ff6671;
}
#footer div.lower-navigation div.brcm-navigation ul ul li:hover{
    padding-left: 20px;
}
#footer div.lower-navigation div.brcm-navigation ul ul li{
    font-weight: normal;
}
#footer p{
	font-size:11px;
}
div#footer div.signature{
	float: right;
	margin: 5px 0px 15px 0px;
}
div#footer div.signature ul li{
	float: left;
	display: inline;
}

/* 
=======================
$ STYLE GUIDE
======================= 
*/

div.content-inner p, div.content-inner ol, div.content-inner ul, div.content-inner table{
	margin: 10px 0px;
	line-height: 24px;
}
div.content-inner ul{
	list-style-type: none;
	line-height: 20px;
	margin-top: 5px;
}
div.content-inner ul li{
	padding-left: 15px;
	background: url('../img/punto-ul.jpg') 0px 8px no-repeat;
}
div.content-inner ul li ul li{
	padding-left: 18px;
	font-size: 13px;
}
div.content-inner ul li ul li ul li{
	padding-left: 5px;
}
div.content-inner h1, div.content-box h1{
	font-size: 42px;
	color: #ff6671;
	margin-bottom: 10px;
	line-height: normal;
    font-family: 'Delius Swash Caps', Helvetica, Arial, sans-serif;
}
div.content-inner h2, div.content-box h2{
	font-size: 2.4em;
	color: #ff6671;
	margin-bottom: 10px;
	line-height: normal;
    font-family: 'Delius Swash Caps', Helvetica, Arial, sans-serif;
}
div.content-box h1{
    font-size: 2.4em;
	color: #303030;
	margin-bottom: 10px;
	line-height: normal;
    font-family: 'Delius Swash Caps', Helvetica, Arial, sans-serif;
}
div.content-inner h3, body.home div.content-box h3{
	font-size: 25px;
	color: #ff6671;
	margin-bottom: 12px;
	line-height: normal;
    font-family: 'Delius Swash Caps', Helvetica, Arial, sans-serif;
}
div.content-box h3{
	font-size: 1.25em;
	color: #191919;
	margin-bottom: 12px;
	line-height: normal;
    font-family: Arial, Helvetica, sans-serif;
}
div.content-box div.left-column h2{
    color: #8a5757;
    font-size: 1.8em;
    margin-top: 4px;
}
div.content-box div.left-column div.nav-inner h2{
    font-size: 2.4em;
    color: #ff6671;
    margin-bottom: 10px;
}
div.content-box div.brcm-body ul li{
    margin-bottom: 10px;
    background: url('../img/marker-about.png') 0px 1px no-repeat;
    padding-left: 16px;
    float: left;
    width: 100%;
} 
div#content h1 + h2{
	margin-top: 5px;
}
div#content h2 + h3{
	margin-top: 5px;
}
div#content table{
	margin: 20px 0 20px 0px;
}
div#content table th{
	padding: 7px 15px;
	border: 1px #D2D2D2 solid; 
	background-color: #E4E4E4; 
	color: #737373;
	font-weight: bold;
}
div#content table td{
	padding: 7px 15px;
	border: 1px #D2D2D2 solid;
	color: #737373;
}
div#content input[type="text"], div#content textarea, div#content input[type="password"]{
	border: 1px solid #D2D2D2;
	background-color: #fff;
	padding: 5px;
    margin-top: 5px;
}
div#content input[type="submit"], div#content button, div#content input[type="submit"], div#content button{
	display: inline-block;
    text-decoration: none;
    cursor: pointer;
    background: url('../img/button-bg.png') 0 top repeat-x #fbfafa;
    font-size: 11px;
    text-transform: lowercase;
    line-height: normal;
    border: 1px solid #ded9d9;
    -webkit-box-shadow: 0 1px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 0 0px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px 0px rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 7px 12px;
    color: #a7a7a7;
    /*float: left;
    clear: both; */
}
div#content input[type="submit"]:hover, div#content button:hover, div#content input[type="submit"]:hover, div#content button:hover{
    background: url('../img/button-bg.png') 0 bottom repeat-x #fff;
}