/* AB_Deviant: Absalom Media Deviant theme 
   Inspired by CSS Zen Garden 
   CSS Licence Details
   by Lawrence Meckan
      Absalom Media  
      http://www.absalom.biz
   Published 2nd January 2004
   Licenced under the Creative Commons Attribution-NonCommercial-ShareAlike License.
   http://creativecommons.org/licenses/by-nc-sa/1.0/ 
   Do not remove this statement under any circumstances
*/


body {
	margin : 0; 
	padding : 0; 
	text-align : center; 
	font-family : "Lucida Grande","Lucida Sans Unicode",geneva,arial,verdana,sans-serif; 
	background : black; /* jose: cambio fondo a negro*/
} 


#container
{
	z-index:1;
	top: 10px;
	text-align:left;
	width: 920px;
	margin-left: 5px;
	margin-right: 5px; 
	text-align: left;
	border-top: 1px;
	border-right: 1px;
	border-bottom: 0;
	border-left: 1px;
	border-style: solid;
	border-color: black; /*jose: laterales de la web*/
	position: relative;
	background-color:  #000033;
	}


#navbar {
	width: 240px;
	height : 204px; 
	margin : 0px 0px -204px 680px; 
	padding : 0; 
	position : relative;
    background-color:  black;
	/*border: white 1px solid;*/
} 

a#news {
	width : 50px; 
	height : 19px; 
	margin : 0; 
	padding : 0; 	
	background : url(../images/newson.png) no-repeat 0% 0%; 
	text-decoration : none; 
	position : absolute; 
	top : 9px; 
	left :195px; 
} 

a#news:hover {
	background-position : 0 -19px; 
} 

a#services {
	width : 80px; 
	height : 19px; 
	margin : 0; 
	padding : 0; 
	background : url(../images/servon.png) no-repeat 0% 0%; 
	text-decoration : none; 
	position : absolute; 
	top : 8px; 
	left : 260px; 
} 

a#services:hover {
	background-position : 0 -19px; 
} 

a#design {
	width : 75px; 
	height : 19px; 
	margin : 0; 
	padding : 0; 
	background : url(../images/deson.png) no-repeat 0% 0%; 
	text-decoration : none; 
	position : absolute; 
	top : 8px; 
	left : 358px; 
} 

a#design:hover {
	background-position : 0 -19px; 
} 

a#folio {
	width : 110px; 
	height : 19px; 
	margin : 0; 
	padding : 0; 	
	background : url(../images/folioon.png) no-repeat 0% 0%; 
	text-decoration : none; 
	position : absolute; 
	top : 8px; 
	left : 463px; 
} 

a#folio:hover {
	background-position : 0 -19px; 
} 


#infobar {
	width: 680px;
	height : 25px; 
	margin : 0; 
	padding : 0; 
	background : black url(../images/infobar.png) no-repeat; 
	position : relative; 
} 

a#terms {
	width : 240px; 
	height : 62px; 
	margin : 0; 
	padding : 0; 
	background : url(../images/foro.gif) no-repeat 0% 0%; 
	text-decoration : none; 
	position : absolute; 
	top : 3px; 
	/*right : 340px; */
} 

a#terms:hover {
	background : url(../images/foro2.gif) no-repeat 0% 0%; 
} 

a#purchase {
	width : 240px; 
	height : 62px; 
	margin : 0; 
	padding : 0; 
	background : url(../images/radio.gif) no-repeat 0% 0%; 
	text-decoration : none; 
	position : absolute; 
	top : 70px; 
/*	right : 274px; */
} 

a#purchase:hover {
	background : url(../images/radio2.gif) no-repeat 0% 0%; 
} 

a#download {
	width : 240px; 
	height : 62px; 
	margin : 0; 
	padding : 0; 
	background : url(../images/space.gif) no-repeat 0% 0%; 
	text-decoration : none; 
	position : absolute; 
	top : 138px; 
	/*right : 175px;*/ 
} 

a#download:hover {
	background : url(../images/space2.gif) no-repeat 0% 0%;
} 


a#contact {
	width : 55px; 
	height : 9px; 
	margin : 0; 
	padding : 0; 
	background : url(../images/contacton.png) no-repeat 0% 0%; 
	text-decoration : none; 
	position : absolute; 
	top : 3px; 
	right : 110px; 
} 

a#contact:hover {
	background-position : 0 -18px; 
} 

#pageheader {
	position: relative;
	width : 680px; 
	height : 204px; 
	margin : 0; 
	padding : 0;
	z-index: 1;
	background : url(../images/logo.png) no-repeat;
	font-size: 60px;
	text-align: center;
	vertical-align: absmiddle;
} 


#searchbar
{
	width: 920px;
	height : 28px; 
	margin-bottom : 2px; 
	padding : 0; 
	background : black; 
	position : relative;
	z-index: 2; 
	border-top: #4b8cae 1px solid;
	border-bottom: #DDDDDD 1px solid;
}

