/* CSS Document */
html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ECECEC;
	color: #666666;
	background-image: url(../_images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center 1px;
}

td {
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding:0;
}

h1 a, h1 a:hover, h2 a, h1 a:hover, h3 a, h3 a:hover, h4 a, h4 a:hover, h5 a, h5 a:hover, h6 a, h6 a:hover {
	text-decoration: none;
}

h1 {
	margin-bottom: 5px;
	font-family: Impact, Charcoal, sans-serif;
	font-size: 31px;
	color: #A7A7A7;
	text-decoration: none;
	font-weight: normal;
	display: inline;
}

h2 {
	font-family: Impact, Charcoal, sans-serif;
	color: #7D7D7D;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 15px;
}

h3 {
	font-family: Impact, Charcoal, sans-serif;
	font-size: 15px;
	color: #666666;
	font-weight: normal;
}

p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

ul, li {
	margin: 0px;
	padding: 0px;
}

#content ul, li {
	list-style-position: inside;
	list-style-image: url(../_images/bullet1.gif);
	margin-bottom: 5px;
	vertical-align: middle;
}

#content ul li a {
	text-decoration: none;
}

form {
	margin: 0px;
	padding: 0px;
}

form input.texto, form select {
	margin: 0px;
	padding: 0px;
	height: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #999999;
	background-color: #EEEEEE;
}

form select {
}

input.submit {
	background : url(../_images/bt_bg.gif) left top no-repeat;
	background-image: url(../_images/bt_bg.gif);
	background-repeat: no-repeat;
	border: none;
	width: 123px;
	height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	vertical-align: middle;
	color: #454545;
	padding: 0;
	padding-left: 15px;
}
.error {
	color: #FF0000;
}

hr {
	color: #FFFFFF;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #C4C4C4;
	border-right-color: #CCCCCC;
	border-bottom-color: #E6E6E6;
	border-left-color: #CCCCCC;
}

.button {
	background-color: #666666;
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-weight: bold;
}

.clear {
	clear: both;
}

#header {
	margin: 0;
	padding: 0;
	height: 91px;
	background-image: url(../_images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ECECEC;
}

#logo {
	float: left;
	width: 64px;
	padding: 0px;
	margin-top: 23px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#footer {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 0;
	padding-left: 0;
	clear: both;
	font-size: 9px;
	letter-spacing: 0.1px;
}

#footer p {
	margin: 0;
	padding: 0;
	margin-top: 2px;
}

#footer hr {
	margin-bottom: 5px;
}
#title {
	margin: 0;
	padding: 0;
	text-align: center;
}

#header, #content, #footer {
	width: 672px;
	margin: 0;
	padding: 0;
	padding-right: 29px;
	padding-left: 29px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	vertical-align: top;
}

#container {
	margin: 0;
	padding: 0;
	background-image: url(../_images/section_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#menu {
	padding: 0px;
	float: right;
	background-image: url(../_images/menu/bg.jpg);
	background-repeat: repeat-x;
	height: 24px;
	vertical-align: middle;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 595px;
}

#menu ul {
	margin: 0;
	list-style-type: none;
	height: 24px;
	background-image: url(../_images/menu/bg_left.jpg);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	padding: 0px;
	padding-top: 1px;
}

/* IE6 Only */
* html #menu ul {
	padding-top: 0;
}

/* IE7 Only */
*:first-child+html #menu ul {
	padding-top: 0;
}

#menu li {
	display: inline;
	padding-top: 5px;
	text-align: center;
	vertical-align: middle;
	list-style-type: none;
	height: 22px;
	line-height: 22px;
	background-image: url(../_images/menu/separator.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* IE6 Only */
* html #menu li {
	padding-top: 0;
	background-position: left center;
}

/* IE7 Only */
*:first-child+html #menu li {
	padding-top: 0;
	background-position: left center;
}

#menu li.first {
	background-image: none;
	padding-left: 5px;
}

#menu li a {
	padding-right: 5px;
	padding-left: 6px;
	color: #333333;
	text-decoration: none;
}

#menu li a img {
	border: 0;
}

#menu ul li a:hover {
}

a {
	color: #666666;
}
a:hover {
	color: #BD0000;
	text-decoration: underline;
}
a:visited {
	/*color: #999999;
	text-decoration: none;*/
}
#header #search {
	background-image: url(../_images/menu/bg_buscar.jpg);
	background-repeat: repeat-x;
	vertical-align: middle;
	width: 220px;
	height: 24px;
	float: right;
}

#header #search form {
	background-image: url(../_images/menu/bg_dark_right.jpg);
	background-repeat: no-repeat;
	height: 24px;
	vertical-align: middle;
	background-position: right;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 24px;
}

#header #search form input, #header #search form img {
	display: inline;
	margin-top: 4px;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: middle;
}

/* IE6 Only */
* html #header #search form input *:first-child+html #header #search form img {
	margin-top: 3px;
}

/* IE7 Only */
*:first-child+html #header #search form input, *:first-child+html #header #search form img {
	margin-top: 3px;
}

#header #search #texto {
	height: 12px;
	width: 60px;
	line-height: 12px;
	font-size: 9px;
}

#header .menu {
	padding: 0px;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#header .menu li, #footer .menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C4C4C4;
	border-left-color: #E6E6E6;
	text-align: center;
	vertical-align: middle;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;

}

#header .menu ul li a, #footer .menu li a {
	margin: 0px;
	padding: 0px;
	padding-right: 5px;
	padding-left: 5px;
	color: #333333;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
}

#menu li.first, #header .menu li.first, #footer .menu li.first, #footer .menu li.first a {
	border-left-style: none;
	padding-left: 0px;
}

#menu li.first {
	padding-left: 10px;
}

#menu li.last , #header .menu li.last, #footer .menu li.last {
	border-right-style: none;
}

#header .menu li.last a {
	padding-right: 0px;
}

#header .menu ul li a:hover, #footer .menu li a:hover {
	color: #009900;
}

div.titulo {
	margin-bottom: 20px;
	background-image: url(../_images/title_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

div.titulo a {
	text-align: right;	
	text-decoration: none;
}
div.titulo a img {
	border: 0;
}

div.titulo div.volver {
	margin-right: 0;
	text-align: right;
	float: right;
	position: relative;
	top: -15px;
}

/* IE6, IE7 */
* html div.titulo div.volver {
	margin-right: 10px;
	top: -25px;
}

*:first-child+html div.titulo div.volver {
	margin-right: 10px;
	top: -25px;
}

#content .menu {
	margin: 0;
	padding: 0;
	width: 162px;
	display: compact;
	float: left;
}

#content .menu ul {
	margin: 0;
	padding: 0;
}

#content .menu li {
	text-align: left;
	vertical-align: middle;
	background-image: url(../_images/bt_producto.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-position: left center;
	font-size: 9px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	display: block;
}

#content .menu li a, #content .menu li a:hover {
	height: 15px;
	padding-left: 25px;
	text-decoration: none;
	display: block;
}

.right {
	float: left;
}
.right {
	float: right;
}

.clear {
	clear: both;
}

.spacer {
	height: 10px;
}


.buton, .buton:hover {
	font-size: 10px;
	background : url(../_images/bt_ingresar.gif) left top no-repeat;
	background-image: url(../_images/bt_ingresar.gif);
	padding-left: 20px;
	width: 54px;
	height: 15px;
	display: block;
	text-decoration: none;
}