/* project: internet services template
   author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */
   
body { 
	padding: 0; 
	margin: 0; 
	font: 0.7em Tahoma, sans-serif; 
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
}

a {	color: #E0691A;	background: inherit; text-decoration:none;}
a:hover { color: #E0691A; background: inherit; text-decoration:underline; }
a:visited { color: #bf4c00; background: inherit; }


h1 { font: normal 2.1em Arial, Sans-Serif; letter-spacing: -1px; padding: 7px 0 0 8px; margin: 0; }
.dark  { color: #737373; background: inherit; font-weight: bold; }
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { margin: 0; padding: 0; font: bold 1.7em Arial, Sans-Serif; letter-spacing: -1px; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }

p {	margin: 0 0 5px 0; }

hr {
	border: none;
	display: block;
	height: 1px;
	background-color:#CCCCCC;
	color: #CCCCCC;
}

ul { margin: 0; padding : 0; list-style : none; }

form { 	margin: 0; }

input.search { 
	width: 292px; 
	border: 0;
	background: #FFF url(input.gif) no-repeat;
	padding: 4px; 
	color: #E0691A;
	font-weight: bold;
}

input.submit {
	background: #E0691A url(submit.gif) no-repeat;
	border: 0;
	padding: 4px 0;
	width: 65px;
	margin: 0 15px 1px 0;
	color: #FFF;
	font: bold 1em Arial, Sans-Serif;
}

input.login { 
	width: 150px;
	border: none; 
	padding: 4px; 
}

/* layout
   ------ */

.logo {
	float: left;
	position: relative;
	left: 10px;
	top: 10px;
}
.content {
	margin: 0 auto;
	width: 900px;
	padding: 10px;
	height:100%;
}

.header { 
	/*height: 70px;
	background: #eee;
	color: #808080;
	margin: 3px 0;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #ccc;*/
	
	height: 70px;
	background: #eee;
	background-image:url(../img/cabecera01.JPG);
	color: #808080;
	margin: 3px 0;
	border-bottom: 1px solid #ccc;
}

.top_info {
	float: right;
	width: 555px;
	/*padding: 5px 0 4px 0;
	border-bottom: 1px solid #eee;
	background: #eee;
	color: #808080;*/
}

	.top_info_left {
		width: 200px;
		float: left;
	}

	.top_info_right {
		float: right;
		width: 290px;
		color:#FFFFFF;
		
		/*padding: 0 0 0 35px;
		border-left: 1px solid #eee;*/
	}

.browse_category  {
	font-size: 0.9em;
	width: 190px;
	color: #FFF;
	background: inherit;
}

/*.bar {
	clear: both;
	font-size: 1.1em;
	height: 30px;
	color: #FFF;
	margin: 0 0 0 0px;
	background: #FF9148;
	text-transform: capitalize;
}

	.bar li { 
		margin: 0; 
		padding: 7px 12px 5px 12px;
		color: #FFEADC;
		background: #FF9148;
		float: left; 
	}
	
	.bar li.active { 
		background: #E0691A url(../img/bar.gif) no-repeat center top; 
		color: #fff;
		font-weight: bold; 
		padding: 7px 10px 6px 10px;
	}
	
	.bar li a { 
		font-weight: bold;
		color: #FFF; 
		background: inherit;
		text-decoration: none;
	} 
	
	.bar li a:hover { 
		color: #E0691A; 
		background: inherit;
	} */
	
	.bar {
	clear: both;
	font-size: 1.1em;
	width:900px;
	height: 27px;
	color: #FFF;
	margin: 0 0 0 0px;
	background:url(../img/fondo_menu.GIF);
	
	float: left; 		
}

.barCab {
	/*clear: both;
	font-size: 1.1em;
	height: 30px;
	color: #FFF;
	margin: 0 0 0 0px;
	background: #FF9148;*/
	/*width:100%px;
	height: 10px;*/
	color: #FFF;
	float: left; 
	background:url(../img/fondo_menu_on.GIF);
	
	height: 27px;
		
}

	.barCab li { 
		/*margin: 0; 
		padding: 7px 12px 5px 12px;
		color: #FFEADC;
		background: #FF9148;
		float: left; */
		margin: 0; 
		padding: 7px 12px 5px 12px;
		color: #FFEADC;
		background:url(../img/fondo_menu.GIF);
		float: left; 
	}
	
	.barCab li.active { 
	/*	background:#E0691A url(../img/bar.gif) no-repeat center top; 
		color: #fff;
		font-weight: bold; 
		padding: 7px 10px 6px 10px;*/
	  background: url(../img/flecha_menu_on.gif) no-repeat center  top;
	  font-weight: bold; 
	 /* padding: 7px 10px 6px 10px;*/
	}
	
	.barCab li a { 
		font-weight: bold;
		color: #FFF; 
		/*background: inherit;*/
		background:fixed;
		text-decoration: none;
	} 
	
	.barCab li a:hover { 
		color: #E0691A; 
		/*background: inherit;*/
		background:fixed;
	} 

.subMenu{
    background:url(../img/fondo_submenu.GIF) bottom;
	/*height: 30px;*/
	margin: 0px 0px 0px 0px;
	line-height:inherit;
 /*   position:relative;*/
	
	height: 27px;
	 float:left;
	 width:900px;
}
.search_field { 
	background: #fff url(../img/searchbg.gif) no-repeat right; 
	color: #808080;
	clear: both;
	font-weight: bold;
	padding: 7px 25px 10px 10px;
	margin: 5px 0;
}

.grey {
	color: #808080;
	background: inherit;
	font-weight: normal;
}

.search_form {
	float: right;
	height: 27px;
	position: relative;
	right: 5px;
}

.subheader {
	margin: 0px 0 10px 0;
	border-bottom: 1px solid #eee;
	padding: 5px 0 5px 0;
	background: #A4A4A4;
	color: #fff;
}

/* left side
   --------- */

.left {
	float: left;
	width: 65%;
	margin: 0 0 10px 0;
}

.left h3 {
	clear: both;
	background: #A9C0CE url(../img/corner.gif) no-repeat top right;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
}
	.left_side {
		float: left;
		width: 180px;
		padding: 0 0 0 10px;
		margin: 10px 0;
	}
		
	.left_side a, .right_side a {
	color: #414141;
	background: #FFF;
	text-decoration: none;
}

	.left_side a:hover, .right_side a:hover {
	color: #414141;
	background: #FFF;
	text-decoration: underline;
}
		
	.right_side {
		float: right;
		width: 220px;
		background: #FFF url(../img/dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 40px;
		margin: 10px 0;
	}
		
	.left_box { margin: 0 0 10px 0; color: #000; background: #FFF; padding: 3px 0; }
	
.left li {
	margin-left: 1.4em;
	padding-left: 0;
	background: none;
	list-style-type: disc;
}

/*
table.spip {
	align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}

table.spip tr.row_first {
	background-color: #FCF4D0;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

table.spip tr.row_odd {
        background-color: #F0F0F0;
}

table.spip tr.row_even {
        background-color: #F0F0F0;
}

table.spip td {
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
*/
/* foro
   --------- */

.foro {
	/*float: left;*/
	width: 100%;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.foro h3 {
	clear: both;
	background: #A9C0CE url(../img/corner.gif) no-repeat top right;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
}

.foro_lista{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.foro_lista td {
	background-color: #f5f5f5;
	border: 1px solid #CCCCCC;
		
	margin:0px;
	padding: 3px;
}

.foro_lista td.izq {
	width:70%;
	text-align: left;
}

.foro_lista td.der {
	width:30%;
	text-align: right;
}

.foro_tema{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.foro_tema td {
	background-color: #f5f5f5;
	border: 1px solid #CCCCCC;
	margin:0px;
	padding: 3px;
	vertical-align: top;
}

.foro_tema td.izq {
	width:20%;
	text-align: left;
}

.foro_tema td.der {
	width:80%;
	text-align: left;
}

.foro_tema td.separa {
	background-color: #f5f5f5;
	border: 1px solid #CCCCCC;
}
	
.foro_lista td.cabeceraIzq {
	background-color:#999999;
	width:60%;
   text-align: left;
}

.foro_lista td.cabeceraDer {
	background-color:#999999;
	width:20%;
   text-align: left;
}

/* DESCARGAS */

.caja_descarga {
	margin-left: 30px;
	margin-top: 30px;
}
.caja_descarga h1 {
	font: bold normal 1.2em Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 5px;
	color: #000000;
}
.descarga li {
	margin-left: 1.4em;
	padding-left: 0;
	background: none;
	list-style-type: none;
	margin-bottom: .5em;
	margin-top: .5em;
}

.descarga a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.documentos {
	float: right;
	margin-right: 10px;
}

.documentos li {
	list-style-type: none;
}

.documentos img {
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
	top: 10px;
}

.doc_texto {
	margin-top: 50px;
}



/* PROPIOS SPIP */

.spip_documents_center {
	margin: 0 9px 3px 0;
}

.spip_documents_left {
	float: left;
	margin: 0 9px 3px 0;
}

.spip_documents_right {
	float: right;
	margin: 0 9px 3px 0;
}

h3.spip {
	margin: 0; padding: 0; font: bold 1.7em Arial, Sans-Serif; letter-spacing: -1px; 
	font-size: 1.3em; margin-bottom: 5px; color: #000; background: inherit; 
}
/* right side
   ---------- */
		
.right {
	float: right;
	width: 34.6%;
	margin: 0 0 10px 0;
}

.right h3 {
	background: #6C757A  url(../img/corner.gif) no-repeat top right;
	color: #FFF;
	padding: 7px 0 7px 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 a.texto {
		color: #000000;
	}
	
.image {
	float: left;
	margin: 0 9px 3px 0;
}

img {
	border: 0px none;
	/*background: url("../img/cargando.gif") no-repeat center center;*/
}

img.logosertec {
	border: 0px none;
	background: url("") no-repeat center center;
}
/* consultas
   --------- */

.barSoporte {
	clear: both;
	height: 26px;
	color: #FFF;
	margin: 0 0 0 0px;
	background: #A9C0CE url(../img/corner.gif) no-repeat top right;
	text-transform: capitalize;
	font: bold 1em Tahoma, Arial, Sans-Serif;
}

	.barSoporte li {
	margin: 0;
	padding: 7px 10px 6px 10px;
	color: #A9C0CE;
	background: #A9C0CE;
	float: left;
	list-style-type: none;
	}
	
	.barSoporte li.activo { 
		background: #7499AF url(../img/bar.gif) no-repeat center top; 
		color: #fff;
		font-weight: bold; 
		padding: 7px 10px 6px 10px;
	}
	
	.barSoporte li a { 
		font-weight: bold;
		color: #FFF; 
		background: inherit;
		text-decoration: none;
	} 
	
	.barSoporte li a:hover { 
		color: #7499AF; 
		background: inherit;
	} 


.Text
{
font-family:Verdana;
font-size:10px;
color:Black;
}
.Input
{
background:#FFFFFF;
border:1px;
border-color:black;
border-style:solid;
font-family:Verdana;
font-size:10px;
font-weight:normal;
color:Black;
} 
.Boton2
{background: #D4D0C8;
color: #000000;
font-size: 11px;
padding: 0px 5px;
font-weight: normal;
text-decoration: none;
border: 1px solid #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* footer
   ------ */
.footer ul {
	margin: 0;
	padding : 0;
	list-style : none;
	margin-left:auto;
	margin-right:auto;
}

.footer li { 
		margin: 0; 
		padding: 7px 12px 5px 12px;
		float: left; 
}

.footer { 
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
	margin-left:auto;
	margin-right:auto;
	bottom:0px;
}

.footer a { color: #808080; background: #fff; }