/*PORTADA********************************************************************************/
.column1-3
{
	width: 285px;
	margin: 10px 0 50px 23px;
	float: left;
}

.column1-3-left
{
	width: 285px;
	margin: 10px 0 50px 23px;
	float: left;
}

.column1-3 #contenedor-login span
.column1-3 #contenedor-trabaja span,
{
	font-size: 1.3em;
	color: #03a63d;
	margin-left:10px;
	font-weight: bold;
}

.column1-3 img,
.column1-3-left img
{
	float: left;
}

.bottom-column1-3
{
	height: 22px;
	background: url(../images/bottom-column1-3.png) no-repeat;
	margin:0;
	clear: both;
}

#bloque-superior-columna
{
	margin-bottom: 15px;
}

#bloque-inferior-columna
{
	margin-top: 8px;
}

.contenedor-listas
{
	height: auto!important; 
	height: 550px;
	width: 255px;
	min-height: 550px;
	padding: 20px 20px 15px 10px;
	background: url(../images/bg-column.png) repeat-y;
	float: left;
}

.contenedor-listas a
{
	color: #000000;
	font-size: 1em;
	text-decoration: none;
}

.contenedor-listas a:hover
{
	color: #03a63d;
}

.contenedor-texto-columna
{
	background: url(../images/bg-column.png) #ffffff repeat-y;
	padding: 10px 15px 0 15px;
	width: 255px;
	float: left;
}

.contenedor-texto-columna h3
{
	font-size: 1.3em;
}

.contenedor-texto-columna span
{
	color: #03a63d;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;

}

.contenedor-texto-columna p
{
	padding: 15px 15px 0 5px;
	font-size: 1.1em;
	line-height: 1.5em;
}

.contenedor-texto-columna a
{
	padding: 0px;
	color: #03a63d;
}

.titulo-portada
{
	display: block;
	width: 285px;
	height: 130px;
}

.titulo-portada span
{
	display: none;
}


/******>¿Qué ofrecemos?******************************************************************/
#contenedor-left-column
{
	background: url(../images/bg-column-left.png) no-repeat;
}

#titulo-que-ofrecemos
{
	background: url(../images/que-ofrecemos.png) no-repeat;
}

/******>Noticias******************************************************************/
#contenedor-noticias
{
	width: 265px; 
	padding-left: 5px; 
	padding-right: 15px;
}

#titulo-noticias
{
	background: url(../images/noticias.png) no-repeat;
}

.noticias
{
	margin: 0 15px 0px 20px;
	list-style-type: none;
}

.noticias li
{
	margin-bottom: 25px;
}

.noticias h3
{
	
	font-size: 1.3em;
	color: #03a63d;
	padding: 4px 0 4px 0;
	margin-bottom: 6px;
	border-top: 1px #03a63d dotted;
	border-bottom: 1px #03a63d dotted;
}

.noticias .fecha
{
	
	font-size: 0.9em;
	color: #777777;
	text-align: right;
	margin-top: 18px;
	font-style: italic;
}

.noticias p
{
	padding-top: 8px;
	font-size: 1.1em;
}


/******>Acceso usuarios******************************************************************/
#contenedor-login-form
{
	height: 250px;
}

#titulo-acceso-clientes
{
	background: url(../images/acceso-clientes-y-registrados.png) no-repeat;
}

#login-form
{
	border-bottom: 1px #eeeeee solid;
	padding-bottom: 25px;
}

#login-form fieldset
{
	padding: 10px 0 0 0;
	width: 100%;
}

#login-form .field
{
	width: 120px;
	padding-left: 7px;
	float: left;
}
#login-form input
{
	display:block;
	border-top: 1px #666666 solid;
	border-left: 1px #666666 solid;
	border-bottom: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	width: 110px;
	height: 20px;
}	

#login-form input:focus
{
	background-color: #ffffaa;
}

#login-registrate-gratis
{
	padding-top: 12px;
}

#login-button
{
	margin-top: 15px;
	width: 110px;
	height: 20px;
	background: url(../images/bg-button.png) no-repeat;
}

#login-button span
{
	display: none;
}


/******>Trabaja con nosotros******************************************************************/
#contenedor-trabaja
{
	height: 140px;
}

#titulo-trabaja
{
	background: url(../images/trabaja-con-nosotros.png) no-repeat;
}


