/* CSS: style.css */
h1, h2, h3, h4, pre, body, html {
	margin:0;
	padding:0;
	}

p{
	margin-top: 0;
	padding-top: 0;
}
	
a img, :link img, :visited img { border:none; }
ul { }



/**********************************************/

/* CSS Document */
/* About: Contains all the IDS elements for the structure of the site and other IDS */

/******************************************************
			CONTENT BOXES
******************************************************/
.noli
{
	background:url(graphics/line_grey.gif) right repeat-y;
}
.noli ul
{
	margin-left:0px;
	padding-left:20px;
	
}

html,body{ 
	font-family: Tahoma;
    font-weight: normal;
    font-size: 12px;
    color: #000;
	text-align:justify;
}

a
{
	outline:none;
	color:#000;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}
html
{
	background: #3A90CB url(graphics/bg.gif) top repeat-x;
}

body{
	margin: 0;
	padding: 0;
	background: url(graphics/banner.jpg) center top no-repeat;
}

#contener{
	width: 900px;
	margin: auto;
	position: relative;
	z-index: 1;
}

#menu
{
	text-align:center;
	height:33px;
	
}

#menu a
{
	border-right:1px solid #004C99;
	background:url(graphics/point.gif) 30px no-repeat;
	color:#01C8EA;
	font-size:11px;
	text-decoration:none;
	padding-left:50px;
	height:24px;
	float:left;
	padding-top:10px;
	padding-right:30px;
	min-width:90px;
}

#menu a:hover
{
	color:#fff;
}

#banner
{
	padding-top:15px;
	position:relative;
	height:206px;
}

#lang {
	padding-left:30px;
}

#lang a
{
	display:block;
	float:left;
	padding-right:10px;
}

#of
{
	position:absolute;
	left:0px;
	top:161px;
}

#banner #logo
{
	position:absolute;
	left:255px;
	top:50px;
	display:block;
}

#prefooter
{
	width:900px;
	padding:5px 0px;
	background:#003366;
	text-align:center;
	color:#3a90cb;
	font-size:10px;
}
#prefooter p
{
	margin:0px;
	padding:0px;
}

#footer
{
	width:900px;
	height:100px;
	background:#004c9a url(graphics/footer.gif) bottom no-repeat; 
	text-align:center;
	color:#fff;
	padding-top:10px;
	font-size:11px;
}

#footer a
{
	color:#fff;
	text-decoration:none;
}
#footer a:hover
{
	text-decoration:underline;
}

#oferta
{
	padding-bottom:20px;
	border-bottom:1px solid #00539F;
	background:#004c9a;
}

#oferta .b a.t
{
	heighT:34px;
	display:block;
	width:100%;
}

#oferta .b
{
	float:left;
	width:295px;
	color:#fff;
	background:url(graphics/line.gif) right center no-repeat;
	position:relative;
	min-height:110px;
}

#box
{
	float:right;
	overflow:hidden;
	width:267px;
	padding-top:25px;
	padding-right:17px;
}

#content
{
	overflow:hidden;	
	float:left;
	width:530px;
	font-size:12px;
	padding:20px 30px;
}

#oferta .c
{
	padding:0px 30px;
}

#oferta .more
{
	position:absolute;
	bottom:-30px;
	right:25px;
}

#promo
{
	float:left;
	
	font-size:12px;
	overflow:hidden;
	width:240px;
	padding-left:26px;
}

#promo .promo a
{
	display:block;
	font-weight:bold;
	padding-bottom:10px;
}
#promo .promo 
{
	width:290px;
	float:left;
}

.sub
{
	padding-top:15px ;
	padding-left:3px;
}

.sub a
{
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	display:block;
	background:url(graphics/sub_point.gif) left 12px no-repeat;
	padding-left:15px;
	padding-top:10px;
	text-align:left;
}

.title
{
	background:url(graphics/sub_point.gif) left 7px no-repeat;
	padding-left:15px;
	color:orange;
	font-size:17px;
	font-weight:bold;
	padding-bottom:15px;
}

.ftitle
{
	background:url(graphics/pb.gif) left 3px no-repeat;
	padding-left:15px;
	font-size:12px;

}

.form_color .ftitle
{
	background:url(graphics/pbl.gif) left 3px no-repeat;
	color:#fff;
}

.product_link
{
	display:block;
	background:url(graphics/sub_point.gif) 6px 12px no-repeat;
	padding-left:28px;
	padding-top:10px;
	font-weight:bold;
	color:#f29400;
	text-align:left;
}

.product_link:hover
{
	color:#3a90cb;
	text-decoration:none;
}
/******************************************************
			SECONDARY BOXES
******************************************************/

/******************************************************
			LINK
******************************************************/

fieldset.contact {
	border: 0 !important;
	width: 250px !important;
	padding: 0;
	text-align: left;
}

div.form {
	overflow: hidden;
	margin: 0.7em 0px;
	clear: both;
}


label{
	display: block;
	float: left;
	text-align: left;
	padding: 2px 4px 4px 0;
	font-weight:bold;
	color:#898989;
	font-size:10px;
}


.form_color label{
	color:#fff;
	}

.form_color
{
	padding: 10px; float:right; width:230px; 
	background:#004c9a;
}

input.contact,textarea {
	float: left;
	border: 1px solid #9a9a9a;
	background-color: #fff;
	color: #000;
	font-family: Tahoma;
	font-size: 11px;
	width:98%;
}



select.color,input.color
{
	float: left;
	border: 1px solid #fff;
	background-color: #3981cb;
	color: #fff;
	font-family: Tahoma;
	font-size: 11px;
	width:98%;
}


textarea{
	height:100px;
}

.form button
{
	float:right;
	background:none;
	border:1px solid #c6ccd2;
	width:100px;
	text-align:center;
}

.form10{
	border: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    background: none;
    color: #000;
}


form{
	margin: 0;
}


