*{
	margin:0;
	padding:0;
}

body
{
	font:.8em Arial, Sans-serif;
	text-align:center;
	background:#ddd url('../images/bg-body.jpg') repeat-y 50% 50%;
	color:#333;
}


hr
{
	display:none;
}

a
{
	color:#06a;
	-moz-outline: none;
}

a:hover
{
	color:#29e;
}



a img
{
	border:0;
}

#container
{
	text-align:left;
	width:750px;
	margin:10px auto;
	background:#fff;
	border:1px solid #bdbbaf;
	border-top:none;
}

h1, h2, h3 {
	clear: both;
}

h2
{
	font-weight: normal;
	font-size:220%;
	color:#3f3a36;
	margin:15px 0 20px 10px;
}
.col h2 {
font-size:170%;
}

h2.bigh span
{
	display:none;
}

h3
{
	font-size:150%;
	font-weight:400;
}

h4 
{
	margin: 5px 0;
}


#main
{
	padding:0 0 10px;
}

#main .col
{
	margin:0 10px;
}

* html #main .col
{
	margin:0 5px;
}

#main.c2col
{
	background:transparent url('../images/bg-main-front.jpg') no-repeat top left;
}

#main.c2col .col
{
	float:left;
}

#main.c2col .col.c1
{
	width:425px;
}

* html #main.c2col .col.c1
{
	width:435px;
}

#main.c2col .col.c2
{
	width:280px;
	border-left:1px solid #ccc;
}

* html #main.c2col .col.c2
{
	width:270px;
}

/* header -------- */
#header
{
	padding:0;
	background:transparent url('../images/bg-head.jpg') repeat-x bottom left;
	float:left;
}

#header h1
{
	padding:0;
	float:left;
	margin:0;
}

#header h1 a
{
	display:block;
	background:transparent url('../images/logo.gif') no-repeat 50% 50%;
	width:240px;
	height:75px;
	text-indent:-1000em;
}

#header ul
{
	float:right;
	list-style:none;
	padding:0 10px 0 0;
	margin:55px 0 0;
}

#header ul li
{
	float:left;
	padding:4px 7px;
	font-weight:700;
	text-transform:uppercase;
	font-size:90%;
	background:transparent url('../images/top-menu-separator.jpg') no-repeat bottom right;
}

* html #header ul li
{
	font-size:85%;
}

#header ul li.last
{
	background:none;
}

#header ul li a
{
	color:#999;
	text-decoration:none;
}

#header ul li a:hover
{
	color:#16a;
}

/* /header -------- */
/* footer -------- */
#footer
{
	clear: left;
	background:#a3a185 url('../images/bg-footer.jpg') repeat-x top left;
	height:70px;
}

#footer p
{
	margin:10px;
	font-size:90%;
	padding:10px 0;
	color:#fff;
}

/* /footer -------- */
/* cromo -------- */
#cromo
{
	clear:both;
	height:202px;
}

#cromo.slim
{
	clear:both;
	height:40px;
	background:#0365a4 url('../images/banner-thin.jpg') no-repeat top left;
}

#cromo.slim ul 
{
	list-style: none;
}
#cromo.slim ul li 
{
	float: left;
	padding: 8px 0 0 0;
}
#cromo.slim ul li a 
{
	display: block;
	margin: 3px;
	padding: 2px 7px;
	background: #055d96 url('../images/bg-subhead-li.jpg') repeat-x top left;
	border: 1px solid #1a72ab;
	text-decoration: none;
	font-weight: bold;
	color: #8cc8ef;
}

#cromo.slim ul li a:hover 
{
	color: #fff;
}

#cromo.slim a.home
{
	display:block;
	margin: 0;
	background: 0;
	border: 0;
	width:35px;
	height:22px;
	background:transparent url('../images/ico-home.gif') no-repeat 50% 50%;
}

#cromo.slim a.home:hover
{
	background-position:50% 45%;
}

#cromo.slim a.home span
{
	display:none;
}




/* /cromo -------- */

/* productos -------- */
div.product
{
	padding:10px 0 0 8px;
}

div.product h3 a
{
	color:#000;
	text-decoration:none;
	letter-spacing:-.02em;
	border-bottom:1px solid #5bf;
}

div.product p
{
	padding:10px 0;
	font-size:90%;
}

div.product img.p-logo
{
	margin:0 10px;
}

/* /productos -------- */
/* noticias -------- */

p.vermas {
	padding: 5px;
	text-align: right;
	font-weight: bold;
}

div.newsitem
{
	font-size:90%;
	padding:10px 0 10px 10px;
}

div.newsitem h3
{
	font-size:100%;
	font-weight:700;
}

div.newsitem h3 span
{
	display:block;
}

#bodytext div.newsitem {
	font-size: 130%;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #eee;
}

#bodytext div.newsitem h3 {
	border: 0;
}
#bodytext div.newsitem h3 strong {
	color: #555;
	font-size: 130%;
	font-weight: normal;
}
#bodytext div.newsitem p {
	margin: 0;
}

