/* GENERAL RULES */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 15px;
	font-size: 13px;
	color: #000;
	background-color: #EFEFEF;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #000000;
}
	
/* PAGE STRUCTURE RULES */
#header {
	width: 918px;
	margin-right: auto;
	margin-left: auto;
	padding:0px;
	margin-top:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 80px;

}

#body {
	width: 918px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#footer {
	background-image: url(../image/footer.jpg);
	background-repeat: repeat-x;
	width: 918px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	font-weight: bold;
	color: #000000;
	height: 85px;
}

/* HEADER ELEMENTS RULES */

.header_left{
	background-image: url(../image/header_left.gif);
	background-repeat: repeat-x;
	width: 497px;
	height: 78px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	font-size: 13px;
}

.header_center{
	background-image: url(../image/header_center.gif);
	background-repeat: no-repeat ;
	width: 26px;
	height: 78px;
}

.header_right{
	background-image: url(../image/header_right.gif);
	background-repeat: repeat-x;
	width: 412px;
	height: 78px;
	vertical-align:top;
}

#header #logo {
	float: left;
	width: 918px;
	height: 308px;
	text-align: center;
	background-image: url(../image/header.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/** Admin area title **/
#header h1 {
	padding-top:10px;
	font-size:16px;
	text-align:center;
	height:20px;
}

/** Language selector **/
#header #language {
	text-align:right;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 4px;
}

#header #language a:link{
	color: #0052A8;
}
#header #language a:visited{
	color: #0052A8;
}

/* RSS */
#header #rss {
	text-align:right;
	padding-right: 15px;
	float:right;
	margin-top: 21px;
}

/* Favorites */
#header #favorites {
	text-align:right;
	padding-right: 15px;
	float:right;
	margin-top: 21px;
}

#header #favorites a:link{
	color: #0052A8;
}
#header #favorites a:visited{
	color: #0052A8;
}

/* BODY ELEMENTS RULES */
#breadcrumbs {
	display:none;
	padding:10px 5px 5px 20px;
	color: #FF8200;
}

#breadcrumbs a {
	color: #FF8200;
	font-weight: bold;
}

#body #content {
	width:auto;
	width: 918px;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#body #content h1 {
	margin:0px;
	font-size:18px;
	font-weight: bold;
	text-align:left;
	color: #1b28a3;
	padding: 10px;
	text-transform: uppercase;
	display:none;
}

#body #content h2 {
	margin:0px;
	font-size:16px;
	font-weight: bold;
	text-align:left;
	color: #1b28a3;
	padding: 10px;
	text-transform: uppercase;
}

#body #content h3 {
	margin:0px;
	font-size:14px;
	font-weight: bold;
	text-align:left;
	color: #1b28a3;
	padding: 10px;
	text-transform: uppercase;
}

/* Styles used in the sitemap */
#body #content dl {
}

#body #content dl dt {
	background-image: url(../image/vineta.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: 20px center;
}

#body #content dl dd {
	color:#999999;
}


#body #content #category {
	font-size:11px;
}

#body #content ul#category {
	padding-left: 0px;
	margin: 0px;
	display:none
}

#body #content #category ul{
	padding-left: 10px;
	padding-top:4px;
	padding-bottom:4px;
	margin: 0px;
}

#body #content #category ul li ul{
	margin:0px;
}

#body #content #category .category_header {
}

#body #content #category li{
	list-style:none;
	padding-top:4px;
	padding-bottom:4px;
}
#body #content #category li a {
	text-decoration: none;
}
#body #content #category li.active {
	color: #186bb8;
}
#body #content #category li li{
	list-style:none;
}
/** Styles used in the news section **/
#body #content #news {
	background: #F6F8FB url(../image/lightbluefadeout.gif) repeat-y scroll right top;
	width: 410px;
	margin-bottom: 18px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	clear:both;
}

#body #content #news a:hover{
	background-color: #FFFFEA;
}

/* FOOTER ELEMENTS RULES */
#footer #company_name {
	font-weight:bold;
}

#footer #contents{
}

a.external_link {
	background: url(../../resources/image/icon_external.gif) no-repeat 100% 0;
	padding: 0 20px 0 0;
}

#body #content #filter input, #body #content select{
	font-size: 10px;
	color: #0052A8;
	background-color: #DEE4EE;
}

#body #content #filter{
	font-size: 10px;
	background-color: #FFFFFF;
	border: 1px solid #1b279b;
	height: 24px;
	width: 410px;
	padding: 10px;
	clear: none;
	float: left;
}

/* Contenedor del menú vertical */
#vertical_navigation {
	vertical-align:top;
	padding:10px 5px 5px 0px;
	width:25%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

