/**
 * Main CSS Stylesheet
 *
 */

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
a{
	color:#666666;
	text-decoration:none;
}
a:hover{
	color:#000;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

.error{
	font-weight:normal;
	color:#FF0000;
	font-size:10px;
}

.msg_message{
	color:#6633CC;
	padding:10px;
	border:1px solid #6633CC;
	width:80%;
	margin:0px auto 10px;
}

.msg_error{
	color:#FF0000;
	padding:10px;
	border:1px solid #FF0000;
	width:80%;
	margin:0px auto 10px;
}

body{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#ededee;
	color:#666666;
}

#page{
	width:790px;
	margin:0px auto;
	background:url(images/bg.gif) repeat-y top left;
}

/* MENU */

#menu{
	width:100%;
	height:76px;
	background:url(images/menu_bg.gif) no-repeat top left;
}

#top_search{
	text-align:right;
	margin-right:75px;
	padding-top:5px;
}

input#search_field{
	background:none;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	border:0px;
	width:165px;
	margin-right:5px;
}

input#search_sub{
	position:relative;
	top:3px;
}

#menu_items{
	text-transform:uppercase;
	font-weight:bold;
	padding-top:25px;
	margin-left:100px;
}

#menu_items a{
	color:#FFFFFF;
	margin-right:30px;
}

#menu_items a:hover{
	color:#fde1e0;
}
/* HEADER */

#header{
	width:100%;
	height:133px;
	background:url(images/header_bg.png) no-repeat top left;
}

#header_logo{
	margin-left:65px;
	padding-top:10px;
}

/* BODY */

#body{
	width:100%;
	float:left;
}

#body_left{
	width:208px;
	float:left;
}

#body_right{
	width:582px;
	float:right;
}

/* LEFT */

#body_left_content{
	width:158px;
	background:#eff0ed;
	padding-bottom:20px;
	margin-left:50px;
}

#body_left_content h2{
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
	background:#e90600;
}

/* categories */

#body_left_content h2.category_title{
	font-size:11px;
	padding:4px 4px 4px 16px;
}

div.sdmenu {
	width:158px;
	font-size: 11px;
	padding-bottom: 20px;
	padding-top:8px;
	color: #ff0000;
	font-weight: bold;
}
div.sdmenu div {
	overflow: hidden;
}
div.sdmenu div:first-child {
}
div.sdmenu div.collapsed {
	height: 18px;
}
div.sdmenu div span {
	display: block;
	padding: 4px 15px;
	color: #ff0000;
	background: url(images/expanded.gif) no-repeat 3px center;
	cursor: default;
}
div.sdmenu div.collapsed span {
	background-image: url(images/collapsed.gif);
}
div.sdmenu a {
	padding-left:13px;
	margin-top:5px;
	margin-left:3px;
	background: url(images/expanded.gif) no-repeat left center;
	display: block;
	color: #ff0000;
}


div.sdmenu div a.sublink {
	padding-left:15px;
	margin-top:0px;
	margin-left:15px;
	background : url(images/linkarrow.gif) no-repeat left center;
	display: block;
	color: #666666;
}

div.sdmenu div a:hover {
	text-decoration: none;
}

/* newsletter */

#body_left_content  h2.newsletter_title{
	margin-bottom:10px;
	background:url(images/newsletter_h2_bg.gif) no-repeat top left;
	width:158px;
	height:23px;
}

#left_newsletter{
	margin-left:6px;
}

#left_newsletter  form{
	background:url(images/newsletter_field_bg.gif) no-repeat left top;
}

#left_newsletter label{
	font-size:9px;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	margin-bottom:5px;
}

input.newsletter_textfield{
	background:none;
	border:0px;
	width:112px;
	padding-left:3px;
	font-size:9px;
	position:relative;
	top:-2px;
}

input.newsletter_textfield{
	background:none;
	border:0px;
	width:112px;
	padding-left:3px;
	font-size:9px;
}

