/**
* @package      LiveCMS
* @Copyright    Copyright (C) 2002 - 2007 Daniel Calisaya / Live Developers
* @license      http://www.livecms.com
* @author       Daniel Calisaya
* @version      $Id: general.css,v 1.2 2007/10/25 05:43:24 dcali Exp $
* @desc         Estilo llamado general.css
**/ /* Body es para el fondo o centrar el conteido */
body {
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}

/* Header es para la cabecera */
#header {
	position: relative;
	width: 340px;
	float: right;
}

/* Wrapper es para centrar y poner tamaño de la pagina*/
#wrapper {
	margin: auto;
	width: 835px;
	text-align: left;
}

#wrapper td {
	font-size: 12px;
}

#wrapper #header_logo {
	float: left;
}

#footer {
	background-image: url(../images/background_footer.jpg);
	background-repeat: repeat-x;
	height: 36px;
	margin: auto;
	padding-top: 30px;
	color: #060;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: left;
	font-size: 10px;
}

#content {
	padding: 10px;
	color: #333;
}

#sidebar {
	padding: 4px;
}

#content h2 {
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2B9AD5;
	font-size: 14px;
}

#content .date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
}

#content img {
	padding: 0px;
	margin: 0px;
}

a {
	color: #06C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #F60;
}

#content h3 {
	margin: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2B9AD5;
	font-size: 13px;
}

.thumbimage {
	border: solid #1f60d6 1px;
	margin: 3px;
}

.detail {
	font-size: 12px;
	text-align: justify;
}

ul,li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#crumbs {
	height: 2.3em;
	border: 1px solid #dedede;
}

#crumbs li {
	float: left;
	line-height: 2.3em;
	color: #777;
	padding-left: .75em;
}

#crumbs li a {
	background: url(../images/crumbs.gif) no-repeat right center;
	display: block;
	padding: 0 15px 0 0;
}

#crumbs li a:link,#crumbs li a:visited {
	color: #777;
	text-decoration: none;
}

#crumbs li a:hover,#crumbs a:link,#crumbs a:visited,#crumbs li a:focus {
	color: #dd2c0d;
}

#wrapper h4 {
	font-size: 14px;
	color: #F39320;
	font-style: italic;
}

#anunciese {
	padding: 4px;
	border: 4px solid #BAD5F0;
	background-color: #F5F5F5;
}

#anunciese h3 {
	color: #27659C;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.anunciese_content {
	color: #333;
	background-color: #E6E7E8;
	margin: 0px;
	padding: 8px;
}

.anunciese_content ul,.anunciese_content li {
	list-style-position: inside;
	list-style-type: disc;
}

#anunciese h2 {
	font-size: 16px;
	color: #F33;
}

.banner1 {
	width: 200px;
	height: 59px;
	padding: 0px;
	overflow: hidden;
}

.messagediv {
	display: none;
}

.relleno_nav {
	background-image: url(../images/nav_relleno.gif);
	background-repeat: repeat-x;
}

/*** ESSENTIAL STYLES ***/
.sf-menu,.sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu {
	line-height: 1.0;
}

.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
	width: 100%;
}

.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
	float: left;
	position: relative;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu li:hover ul,.sf-menu li.sfHover ul {
	left: 0;
	top: 2.5em; /* match top ul list item height */
	z-index: 99;
}

ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

ul.sf-menu li li:hover li ul,ul.sf-menu li li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 1em;
}

.sf-menu a {
	border-left: 1px solid #fff;
	padding: .75em 1em;
	text-decoration: none;
}

.sf-menu a,.sf-menu a:visited {
	/* visited pseudo selector so IE6 applies text colour*/
	color: #fff;
}

.sf-menu li {
	
}

.sf-menu li li {
	background: #6B96DC;
}

.sf-menu li li a {
	border-top: 1px solid #CFDEFF;
}

.sf-menu li li li {
	background: #0066CC;
}

.sf-menu li:hover,.sf-menu li.sfHover,.sf-menu a:focus,.sf-menu a:hover,.sf-menu a:active
	{
	color: #fefefe;
	outline: 0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 2.25em;
	min-width: 1px;
	/* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
	position: absolute;
	display: block;
	right: .75em;
	top: 1.05em; /* IE6 only */
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	background: url('../images/arrows-ffffff.png') no-repeat -10px -100px;
	/* 8-bit indexed alpha png. IE6 gets solid image only */
}

a>.sf-sub-indicator { /* give all except IE6 the correct values */
	top: .8em;
	background-position: 0 -100px;
	/* use translucent arrow for modern browsers*/
}

/* apply hovers to modern browsers */
a:focus>.sf-sub-indicator,a:hover>.sf-sub-indicator,a:active>.sf-sub-indicator,li:hover>a>.sf-sub-indicator,li.sfHover>a>.sf-sub-indicator
	{
	background-position: -10px -100px;
	/* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background-position: -10px 0;
}

.sf-menu ul a>.sf-sub-indicator {
	background-position: 0 0;
}

/* apply hovers to modern browsers */
.sf-menu ul a:focus>.sf-sub-indicator,.sf-menu ul a:hover>.sf-sub-indicator,.sf-menu ul a:active>.sf-sub-indicator,.sf-menu ul li:hover>a>.sf-sub-indicator,.sf-menu ul li.sfHover>a>.sf-sub-indicator
	{
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background: url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}

.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/*** ESSENTIAL STYLES ***/
.sf-menu,.sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu {
	line-height: 1.0;
}

.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
	width: 100%;
}

.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
	float: left;
	position: relative;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu li:hover ul,.sf-menu li.sfHover ul {
	left: 0;
	top: 2.5em; /* match top ul list item height */
	z-index: 99;
}

ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

ul.sf-menu li li:hover li ul,ul.sf-menu li li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

.error {
	color: #F00;
	margin: auto;
	font-size: 11px;
}

.article_parent {
	background-color: #FFFFF1;
}

#content .category_resume {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #6993D8;
	text-align: justify;
}

#content h1 {
	font-family: "Arial Black", Arial;
	font-size: 16px;
	color: #E8E8E8;
	background-image: url(../images/bg-category.jpg);
	background-repeat: no-repeat;
	letter-spacing: 2px;
	height: 25px;
	padding-left: 10px;
	font-weight: normal;
}

.image_size {
	height: 100px;
	width: 100px;
	border: 1px solid #2B9AD5;
	text-align: center;
}

.logo_store {
	text-align: center;
}

#content  .text {
	font-size: 12px;
	text-align: justify;
	list-style-type: disc;
}

#footer td {
	font-size: 10px;
}

#content ul,#content li {
	list-style-position: inside;
	list-style-type: disc;
}

#content img {
	padding: 4px;
}

#tabs td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCEBCC;
}

optgroup {
	display: none;
}