/* 

	project: internet services - 2nd edition
	author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */
*{ margin: 0; padding: 0; }* 
body {
	line-height: 1.6em;
	background: #fff;
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

a {
	color: #D41128;
	background: inherit;
}
a:hover { color: #6C757A; background: inherit; }

h1 {
	padding: 7px 0 0 8px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h1 a { color: #737373; background: inherit; }

.orange {
	color: #D41128;
}
.orange2 {
	color: #D41128;
	font-size: 23px;
}


sup { font-size: .5em; }

h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover {
	color: #D41128;
	background: inherit;
}
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }


map {
	padding: 0px;
}

p {
	margin: 0 0 5px 0;
	font-size: 12px;
	text-align: justify;
}

ul { list-style : none; }

/* fecha
   ------ */
   .date {
	color: #999999;   
   }

/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 980px;
	padding: 10px; 
}

.header { 
	/*height: 160px; para el doble banner*/
	height: 70px;
	background: #fff url(images/headerbg.gif) repeat-x bottom;
	color: #808080;
	margin: 3px 0;
	padding: 10px 0 0 0;
}

.header_doble_banner { 

	height: 170px;
	/*background: #fff url(images/headerbg.gif) repeat-x bottom;*/
	color: #808080;
	margin: 3px 0;
	padding: 10px 0 0 0;
}

.top_info {
	float: right;
	width: 555px;
	padding: 5px 0 4px 0;
	color: #808080;
}

	.top_info_left {
		width: 200px;
		float: left;
	}

	.top_info_right {
		float: right;
		width: 295px;
		padding: 0 0 0 35px;
		border-left: 1px solid #eee;
	}

.browse_category  {
	width: 260px;
	color: #FFF;
	background: inherit;
}


.bar {
	clear: both;
	
	font-size: 1.1em;
	height: 30px;
	color: #FFF;
	background-color: #D41128;
	background-image: url(images/menubg.gif);
	background-repeat: repeat-x;
	background-position: right center;
	
}

.soloreg {
	background-image: url(images/soloregif.gif);
	background-repeat: no-repeat;

}

.nove{
	background-image: url(images/novedad.gif);
	background-repeat: no-repeat;

}
 
.bar h1 {
	float: right;
	padding: 2px;
}

.bar2 {
	clear: both;
	font-size: 16px;
	color: #D41128;
	background-color: #CCCCCC;
}

	.bar2 li { 
		padding: 6px 12px 6px 12px;
		color: #FFEADC;
		float: left; 
	}
	
	.bar2 li.active { 
		color: #fff;
		font-weight: bold; 
		
	}
	
	.bar2 li a {
	font-weight: bold;
	color: #D41128;
	text-decoration: none;
	} 
	
	.bar2 li a:hover {
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
	} 

	
.subbar {
	clear: both;
	font-size: 1.1em;
	height: 30px;
	color: #666666;
	background: #FF9148 url(images/menusubbg.gif) repeat-x;
	text-align: right;
}

	.subbar h1 {
	text-align: left;
	font-size: 14px;
	float: left;
	}

	.subbar ul {
	float: right;
	}
	.subbar li {
	padding: 6px 12px 6px 12px;
	color: #666666;
	float: left;
	}
	
	.subbar li.active {
	background: #E0691A url(images/bar.gif) repeat-x;
	color: #666666;
	font-weight: bold;		
	}
	
	.subbar li a { 
		font-weight: bold;
		color: #666666; 
		background: inherit;
		text-decoration: none;
	} 

	.subbar li a:hover {
	font-weight: bold;
	color: #FF9933;
	background: inherit;
	text-decoration: none;
	} 


	
/* search form */
.search_field { 
	
	color: #808080;
	clear: both;
	font-weight: bold;
	padding: 7px 12px 10px 10px;
	margin: 5px 0;
}
	input.search {
	width: 292px;
	border: 0;
	background: #FFF url(images/input.gif) no-repeat;
	padding: 4px;
	color: #D41128;
	font-weight: bold;
	margin: 0 0 0 3px;
	}
	input.submit {
	border: 0;
	padding: 4px 0;
	width: 65px;
	margin: 0 10px 1px 0;
	color: #FFF;
	font: bold 1em Arial, Sans-Serif;
	background-color: #B40009;
	background-image: url(images/submit.gif);
	background-repeat: no-repeat;
	}
	.grey { color: #808080; background: inherit; font-weight: normal; }
	.search_form { float: right; }


/* search form registro */
.search_field2 { 
	color: #808080;
	clear: both;
	font-weight: bold;
	padding: 7px 12px 10px 10px;
	margin: 5px 0;
}
	input.search2 {
	width: 200px;
	border: 1;
	padding: 4px;
	color: #D41128;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 3px;
	height: 18px;
	font-size: 12px;
	}
	input.submit2 {
		background: #E0691A url(images/submit.gif) no-repeat;
		border: 0;
		padding: 4px 0;
		width: 65px;
		margin: 0 10px 1px 0;
		color: #FFF;
		font: bold 1em Arial, Sans-Serif;
	}
	.grey2 { color: #808080; background: inherit; font-weight: normal; }
	.search_form2 { float: right; }

/* left side
   --------- */
   
   
   

.left {
	float: left;
	width: 700px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.left2 {
	float: left;
	width: 800px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}




.left h2 {
	clear: both;
	background: #E8E8E8 url(images/h2bg.gif) no-repeat center left;
	color: #444;
	padding: 3px 0 4px 43px;
	font: bold 1.4em "Trebuchet MS", Arial, Sans-Serif;
	margin: 0 0 10px 0;
}
	.left_side {
	float: left;
	width: 350px;
	background: #FFF url(images/dotted.gif) repeat-y;
	color: #414141;
	text-align: justify;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	}
		
.left_side a, .right_side a {
	color: #D41128;
}
	
	.left_publi {
	float: left;
	width: 350px;
	background: #FFF url(images/dotted.gif) repeat-y;
	color: #414141;
	text-align: justify;
	;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	}
		
	.left_publi a, .right_publi a {
	color: #D41128;
	background: #FFF;
}
	
	.left_box { 
		margin: 0 0 10px 0; 
		color: #000; 
		background: #FFF; 
		padding: 3px 0; 
	}
	.right_side {
	float: right;
	width: 280px;
	background: #FFF url(images/dotted.gif) repeat-y;
	color: #414141;
	padding: 0 0 0 30px;
	margin: 10px 0;
	text-align: justify;
	}
	
	.right_publi {
	float: right;
	width: 280px;
	background: #FFF url(images/dotted.gif) repeat-y;
	color: #414141;
	text-align: justify;
	;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	}
	.right_box { 
		margin: 0 0 10px 0; 
		color: #000; 
		background: #FFF; 
		padding: 3px 0; 
	}
	
/* center
   --------- */
   
   
   

.center {
	float: left;
	width: 980px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}


.center h2 {
	clear: both;
	background: #E8E8E8 url(images/h2bg.gif) no-repeat center left;
	color: #444;
	padding: 3px 0 4px 43px;
	font: bold 1.4em "Trebuchet MS", Arial, Sans-Serif;
	margin: 0 0 10px 0;
}
	.center_side {
	float: left;
	width: 350px;
	background: #FFF url(images/dotted.gif) repeat-y;
	color: #414141;
	text-align: justify;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	}
		
	.center_side a, .right_side a { color: #414141; background: #FFF; }
	
	.center_publi {
	float: left;
	width: 350px;
	background: #FFF url(images/dotted.gif) repeat-y;
	color: #414141;
	text-align: justify;
	;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	}
		
	.center_publi a, .right_publi a { color: #414141; background: #FFF; }
	
	.center_box { 
		margin: 0 0 10px 0; 
		color: #000; 
		background: #FFF; 
		padding: 3px 0; 
	}

			
/* right side
   ---------- */
		
.right {
	float: right;
	width: 260px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	Z-index :0
}


	.right h3 {
		background: #BDBDBD  url(images/h3bg.gif) no-repeat center right;
		color: #FFF;
		padding: 8px 0 8px 5px;
		font: bold 1em Tahoma, Arial, Sans-Serif;
		margin: 0 0 3px 0;
	}	
	
	.right b {
	text-align: left;
	}
	.right_articles {
		background: #f5f5f5;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px 0;
	}
	.notice {
		background: #eee;
		color: #808080;
		padding: 12px 8px;	
		margin: 0 0 3px 0;
	}
	.image {
		float: left;
		margin: 0 9px 3px 0;
	}
	
	.image_publi {
	  float: center;
	}
	
	
.right2 {
	float: right;
	width: 180px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	Z-index :0
}


		.right2 h3 {
		background: #BDBDBD  url(images/h3bg.gif) no-repeat center right;
		color: #FFF;
		padding: 8px 0 8px 5px;
		font: bold 1em Tahoma, Arial, Sans-Serif;
		margin: 0 0 3px 0;
	}

	.right2 h3 {
		background: #BDBDBD  url(images/h3bg.gif) no-repeat center right;
		color: #FFF;
		padding: 8px 0 8px 5px;
		font: bold 1em Tahoma, Arial, Sans-Serif;
		margin: 0 0 3px 0;
	}
	.right2_articles {
		background: #f5f5f5;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px 0;
	}


	
	/* menu izquierdo
   ---------- */
		
.men_left {
	float: left;
	width: 250px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	Z-index :0
}
	.men_left h3 {
		background: #BDBDBD  url(images/h3bg.gif) no-repeat center right;
		color: #FFF;
		padding: 8px 0 8px 5px;
		font: bold 1em Tahoma, Arial, Sans-Serif;
		margin: 0 0 3px 0;
	}
	.right_articles {
		background: #f5f5f5;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px 0;
	}
	
	.right_articles a {
	text-align: left;
	text-decoration: none;
	}
		
	.notice {
		background: #eee;
		color: #808080;
		padding: 12px 8px;	
		margin: 0 0 3px 0;
	}
	.image {
		float: left;
		margin: 0 9px 3px 0;
	}
	
	.image_publi {
	  float: center;
	}

/* capa enlaces
   ------ */

#enlaces  a{
	color: #D41128;
}

#enlaces  table{
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #B40009;
	border-bottom-color: #B40009;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-color: #E8E8E8;
	border-left-color: #E8E8E8;
	margin: 4px;
}


/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	line-height: 2em;
}
	.footer a { color: #808080; background: #fff; }
	.footer p {
	text-align: center;
}

#search {
	text-align: left;
	height: 70px;
}