#left_newsletter span{
	position:relative;
	top:-2px;
}

input.newsletter_submit{
	position:relative;
	top:1px;
	left:7px;
}

#left_newsletter p{
	font-size:9px;
	font-weight:bold;
	display:block;
	margin-top:15px;
}

/* RIGHT */

#body_right_content{
	margin-left:6px;
	width:522px;
}

/* contact */

#right_contact_header{
	background:#ff9900;
	border-bottom:1px solid #e18c0f;
	width:100%;
	height:78px;
}

#right_contact_title{
	text-align:center;
	padding-top:25px;
}

#right_contact_form{
	background:#d0d0d0 url(images/contact_bg.gif) repeat-x top left;
	border-left:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	padding-top:20px;
	padding-bottom:40px;
	padding-left:15px;
}

#right_contact_form table{
	width:500px;
}

#right_contact_form td{
	font-weight:bold;
	padding:5px 8px;
	text-align:right;
}

#right_contact_form td small{
	font-weight:normal;
}

.right_contact_textfield{
	background:url(images/contact_textfield_bg.gif) no-repeat top left;
	width:354px;
	height:21px;
	text-align:left !important;
}

.right_contact_textfield input{
	width:344px;
	font-size:10px;
	padding-left:2px;
	margin-top:3px;
	border:0px;
	background:0px;
}

.right_contact_textarea{
	background:url(images/contact_textarea_bg.gif) no-repeat top left;
	width:354px;
	height:245px;
	text-align:left !important;
}

.right_contact_textarea textarea{
	width:345px;
	height:225px;
	font-size:10px;
	padding-left:4px;
	padding-top:5px;
	margin-top:6px;
	border:0px;
	background:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	overflow:auto;
}

#right_contact_sub{
	background:url(images/contact_sub_bg.gif) no-repeat top left;
	width:277px;
	height:24px;
	text-align:right;
	float:right;
	margin-top:2px;
}

#right_contact_sub input{
	margin-top:4px;
	margin-right:15px;
}

#right_contact_info{
	font-size:8px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:5px;
	text-align:right;
	margin-right:15px;
	padding-bottom:42px;
}

/* Category */

#category_items{
	margin-top:10px;
}

.category_item{
	background:#eff0ed;
	border:1px solid #cccccc;
	float:left;
	padding-left:3px;
	padding-top:2px;
	padding-bottom:1px;
	padding-right:5px;
	width:515px;
	margin-bottom:10px;
}

.category_item h2{
	color:#ff0000;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:8px;
	padding-bottom:3px;
}

.category_item h2 a{
	color:#ff0000;
}

.category_item h2 a:hover{
	color:#ff0000;
	text-decoration:underline;
}

.category_item p{
	width:435px;
	padding-left:6px;
}

.category_item_pdf{
	text-align:right;
	position:relative;
	top:-5px;
	right:8px;
}

.category_item_pdf a{
	color:#ff0000;
	text-decoration:underline;
}

.category_item_pdf a:hover{
	color:#ff0000;
	text-decoration:underline;
}

.category_item_pdf a img{
	position:absolute;
}

/* News */

#news_items{
	margin-top:10px;
}

.news_item{
	background:#eff0ed;
	border:1px solid #cccccc;
	float:left;
	padding-left:6px;
	padding-top:6px;
	padding-bottom:7px;
	padding-right:6px;
	width:510px;
	margin-bottom:10px;
}

.news_item h2{
	color:#ff0000;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:3px;
}

.news_item h2 span{
	color:#ff9900;
	font-style:italic;
}

.news_item h2 a{
	color:#ff0000;
}

.news_item h2 a:hover{
	color:#ff0000;
	text-decoration:underline;
}

.news_item p{
}

.news_item_more a{
	text-decoration:underline;
	color:#ff2e2e;
	display:block;
	padding-top:5px;
}

.news_item_more a:hover{
	text-decoration:underline;
	color:#ff2e2e;
}

/* News Tech */

#news_tech_items{
	margin-top:10px;
}

