/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* site CSS */
body{
	background: url(../images/global-bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#000000;
}
h1{
	font-size:17px;
	font-weight:bold;
	color:#037843;	
	text-align:left;
	margin:0;
}
h2{
	font-size:16px;
	font-weight:bold;
	color:#037843;	
	text-align:left;
	margin:0;
}
h3{
	font-size:15px;
	font-weight:bold;
	color:#037843;	
	text-align:left;
	margin:0;
}

p, li{
	text-align:left;
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000000;
	line-height:1.5em;
	text-align: justify; 
}
a{
	color:#000000;
}
a:hover{
	color:#CCCCCC;
}
#wraper{
	width:891px;
	/*height:855px;*/
	margin:auto;
}
.content{
	/*position:relative;
	top:0;
	left:0;*/
	background-color: #FFFFFF;
}
.contact{
	float:right;
	*top:-5px;
	height:46px;
	width:380px;
}
.contact ul{
	float:left;
	padding:16px 0 0 0;
}
.contact ul li{
	float:left;
}
.divider{
	padding:15px 0;
}

.carousel-container{
	padding:10px 0 0 60px;
}

/**
 * Overwrite for having a carousel with dynamic width.
 */
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 85%;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 100%;
}

.grey-bg{
	background:url(../images/bottom-bg.jpg);
	height:205px;
	/*padding:0 0 0 20px;*/
	padding:15px 0 0 0;
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}

#buttons #VolusionLiveChat table a{
	color:#000000 !important;
}
#bottomlinks{
	color:#FFFFFF;
	margin: 10px 0 10px 0;
	float:left;
}
#bottomlinks ul li{
	float:left;
	margin:0 25px 0 0;
}

.grey-bg p{
	font-size: 12px;
	color: #00000;
	text-align:center;
	padding: 10px 0 0 0;
}


#copyright{
	padding-top:20px;
	text-align: center;
	width:1024px;
}

.content ul li{
	list-style-type: none;
	margin-left:50px;
	background: url(../images/bullet.jpg) no-repeat left 12px;
	text-align:left;
	padding:5px 0 5px 15px;
}
#productos{
	padding-top:15px;
}
#chatips{
	background:#FFFFFF;
	padding:15px 0 15px 20px;
	margin-left:45px;
	height:106px;
}
.bg-divisoria{
	background-image:url(../images/bg-divisoria.jpg);
	background-repeat:no-repeat;
	padding: 20px 0 0 10px;
	display:block;
	width:882px;
	height:55px;
}
#left{
	float:left;
	width:450px;;
	}
#right{
	float:right;
	width:321px;;
}
.noticia{
	background: url(../images/bg-news.jpg) #e2e8e3 no-repeat bottom;
	width:882px;
}
.center h1, .center p{
	text-align:center;
}
#accordion 	h3{
	background:url(../images/bg-materiales.jpg) no-repeat;
	display:block;
	height:23px;
	padding:2px 0 0 10px;
}
.bg-materiales{
	background: url(../images/bg-materiales-no.jpg) no-repeat;
	display:block;
	height:23px;
	padding:2px 0 0 10px;
}
#accordion p{
	overflow:visible;
}
.ui-accordion-content{
	height:75px;
}
li.sound a{
	color:#FFFFFF;
	font-weight:bold;
	padding: 0 0 0 10px;
	font-size:11px;
}