/* Contenedor del menú horizontal */
#horizontal_navigation {
	background-color:#FFFFFF;
	width: 918px;
	margin-right: auto;
	margin-left: auto;
}


/* CALENDAR RULES */
.non_special_date {
	color: #999999;
}
dl#glossary dt {
	margin-top: 11px;
	margin-bottom: 5px;
	color: #0052A8;
}
p#glossary_selector {
	color: #CCC;
	padding-top: 10px;
	padding-bottom: 18px;
	line-height: 20px;
	clear: none;
}
p#glossary_selector .active {
	color: #FF8200;
}
ol.pagination {
	margin-left: 0px;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align:center;
	color:#CCCCCC;
	padding: 0px;
	font-size: 12px;
}
ol.pagination li {
	display:inline;
	padding-right: 5px;
	padding-left: 5px;
}
ol.pagination li.previous_page {
	margin-right: 50px;
}
.pagination_pages {
	text-align:center;
	font-weight:bold;
}
#filter {

	margin-bottom: 0px;
}
p.content_empty {
	font-weight: bold;
	background-color: ;
	padding: 15px 10px;
	border: 1px dashed #b53c5c;
	text-align: center;
	margin-top: 15px;
}
p.category_description {
	display:none;
}

.tcategoria_top {
}

.tcategoria_left {
}
.tcategoria_center {
	margin:0px;
	width:250px;
}
.tcategoria_center a{
	color: #000000;
	text-decoration: none;
}

.tcategoria_center span{
}

.tcategoria_right {
}

.tcategoria_bottom {
}
/*-------------------------------------------------------------*/

.lineap{
	background-image:url(../image/lineap.gif);
	background-repeat:repeat-x;
	height:2px;
}

.menu_dos_ul {
	background:url(../image/bg_content.gif);
	height:44px;
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	vertical-align:bottom;
}

.menu_dos {
	position: relative;
	top: 7px;
	float: left;
	background-color: #d0f5a4;
	list-style: none;
	border-left: solid 1px #47760f;
	border-bottom: solid 1px #85a75d;
	border-top: solid 1px #294409;
	border-right: solid 1px #47760f;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 1.5px;
	margin-bottom: 0px;
	margin-left: 1.5px;
	color: #002c16;
	height:29px;
	padding-top: 3px;
	padding-right: 30px;
	padding-bottom: 3px;
	padding-left: 30px;
	background-image: url(../resources/skins/blue/image/bg_opciones.gif);
	background-repeat: repeat-x;
}
.menu_dosac {
	position: relative;
	top: 7px;
	float: left;
	background-color: #d0f5a4;
	list-style: none;
	border-left: solid 1px #47760f;
	border-bottom: solid 1px #FFFFFF;
	border-top: solid 1px #294409;
	border-right: solid 1px #47760f;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 1.5px;
	margin-bottom: 0px;
	margin-left: 1.5px;
	color: #002c16;
	height:29px;
	padding-top: 3px;
	padding-right: 30px;
	padding-bottom: 3px;
	padding-left: 30px;
	background-color:#FFFFFF;
}

.mapa_fo {
	background:url(../image/mapa_bg.gif);
	height:167px;
	background-repeat:repeat-x;
	padding:0px;
}

.mapa_v {
	background-repeat:no-repeat;
	padding:0px;
	background-image: url(../image/mapa_v.gif);
	background-position: bottom;
}

a.mapalink {
	color: #868686;
	text-decoration:none;
	font-weight: bold;
}

.contacto {
	background-color:#e5e5e5;
	background-image:none;
	color: #000000;
	font-weight: bold;
}

.contacto label{
	color: #000000;
	font-weight: bold;
	font-size: 12px;	
}

.tablaazul{
	border:solid;
	border-width:1px;
	border-color:#CCCCCC;
}

.tablaazultitulo{
	background-color:#1A26A3;
	height:24px;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.txt_testimonio{
	color:#666;
	padding:10px;
}
.autor_testimonio{
	padding:5px;
	font-size:0.7em;
	color:#900
}

.tablaazultitulo a{
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}
.tabla{
	border:#E5E5E5;
	border-width:1px;
	border-style:solid;
	background-color: #FFFFFF;
}

.breadcrumbs a{
	color:#FFFFFF;
}

.button{
	border: medium none ; 
	background-image: url(../image/bt_azul75.gif); 
	background-color: 
	transparent; 
	cursor: pointer; 
	color:#FFFFFF; 
	font-weight:bold ; 
	font-size:12px;
	width:75px;height:22px;
	padding-bottom:3px;
}
.product_table{
	width:100%;
}

.product_table th{
	background-color:#4f1079;
	text-transform: uppercase;
	color:#000000;
	font-weight:bold;
}
.product_table td{
	color:#000000;
}