#bodytext div.newsitem h3 span {
	font-size: 65%;
	color: #999;
}

/* /noticias -------- */
/* articulos -------- */
div.articles
{
	background:#f1f1f1;
	padding:5px 0 0;
	width:100%;
}

div.articles h2
{
	margin-bottom:10px;
}

div.articles ul
{
	list-style:none;
	padding:0 0 10px;
}

div.articles ul li
{
	font-size:140%;
	padding:0 0 5px 20px;
	margin:0 0 0 20px;
	background:transparent url('../images/li-article.jpg') no-repeat 0 50%;
}

div.articles ul li span
{
	display:block;
	font-size:60%;
	color:#777;
}

/* /articulos -------- */
/* banners -------- */
.banners
{
	padding:20px 0 0;
}

/* /banners -------- */
/* text page -------- */

#pagehead
{
	clear:both;
	background:#e4f3fd url('../images/bg-pagehead.jpg') repeat-x top left;
}

#pagehead h2
{
	padding:15px 0 20px 20px;
	margin:0;
	width:90%;
}

#pagehead p
{
	margin:0 20px;
	padding:0 0 13px;
	font-size:90%;
	width:70%;
}
#textnav {
height: 2em;
}
#textnav ul
{
	list-style:none;
	padding:0 10px;
}

#textnav ul li
{
	float:left;
	margin:0 2px;
	padding: 0;
}

#textnav ul li a
{
	display:block;
	background:#fff url('../images/bg-tab-inactive-left.jpg') no-repeat top left;
	font-weight:700;
	color:#3f3a36;
	
}

#textnav ul li a:hover
{
	color:#1c7211;
}

#textnav ul li.active a
{
	background:#fff url('../images/bg-tab-active-left.jpg') no-repeat top left;
	text-decoration:none;
}

#textnav ul li a span
{
	display:block;
	padding:5px 13px;
	background:transparent url('../images/bg-tab-inactive-right.jpg') no-repeat top right;
}

#textnav ul li.active a span
{
	background:transparent url('../images/bg-tab-active-right.jpg') no-repeat top right;
}

#bodytext
{
	padding: 10px 20px 0 20px;
}

#bodytext p
{
	margin:10px 0;
	line-height:1.3em;
}

#bodytext img {
	margin: 10px;
}

#bodytext p.totop {
	border-bottom: 1px solid #f5f5f5;
	padding: 0 0 5px 0;
	text-align: right;
}
#bodytext p.totop a {
	padding: 2px 17px 2px 4px;
	color: #999;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	background: #fff url('../images/li-blue-top.gif') no-repeat 100% 50%;
}
#bodytext p.totop a:hover {
text-decoration: underline;
}

#bodytext h3
{
	color: #369;
	border-bottom:1px solid #ddd;
	padding: 20px 0 0 0; 
	padding-bottom:3px;
}

ul.list-one
{
	padding: 10px 0 10px 20px;
	list-style:none;
}

ul.list-one li
{
	font-size:120%;
	color:#555;
	padding: 5px 0 5px 25px;
	background:transparent url('../images/li-big.jpg') no-repeat 0 6px;
}

ul.submenu 
{
	list-style:none;
	float: right;
	border: 1px solid #cde;
	margin: 10px;
}

ul.submenu li
{
	background: #def;
	padding: 4px 7px;
	margin: 1px;
}

ul.submenu li a 
{
	background: transparent url('../images/li-blue.gif') no-repeat 0% 50%;
	padding: 0 0 0 16px;
}

/* forms --------  */

#bodytext form fieldset 
{
	margin: 5px 0;
	border: 1px solid #eee;
	padding: 5px 10px;
}

#bodytext form fieldset p 
{
	margin: 0 0 5px 0;
}

#bodytext form fieldset label span 
{
	display: block;
	font-weight: bold;
	width: 200px;
}

#bodytext form fieldset label select 
{
	width: 20em;
}

#bodytext form fieldset label textarea 
{
	border: 1px ouset #555;
	width: 50%;
	height: 200px;
}


#bodytext form fieldset div.fleft p 
{
	float: left;
}

#bodytext form fieldset p.checkboxes label
{
	display: block;
	clear: left;
	padding: 3px 0;
}

#bodytext form input.button {
	color: #333;
	font-family: Arial,Sans-serif;
	padding: 5px;
	font-weight: bold;
	border-width: 1px;
}

/* /forms --------  */


.addresses, .map {
float: left;
width: 35%;
}

.map { 
float: right;
margin: 0 0 0 5px;
width: 435px;
}


.servicetop .sbanner {
float: left;
}
.servicetop .submenu {
float: right;
margin: 10px 0;
}



/* clearfix -------- */
.clearfix:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height:1%;
}

/* End hide from IE-mac */
/* /clearfix -------- */
