body {
	margin: 10px;
	font: 9pt arial;
	color: #333;
	background: #f4f9f3;
}

INPUT, SELECT {
	font: 9pt arial;
}

BR.cleaner {
	clear: both;
}

#main {
	width: 902px;
	margin: 0 auto;
}

#bordes1 {
	height: 33px;
	background: url(../img/bordes1.jpg);
	border: 0px solid;
}

#bordes2 {
	display: block;
	border: 0px solid red;
	background: url(../img/bordes2.jpg);
}

#rubros{
	margin-left: 4px;
	margin-right: 5px;
	display: block;
	border: 0px solid;
	height: 140px;
	background: url(../img/fondo.jpg) bottom repeat-x;
}

#logo {	
	display: block;
	height: 90px;
	background: url(../img/logo.jpg);
}

#rubros A {
	display: block;
	padding: 2px;
	margin-left: 20px;
	float: left;
	width: 144px;
	color: #ffffff;
	text-decoration: none;
}

#rubros A:hover {
	text-decoration: underline;
}

#contenido {
	float: left;
	width: 580px;
	border: 0px solid;
	padding: 20px;
	background: #ffffff;
}

#lateral {
	float: left;
	width: 280px;
	border: 0px solid;
	text-align: center;
}

#footer {
	padding: 10px;
}

A {
	color: green;
}

A:hover {
	text-decoration: none;
}

#selector-provincia {
	margin-left: 500px;
	padding-top: 44px;
}

H1 {
	font-size: 26pt;
	font-weight: normal;
	letter-spacing: -2px;
	margin: 0px;
}

H2 {
	font-size: 13pt;
	font-weight: normal;
	margin: 0px;
}

H3 {
	font-size: 16pt;
	font-weight: normal;
}

DIV.columna {
	width: 270px;
	padding: 5px;
	border: 0px solid;
	float: left;
}

DIV.columna-aviso {
	width: 270px;
	padding: 5px;
	border: 0px solid;
	float: left;
}

#formulario-publicar LABEL {
	display: block;
	margin-top: 6px;
	margin-bottom: 2px;
	padding-left: 30px;
	height: 20px;
	padding-top: 10px;
}

#formulario-publicar INPUT, #formulario-publicar SELECT {
	width: 270px;
	color:  #a8c050;
	font-weight: bold;
}

A.botonverde {
	display: block;
	width: 142px;
	height: 28px;
	text-align: center;
	background: url(../img/botonverde-off.gif);
	padding-top: 12px;
	text-decoration: none;
	color: #fff;
}

A.botonverde:hover {
	background: url(../img/botonverde-on.gif);
}

A.botonGrande {
	display: block;
	width: 142px;
	height: 33px;
	text-align: center;
	color: #fff;
	background: url(../img/botongrande-off.gif);
	padding-top: 18px;
	text-decoration: none;
}

A.botonGrande:hover {
	background: url(../img/botongrande-on.gif);
}

.moduleMessagesOk{
	background-image: url(../img/iconOk.jpg);
	min-height: 38px;
	height: auto !important;
	height: 38px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #eff8ee;
	color: #145f0c;
	padding-left:45px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-top:10px;
}

.moduleMessagesError{
	background-image: url(../img/iconError.jpg);
	min-height: 38px;
	height: auto !important;
	height: 38px;
	background-repeat: no-repeat;
	background-position: left top;
	color: #bd4040;
	background-color: #fff0f0;
	padding-left:45px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:4px;
	margin-bottom:10px;
	margin-top:10px;
}

DIV.aviso-referencia {
	color: #ccc;
	font-size: 8pt;
}

DIV.aviso {
	padding: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e5f0e1;
	margin-bottom: 5px;
}

DIV.aviso H3 {
	margin: 0px;
	font-size: 10pt;
	font-weight: bold;
}

DIV.aviso P {
	margin: 0px;
}

DIV.aviso-informacion {
	display: none;
}

A.botonBuscar {
	margin: 0 auto 0 auto;
	display: block;
	width: 142px;
	height: 41px;
	text-align: center;
	color: #000;
	background: url(../img/buscar-off.gif);
	padding-top: 10px;
	text-decoration: none;
}

A.botonBuscar:hover {
	background: url(../img/buscar-on.gif);
}

#texto-busqueda {
	margin-bottom: 10px;
	border: 2px solid #47b32c;
	padding: 4px;
	width: 185px;
}


input, textarea{
		background: #fff url(../img/form1/form_input.gif) repeat-x;
		padding: 3px;
		border: 1px solid #47b32c;
		font: 9pt arial;
		color:  #a8c050;
		font-weight: bold;
		}
		
.nombre {
	padding: 3px 5px 3px 25px; background:#fff url(../img/contacto-nombre-chico.gif) no-repeat 5px 50%;
	width: 160px;
}

.email {
	width: 160px;
	padding: 3px 5px 3px 25px; background:#fff url(../img/contacto-email-chico.gif) no-repeat 5px 50%;
}

.consulta {
	width: 160px;
	height: 70px;
	overflow: auto;
	padding:3px 5px 3px 25px; background:#fff url(../img/contacto-titulo-chico.gif) no-repeat 5px 3px;
}

A.paginacion {
	display: block;
	float: left;
	padding: 3px;
	border: 1px solid green;
	color: green;
	width: 17px;
	text-align: center;
	text-decoration: none;
	margin-right: 2px;
}

A.paginacion:hover {
	background: green;
	color: #fff;
}

A.selected {
	background: green;
	color: #fff;
}
