.extremoizquierdo
{
background: url(imagenes/img02.gif) no-repeat;
border-bottom-color:#FFFFFF;
border-bottom-width:medium;
}

.extremoderecho
{
background: url(imagenes/img03.gif) no-repeat;
border-bottom-color:#FFFFFF;
border-bottom-width:medium;
}

.centromenu
{
background: url(imagenes/img01.gif) repeat-x;
border-bottom-color:#FFFFFF;
border-bottom-width:medium;
}

.centrobusqueda
{
background: url(imagenes/img01.gif) repeat-x;
border-bottom-color:#FFFFFF;
border-bottom-width:medium;
}

/* Header */

#header {
	width: 500px;
	height: 37px;
	margin: 0 auto;
}

/* Menu */

#menu {
	float: left;
	width: 500px;
	height: 37px;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 27px;
	padding: 10px 15px 0px 15px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: url(imagenes/img04.gif) repeat-x;

}

body {
	margin: 20px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
}

/***** logo *****/
.fondoiz
{
height: 150px;
	background: url(imagenes/img06.gif) no-repeat;
}

.fondoder
{
background: url(imagenes/img05.gif) repeat-x;
}

/** celda central */
.superior
{
background: url(imagenes/img09.gif) repeat-x;
text-align:left;
padding-left:30px;
}

.inferioriz
{
background: url(imagenes/img08.gif) no-repeat left bottom;
}

.inferiorder
{
background: url(imagenes/img07.gif) repeat-x bottom;
}

h2, h3, h4, h5, h6 {
	color: #2582A4;
	
}

p.columnacentral
{
text-align:justify;
padding-right:20px;
font-size:12px;
color:#333333;
}

h2.columnacentral
{
	
	margin-top: 0;
	font-size: 26px;
	text-align:left;
}

/* pie */
/* Footer */

#footer {
	clear: both;
	width: 800px;
	margin: 0 auto;
	padding-top: 40px;
	background: url(imagenes/img11.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
}
/*****/
a {
	color:#FF6633;
}

a:hover {
	text-decoration: none;
	color: #2582A4;
}

a.categoria {
	color:#FF6633;
	font-size:12px;
}

a.categoria:hover {
	text-decoration: none;
	color:#2582A4;
}

a.subcategoria {
padding-left:10px;
	color:#FF6633;
	font-size:12px;
	text-decoration:none;
}

a.subcategoria:hover {
	padding-left:10px;
	text-decoration: none;
	color:#2582A4;
}

a.subsubcategoria {
padding-left:20px;
	color:#FF6633;
	font-size:12px;
	text-decoration:none;
}

a.subsubcategoria:hover {
	padding-left:20px;
	text-decoration: none;
	color:#2582A4;
}

/** Menus laterales */

.box {
	margin-bottom: 0;
	padding-bottom: 0;
	background: url(imagenes/img07.gif) repeat-x left bottom;
}

.bottom {
	display: block;
	margin-bottom: 0;
	padding-bottom: 10px;
	background: url(imagenes/img08.gif) no-repeat left bottom;
}

.colOne {
	float: left;
	width: 180px;
}

.colOne h3 {
	padding: 0 20px;
}

.colOne ul {
	margin-left: 0;
	padding-left: 20px;
	padding-right: 20px;
	list-style: none;
}

.colOne li {
	padding: 5px 0;
	border-top: 1px solid #EFEFEF;
}

.colOne li.first {
	border: none;
}

/** formulario contactenos */
#input2 {
	height: 20px;
	background:#FF6600;
	border: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#input3 {
	height: 20px;
	background:#FAF0AF;
	border: none;
	font-size: 11px;
	
	color:#003366;
}

.search {
	float: right;
	height: 28px;
	margin: 0;
	padding: 9px 25px 0 0;
}

