body{
	background-image: url("../images/bgpage.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position:top;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	color: #414F58;
	background-color: #AEA179;
	font-size:12px
}
h1, h2, h3, h4, h5, h6 {
	color: #802222;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}
h1 {font-size:28px}
h2 {font-size:22px}
h3 {font-size:17px}
h4 {font-size:15px}
a{
	color: #2974E4;
	text-decoration: none;
}
a:hover{
	color: #2974E4;
}
#content a:hover{
	color: #2974E4;
	text-decoration: underline;
}
/*----------------------------------------------------------------*/
#container {
	width:960px;
	margin:0px auto 0px auto;
	text-align:left;
}

#header {
	width: 100%;
	height: 103px;
	background: #2E3B5E url(../images/fondo.jpg) no-repeat;
	background-position:center;
	position:relative;
}
#headerbanner {
	position:absolute;
	top:6px;
	right:6px;
	float:right;
}

.images {
	padding: 5px;
	background-color: #FFFFFF;
	border-color: #E1D6B0;
	border-width: 1px;
	border-style:solid;
}
.buy_link {
color: #582727;
padding: 3px;
font-weight: bold;
}

.title { margin-right: 35px; }
#sort_nav_div {
margin-right: 35px;
}
.todayy { margin-right: 90px;
font-weight: bold;
color: #333333;
width: 100%;
}
#menu_horizontal {
	width: 100%;
	height: 35px;
	font-size: 15px ;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	background-color: #1E263C;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0 0 1px 0;
	padding: 0;
}

#menu_horizontal ul{
margin:0;
}

#menu_horizontal li{
float: left;
margin-left: 10px;
margin-right: 25px;
margin-top: 6px;
}
#menu_horizontal li a{
 color: #ffffff;
 text-decoration: none;
}
#menu_horizontal li a:hover{
 color: #65A9C4;
 text-decoration: none;
}
/*----- bloques ------*/
#contentblock {
	width: 100%;
	background-color: #FFFFFF;
}
#leftcol {
	width: 250px;
	background-color: #DED5B3;
	float:left;
	clear:none;
}
#rightcol {
	width: 200px;
	background-color: #DED5B3;
	float:left;
	clear:none;
}
/*------------ Side box -------------*/
.float_left {
float:left;
}

.float_right {
float:right;
}
/* Adjust this width to fit your needs */
.box1 {
	margin: 13px;
}

.box1_head {
height:30px;
background-image:url(../images/sidebar_center.jpg);
}

/* To Center align the title add: text-align:center; */
.box1_head_text {
height:16px;
padding:7px 0 0 0;
color:#FFFFFF;
font-size:13px;
font-weight:bold;
}

.box1_content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px;
	color:#666666;
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: none solid solid solid;
	border-color: #FF7E06;
	background-color: #FFFFFF;
}
/*----- Categorias / menu vertical ------*/
#categorias {
	background-color:#FFFFFF;
	border-color: #DED5B3;
	border-width:5px;
	margin: 10px;
	border-style: solid;
	font-size:12px;
}
#catbox {
	border: 0px solid #dedede;
	width: 170px;
	font-size:12px;
	margin-left: 15px;

}
#categorias ul, li {
	list-style-type: none;
}

#categorias ul {
	margin: 0;
	padding: 0;
}

#categorias li {
	font-weight: bold;
}

#categorias a {
	text-decoration: none;
	color: #406488; 
	display: block;
	background: white url(../images/list.gif) no-repeat left center;
	padding:4px 2px 2px 20px;


}

#categorias a.Active { /* Style for LI that contains sub lists (other ULs). */
	background: white url(../images/open.gif) no-repeat left 5px;
}
#categorias a:hover {
	background-color: #FF7E06;
	color:#FFFFFF;
}
.categorias_top {
	font-size: 16px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	display:block;
	text-align:center;
	background-color: #FF7E04;
	color: #F8F5E4;
}
#categorias a.maincat {
}
#categorias a.subcat1 {
margin-left:10px;
}
#categorias a.subcat2 {
margin-left:20px;
}
#categorias a.subcat3 {
margin-left:30px;
}
/*----- Cajas laterales / listas ------*/

.searchbox {
	background-color:#FFFFFF;
	border-color: #DED5B3;
	border-width:1px;
	margin: 15px;
	border-style: dashed;
}
.box {
	background-color:#FFFFFF;
	border-color: #DED5B3;
	border-width:5px;
	margin: 10px;
	border-style: solid;
}
.softwareitem a{
	text-decoration: none;
	font-size:12px;
	margin: 0px 10px 0px 10px;
	padding: 5px 5px 5px 5px;
	border-bottom-color: #E1D6B0;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	display:block;
	color: #406488;
}
.softwareitem a:hover{
	background-color: #FF7E06;
	color:#FFFFFF;
}
#viewmore {
	display:block;
	width:105px;
	height:25px;
	text-align:center;
	background: white url(../images/btviewmore.png) no-repeat left center;
	position:relative;
}
#viewmore a{
	color:#274069;
	font-size:11px;
	text-transform: uppercase;
	top:5px;
	position:relative;
	text-decoration: none;	
}
#viewmore a:hover{
	color:#ffffff;
	text-decoration: none;	 
}
/*-----  ------*/
#fot {
margin-top: 5px;
}

#content {
	color: #406472;
	height: 100%;
	width: 510px;
	border-left: 1px solid #f6f6f6;
	border-right: 1px solid #f6f6f6;
	padding: 20px;
	background-color: #FFFFFF;
	float:left;
	clear:none;
}


#puntos {
	width: 100%;
	font-size: 11px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px dotted #C0C0C0;
	font-weight: bold;
	}
	
	
#titulos , .title{
	font: 24px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FF7E04;
}
#titulos a , .title a{
	color: #FF7E04;
}
#titulos a:hover, .title a:hover {
	color: #FF9C42;
	text-decoration:none;
}
.title_3colums {
font-size: 18px;
color: #406472;
font-weight: bold;
}

.item_field, .txtdescription {
	border-color: #DED5B3;
	border-width: 1px;
	border-style: dashed;
	padding: 10px;
	background-color: #F3F2E4;
}
.footer { 
 width: 100%;
 font-size: 14px;
 color: #FFFFFF;
 }
.footer a { 
 font-size: 14px;
 color: #FFFFFF;
 text-align: center;
	text-decoration: none;
 }

.footer a:hover{
	color: #DED5B3;
}