body {
	margin: 0px;
	font: 9pt arial;
	color: #333;
	background: #b4d1ef url(../img/fondo.jpg);
	background-repeat: repeat-x;
}

BR.cleaner {
	clear: both;
}

H1 {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 4px;
	padding-bottom: 4px;
}

H2 {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid;
}

H3 {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid;
}

A.negro {
	color: #333;
	text-decoration: none;
}

.noticia {
	margin-bottom: 18px;
}

.noticia IMG {
	width: 100px;
	float: left;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	padding: 1px;
}

.noticia H4 {
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 4px;
}

H1.titulo-grande {
	font-size: 18pt;
	color: green;
	font-weight: normal;
}

H1.titulo-mediano {
	font-size: 16pt;
	color: green;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 2px;
}

.noticia H1 {
	font-size: 18pt;
	color: green;
	font-weight: normal;
}

.noticia H2 {
	font-size: 12pt;
	color: green;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	border-bottom: 0px solid;
}

#header {
	width: 924px;
	height: 287px;
	margin: 0 auto 0 auto;
	border: 0px solid #ffffff;
}

#menu {
	margin-top: 255px;
	margin-left: 270px;
	color: #ffffff;
	position: absolute;
}

#menu A {
	color: #ffffff;
}

#main {
	background: #ffffff;
	width: 890px;
	margin: 0 auto 0 auto;
	border: 0px solid;
	padding-left: 13px;
}

#columns {

}

#footer {
	width: 835px;
	margin-top: 20px;
	margin-bottom: 10px;
	border: 0px solid;
	padding: 20px;
}

#left-column {
	width: 180px;
	float: left;
	margin-right: 10px;
	border: 0px solid;
}

#main-column {
	width: 495px;
	float: left;
	border: 0px solid;
}

#right-column {
	width: 180px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 0px solid;
}

.rounded {
	padding: 10px;
	margin-bottom: 4px;
}

.panel {
	background: #f9f9f9;
	padding-bottom: 0px;
}

.panel-hover {
	background: #d1e8fa url(../img/fondo-panel.jpg);
	background-repeat: repeat-x;
	cursor: pointer;
}

A {
	color: #59a401;
}

A:hover {
	text-decoration: none;
	color: #5392fd;
}

#left-menu {
	padding-bottom: 20px;
}

#left-menu H1 {
	font-size: 9pt;
	font-weight: bold;
	margin: 0px;
	padding: 3px;
	margin-top: 3px;
}

.submenu {
	padding-left: 10px;
}

#left-menu A {
	width: 90%;
	display: block;
	padding: 1px;
	text-decoration: none;
	color: #268eb9;
	border-bottom: 1px solid #9bc1d7;	
	background: url(../img/item-menu.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 13px;
}

#left-menu A:hover {
	color: #59a401;
}

.texto-chico {
	font-size: 7.1pt;
}

.texto-chico  LI {
	list-style-type:none;
	background-image:url(../img/item4.gif);
	background-repeat:no-repeat;
	background-position: left;
	padding-left: 10px; 
	margin: 1px;
}

.texto-verde {
	color: green;
}

.columna30 {
	width: 33%;
	margin: 0px;
	float: left;
	border: 0px solid;
}

.panel H3 {
	margin-top: 0px;
}

.precio {
	background: red;
	width: 40px;
	text-align: center;
	float: right;
}

div.columna {
	border: 0px solid;
	width: 45%;
	float: left;
	margin-right: 10px;
	border-top: 1px solid #c3c3c3;
	padding-top: 5px;
	margin-top: 5px;
}

LABEL {
	display: block;
	text-align: left;
}

#nuevo-usuario LABEL, #login-usuario LABEL {
	text-align: right;
	height: 24px;
	padding-top: 5px;
}

INPUT, TEXTAREA {
	border: 1px solid #9bc1d7;
	color: #268eb9;
	font: 9pt arial;
	padding: 2px;
	height: 14px;
	width: 170px;
	margin-bottom: 7px;
}

SELECT {
	margin-left: 0px;
}

TEXTAREA {
	height: 36px;
}

.submit {
	height: 22px;
	border: 1px solid;
	width: 60px;
	padding: 0px;
}

.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;
}

.loading {
	background: url(../img/loading.gif);
	background-position: center;
	background-repeat: no-repeat;
}

.oculto {
	display: none;
}

.foto-alojamiento {
	border: 1px solid;
	margin: 0 auto 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

input, textarea{
		background:#fff url(../img/form1/form_input.gif) repeat-x;
		padding:3px;
		}
		
.nombre {
	padding: 3px 5px 3px 25px; background:#fff url(../img/form1/form_name.gif) no-repeat 5px 50%;
}

.email {
	padding: 3px 5px 3px 25px; background:#fff url(../img/form1/form_email.gif) no-repeat 5px 50%;
}

.consulta {
	overflow:auto;
	padding:3px 5px 3px 25px; background:#fff url(../img/form1/form_note.gif) no-repeat 5px 3px;
}

.verde {
	background: #5aa502;
	color: #fff;
}
