@charset "UTF-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	color: #666;
	font-size: 12px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.bordemenu {
	background-color: #666666;
	height: 1px;
}
.titu_menu_izq {
	color: #FFF;
	background-color: #333;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 5px;
	height: 22px;
}
.tipo_menu_izq {
	color: #333;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 5px;
	text-decoration: none;
	text-transform: capitalize;
}
a.tipo_menu_izq:link {
	color: #333;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-decoration: none;
}
a.tipo_menu_izq:visited {
	color: #333;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-decoration: none;
}

a.tipo_menu_izq:hover{
	color: #333;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-decoration: none;
}
a.tipo_menu_izq:active {
	color: #333;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-decoration: none;
}

.sub_menu_form {
	font-size: 13px;
	color: #333;
	text-align: left;
	height: 28px;
	line-height: 100%;
}
.sub_menu_select {
	font-size: 13px;
	color: #333;
	width: 95%;
}
.grilla_izq {
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 5px;
}
.grilla_der {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 5px;
}
.titu_grilla {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.txtDetalle {
	font-size: 11px;
}
/*---
#barra_links {
	color: #FFF;
	background-color: #333;
	height: 21px;
	padding-top: 3px;
	padding-left: 5px;
}---*/
#barra_links {
	color: #333;
	height: 21px;
	padding-top: 3px;
	padding-left: 5px;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.item_informacion {
	background-color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	height: 20px;
}
a.item_informacion:link {
	color: #333;
	background-color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	height: 20px;
}
a.item_informacion:visited {
	color: #333;
	background-color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	height: 20px;
}
a.item_informacion:hover {
	color: #333;
	background-color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	height: 20px;
}
a.item_informacion:active {
	color: #333;
	background-color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	height: 20px;
}
.txt1_empre {
	line-height: 21px;
}
.txt2_empre {
	line-height: 20px;
}
.tabla_especif {
/*	padding: 5px;
	border: thin solid #333;*/
}
.tabla_espec_titu {
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background-color: #999;
}
.tabla_espec_titu_sf {
	font-weight: bold;
	text-align: center;
	color: #333;
}
.tabla_espec_par {
	background-color: #FFF;
	text-align: center;
}
.tabla_espec_impar {
	background-color: #E9E9E9;
	text-align: center;
}
.tabla_espec_tipo {
	text-align: left;
	padding-left: 5px;
}
.imprimir {
	font-weight: bold;
	color: #333;
	background-color: #FC0;
	display: block;
	text-decoration: none;
	text-align: center;
	height: 25px;
	vertical-align: middle;
	padding-top: 7px;
}

/*--------------------CYCLER------------------------*/
cycler {
	position: relative;
}
#cycler img {
	position: absolute;
	z-index: 1;
	background-color: white;
	border: thin solid #000;
}
#cycler img.active {
	z-index: 3
}