a#admin {
	width : 50px; 
	height : 10px; 
	margin : 0; 
	padding : 0; 
	background : url(../images/aon.png) no-repeat 0% 0%; 
	text-decoration : none; 
	position : absolute; 
	top : 3px; 
	right : 620px; 
} 
a#admin:hover {
	background-position : 0 -18px; 
} 

#pathbox {
	width: 680px;
	height: 20px;
	position : relative; 
	top : 2px; 
	right :-10px; 
}

a#privacy {
	width : 50px; 
	height : 10px; 
	margin : 0; 
	padding : 0; 
	background : url(../images/privon.png) no-repeat 0% 0%; 
	text-decoration : none; 
	position : absolute; 
	top : 3px; 
	right : 75px; 
} 
a#privacy:hover {
	background-position : 0 -18px; 
} 


.datetime {
	color : white;
	font-family :  "Tahoma","Lucida Sans Unicode",geneva,arial,verdana,sans-serif;  
	font-size : 10px; 
} 

#contentsmall {
	position: relative;
	width : 705px;
	height: auto;
	padding : 2px 8px 2px 4px;
	/*border: black 1px solid;*/
	background-color: #000033;
} 

#content {
	position: relative;
	width : 678px; 
	background-color: #000033;	
	border: black 1px solid;
	height: inherit;
} 

#copyrights
{
	position: relative;
	padding : 5px 0px;
	background-color: #0d0d0d;
	width: 678px;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,arial,verdana,sans-serif; 
	font-size: 10px;
	text-align: left;
	vertical-align:baseline;
	z-index: 12;
	text-decoration : none; 
	color : rgb(0,0,255); 
	border-bottom : 1px dashed rgb(0,0,255); 
}

#footer
{
	position: relative;
	width: 680px;
	height : 32px; 
	margin : 0;	
	padding : 0; 
	background : white url(../images/footer.png) no-repeat;
	text-align: center; 
}


#cclicence
{
	position: relative;
	width: 680px;
	background: white;
	color: black;
	margin: auto;
	text-align: center;
	padding: 10px;	
}

#right {
	width : 200px; 
	margin : 1px 1px 1px 1px; 
	position : absolute; 
	top : 237px; 
	right : 0; 
	border-left : 1px dashed rgb(0,0,255); 
	background-color: #000033;
}


h1 {
	margin : 0; 
	padding : 1.5em 5px 0.4em 7px; 
	color: white;
	font-family : "Georgia", serif; 
	font-size : 16px; 
	font-weight : bold; 
} 


/* Core components of HTML and Mambo */

div {
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,arial,verdana,sans-serif;font-size: 12px;
	color: white;
}
/* jose: text-indent a 0 (sangrķa)*/
td,tr{
	text-indent: 0px; 
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,arial,verdana,sans-serif;font-size: 12px;
	color: white;
	}
/* jose: text-indent a 0 (sangrķa)*/
p {
margin : 0; 
padding : 0 7px 1.2em; 
color : rgb(193,193,193);
text-indent: 0px; 
font-size : 10px; 
line-height : 1.65em; 
} 
	
h4 {
	color: white; font-family: "Lucida Grande","Lucida Sans Unicode",geneva,arial,verdana,sans-serif;font-size: 16px; font-weight: bold;
	}
	
h5 {
	color: #4b8cae; font-family: "Lucida Grande","Lucida Sans Unicode",geneva,arial,verdana,sans-serif;font-size: 14px; font-weight: bold;
	}
	
h6 {
	color: #4b8cae; font-family: "Lucida Grande","Lucida Sans Unicode",geneva,arial,verdana,sans-serif;font-size: 12px; font-weight: bold;
	}

/* Links */
a:link, a:visited {
	font-size: 10px; 
	color: #4b8cae; 
	text-decoration: none;
	font-family:  "Lucida Grande","Lucida Sans Unicode",geneva,arial,verdana,sans-serif;}

a:hover {
	color: #4b8cae;
	text-decoration: none;
	}

/* Horizontal Line */	
hr {
	color: #4b8cae;
	}

/* --Default Class Settings-- */	
/* -- letras del menu -- */
a.mainlevel:link, a.mainlevel:visited {
	color: #4b8cae;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,arial,verdana,sans-serif;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 12px;
	}
	
a.mainlevel:hover {
	color: #39cbff;
	text-decoration: none;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #4b8cae;
	}

/* Content - Sections & Categories */
.contentpane {
	background-color: #000033;
	}

.contentpaneopen {
	border : 0px ridge #DCDCDC;
	}
	
.contentheading {
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,arial,verdana,sans-serif;font-size: 12px;
	font-weight: bold;
 	color:#4b8cae;
	text-align:left;
	}
	
.contentdescription {
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,arial,verdana,sans-serif;font-size: 10px;
	color: #808080;
	text-align: left;
	}
	