.news_tech_item{
	background:#eff0ed;
	border:1px solid #cccccc;
	float:left;
	padding-left:6px;
	padding-top:6px;
	padding-bottom:7px;
	padding-right:6px;
	width:510px;
	margin-bottom:10px;
}

.news_tech_item img{
	margin-right:5px;
}

.news_tech_item h2{
	color:#ff0000;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:3px;
}

.news_tech_item h2 span{
	color:#666666;
	font-style:italic;
}

.news_tech_item h2 a{
	color:#ff0000;
}

.news_tech_item h2 a:hover{
	color:#ff0000;
	text-decoration:underline;
}

.news_tech_item_more{
	text-align:right;
}

.news_tech_item_more a{
	text-decoration:underline;
	color:#ff2e2e;
}

.news_tech_item_more a:hover{
	text-decoration:underline;
	color:#ff2e2e;
}

/* Clasificados */

#clasificados_contact{
	background:url(images/clasificados_contact_bg.gif) no-repeat left top;
	width:525px;
	height:81px;
}

#clasificados_contact table{
	margin-left:20px;
	margin-top:16px;
}

#clasificados_contact_name, #clasificados_contact_email{
	width:132px;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	border:0px;
	background:none;
	margin-right:20px;
}

#clasificados_contact_email{
	margin-top:20px;
}

#clasificados_contact_text{
	width:188px;
	height:32px;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	border:0px;
	background:none;
	overflow:auto;
}

#clasificados_contact_go{
	display:block;
}

#clasificados_items{
	margin-top:10px;
}

.clasificados_item{
	background:#eff0ed;
	border:1px solid #cccccc;
	float:left;
	padding-left:6px;
	padding-top:6px;
	padding-bottom:7px;
	padding-right:6px;
	width:510px;
	margin-bottom:10px;
}

.clasificados_item h2{
	color:#ff0000;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:3px;
}

.clasificados_item h2 span{
	color:#ff9900;
}

.clasificados_item h2 a{
	color:#ff0000;
}

.clasificados_item h2 a:hover{
	color:#ff0000;
	text-decoration:underline;
}

.clasificados_item p{
}

.clasificados_item_contact{
	padding-bottom:10px;
	padding-top:10px;
}

.clasificados_item_contact a{
	text-decoration:underline;
	color:#ff2e2e;
}

.clasificados_item_contact a:hover{
	text-decoration:underline;
	color:#ff2e2e;
}

/* index */

#index_banner{
	margin-bottom:5px;
}

#index_description{
	width:523px;
	height:334px;
	background:url(images/index_bg.gif) repeat-x left top;
	padding-top:25px;
}

#index_description p{
	padding-bottom:15px;
	padding-left:5px;
	padding-right:5px;
}

#index_description p strong{
	color:#ff0000;
}

/* services */

#services_banner{
	width:523px;
	height:213px;
	background:url(images/services_banner.png) no-repeat left top;
}

#services_banner_end{
	width:523px;
	height:114px;
	background:url(images/services_banner2.png) no-repeat left top;
}

#services_description{
	width:523px;
	background:#eff0ed;
	padding-top:10px;
	padding-bottom:28px;
}

#services_description p{
	padding-bottom:15px;
	padding-left:5px;
	padding-right:5px;
}

#services_description p strong{
	color:#ff0000;
}

#services_description ul{
	margin-left:5px;
}

#services_description ul li{
	background:url(images/services_description_li.gif) no-repeat left 3px;
	padding-bottom:15px;
	padding-left:15px;
}

/* Navigation */

.navigation{
	text-align:right;
	padding-right:5px;
	padding-bottom:7px;
	clear:both;
}

.navigation span{
	color:#ff0000;
	font-weight:bold
}

.navigation span a{
	color:#ff0000;
}

/* FOOTER */

#footer{
	clear:both;
	width:100%;
	height:31px;
	background:url(images/footer_bg.gif) no-repeat top left;
}