/* Links */
a.blogsection:link, a.blogsection:visited {
	color: #4b8cae; text-decoration: none; font-weight: normal;
	font-family:  "Lucida Grande","Lucida Sans Unicode",geneva,arial,verdana,sans-serif;}

a.blogsection:hover {
	color: #cfcd92; text-decoration: none;
	}
	
/*a.weblinks:link, a.weblinks:visited {
	color: #333333; text-decoration: none; font-weight: normal;
	font-family:  "Lucida Grande","Lucida Sans Unicode",geneva,arial,verdana,sans-serif;}

a.weblinks:hover {
	color: #cfcd92;	text-decoration: none;
	}
*/
a.readon:link, a.readon:visited {
	color: #4b8cae; text-decoration: none; font-weight: normal;
	font-family:   "Lucida Grande","Lucida Sans Unicode",geneva,arial,verdana,sans-serif;font-size: 10px;
	}

a.readon:hover {
	color: #CC6666;
	text-decoration: none;
	}

table.moduletable {
  margin: 0px 0px 20px 0px;
  width: 200px;
}
/* -- jose: fondo titulos de menus -- */
table.moduletable th {
	font: bold 13px "Lucida Grande","Lucida Sans Unicode",geneva,arial,verdana,sans-serif;color:#000000;
	height: 20px;
	width: 200px;
	text-align: left;
	white-space: nowrap;	
	background-color : #4b8cae;
	border-top : #ffffff 1px solid;
}
/* -- jose: fondo titulo de menu principal -- */
table.moduletable_menu th {
	font: bold 13px "Lucida Grande","Lucida Sans Unicode",geneva,arial,verdana,sans-serif;color:#000000;
	height: 20px;
    width: 200px;
	text-align: left;
	white-space: nowrap;	
	background-color : #4b8cae;
	border-top : #ffffff 1px solid;
}

table.moduletable td {
  font-size        : 10px;
  font-weight      : normal;
  padding:	1px;
}


.componentheading {
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,arial,verdana,sans-serif;font-size: 12px;
	font-weight: bold;
 	color: white;
	text-align:left;
	}
	
.button {
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,arial,verdana,sans-serif;font-style: normal;
	font-weight: bold;
	font-size: 10px;
	color: black;
	background-color : #4b8cae;
	border-style: solid;
	border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
	} 

.inputbox {
	text-indent: 5px; 
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,arial,verdana,sans-serif;font-size: 11px;
	font-weight: bold;
	color: #666666;
	background-color: #000033;
	border: 1px solid;
	}

/** category text format and links **/
.category {
	color: #999999; font-family: "Lucida Grande","Lucida Sans Unicode",geneva,arial,verdana,sans-serif;font-size: 10px; font-weight: bold; text-decoration: none;
	}

a.category:link, a.category:visited {
	color: #333333; font-weight: bold;
	background-color : #4b8cae;
	}

a.category:hover {
	color: #39cbff;
	}
	
.poll {
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,arial,verdana,sans-serif;font-size: 10px;
	color: #666666;
	line-height: 14px;
	}
	
.sectiontableentry1, .contentpane {
	background-color: #000033;
	}

.sectiontableentry2 {
	background-color: #000033;
	}

.sectiontableheader {
	color : #FFFFFF;
	font-weight : bold;
	}
	
.small {
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,arial,verdana,sans-serif;font-size: 9px;
	color: #626a77;
	text-decoration: none; 
	font-weight: normal;
	}

.createdate {
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,arial,verdana,sans-serif;font-size: 10px;
	color: #626a77;
	text-decoration: none; 
	font-weight: normal;
	}

.modifydate {
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,arial,verdana,sans-serif;font-size: 10px;
	color: #6a6bff;
	text-decoration: none; 
	font-weight: normal;
	}
			
ul {
	margin: 0px 0px 0px 0px;
	}

li {
	list-style: none inside url(../images/arrow.png);
	list-style-image: url(../images/arrow.png);
	}

.fase4rdf {
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,arial,verdana,sans-serif;font-size: 10px; color: #000000; font-weight: normal;
	}

a.fase4rdf:link {
	font-size: 10px; font-weight: normal; color: #333333;
	}

a.fase4rdf:hover {
	font-weight: bold; color: #d3ddbb;
	}	

table.searchintro {
  	background-color:  #4b8cae;
	border: solid 1px #777777;
	}

table.contact {
	background-color: #000033;
	}

table.contact td.icons {
	}

table.contact td.details {
	font-size: 10px;
	font-weight: bold;
	font-family: "Lucida Sans Unicode",geneva,arial,verdana,sans-serif;}

.pathway, a.pathway:link, a.pathway:visited {
	font-family: "Tahoma","Lucida Sans Unicode",geneva,arial,verdana,sans-serif;
	font-size: 10px;
	color: white;
}
a.pathway:hover {
	font-family: "Lucida Sans Unicode",geneva,arial,verdana,sans-serif;font-size: 10px;
	color: #4b8cae;
}





















