/************************************************************************************
	CABECERA
************************************************************************************/
#cabecera {
	height:150px;
	background:transparent url("../media/header_bg.jpg") no-repeat top left;
}
#cabecera h1 ,#cabecera h2 { display:none; }


/************************************************************************************
	MENU
************************************************************************************/

#navegacion ul ul {
	display:none;
}


#navegacion {
	height:80px;
	background:transparent url("../media/nav_bg.jpg") repeat-x top left;
	
}

#navegacion #menu {
	margin:2px 0 0 0;	
}

/************************************************************************************
	CONTENIDO
************************************************************************************/

#banner {
	background:transparent url("../media/banner.jpg") no-repeat top left;
	height:150px;
	width:750px;
	margin:0 0 30px 20px;
}
#banner h4 { display:none; }

#columnas {
	margin:0 0 30px 0;
}



#columna_izq h3 {
	color:#7bb31a;
	font-size:11pt;
	display:block;
	margin:0 0 20px 20px;
}

#columna_izq h3 a:link,#columna_izq h3 a:visited {
	color:#7bb31a;
	text-decoration:none;
}
#columna_izq h3 a:hover {
	text-decoration:underline;
}

#columna_der h3 {
	display:block;
	font-size:11pt;
	color:#8b88ff;
	margin:0 0 20px 0;
}

.video {
	text-align:center;
}

/************************************************************************************
	CONTENIDO
************************************************************************************/
.innercolumns {
	margin:0 0 20px 20px;
}

.innercolumn_left {
	float:left;
	width:350px;
	
}
.innercolumn_right {
	float:right;
	width:330px;
}

h4 {
	font-size:11pt;
	color:black;
	margin:0 0 10px 0px;
}
.innercolumns img {
	width:350px;
	height:350px;
}
/************************************************************************************
	REVISTA
************************************************************************************/

.revista {
	background:#dde9f4;
	padding:10px;
	overflow:hidden;
	margin:0 0 20px 0;
}
.revista img {
	width:178px;
	border:1px solid #1e6cb4;
}
.revista p {
	margin:15px 0 15px 0;
	text-align:center;
	font-size:10pt;
}



.listado_revistas {
	border-collapse:separate;
	border-spacing:0 5px;
	margin-left:20px;
}
.listado_revistas th {
	text-align:left;
	padding:5px;
	font-size:9pt;
}
.listado_revistas td {
	vertical-align:top;
	border-right:1px dashed #c1c6b8;
	padding:5px;
	background:#dde9f4;
}
.listado_revistas .link {
	width:80px;
	border:0;
}
.listado_revistas .img {
	width:80px;
}
.listado_revistas .fecha {
	
}
.listado_revistas .num {
	width:60px;
}

.listado_revistas .img img {
	width:75px;
}


.listado_revistas .leer_mas {
	background:transparent url("../media/not_icon.jpg") no-repeat center right;
	padding:1px 20px 2px 0;
}
.listado_revistas a.leer_mas:link,.listado_revistas a.leer_mas:visited {
	text-decoration:none;
	color:black;
}
.listado_revistas a.leer_mas:hover {
	text-decoration:underline;
}

/************************************************************************************
	NOTICIAS
************************************************************************************/
#noticias {
	padding:0 0 0 20px;
}

.noticia {
	float:left;
	width:350px;
	height:150px;
	background:transparent url("../media/noticia_bg.jpg") repeat-x bottom left;
	margin:0 0 20px 0;
	overflow:hidden;
}

.noticia h4 {
	color:#7bb31a;
	font-size:8pt;
	margin: 0 0 5px 0;
	font-weight:bold;
	display:inline-block;

}
.noticia h4 a:link, .noticia h4 a:visited{
	color:#7bb31a;
	text-decoration:none;
}
.noticia h4 a:hover {
	text-decoration:underline;
}
.noticia img {
	float:left;
	border:1px solid #bed98e;
	padding:5px;
	margin:0 10px 10px 10px; 
}

.noticia .texto {
	margin: 0 0 5px 0;
}

.not_spacer {
	float:left;
	width:30px;
	height:150px;
	margin:0 0 20px 0;
}
.noticia .botones {
	
}
.noticia .leer_mas {
	background:transparent url("../media/not_icon.jpg") no-repeat center right;
	padding:1px 20px 2px 0;
}
.noticia a.leer_mas:link,.noticia a.leer_mas:visited {
	text-decoration:none;
	color:black;
}
.noticia a.leer_mas:hover {
	text-decoration:underline;
}
.noticia .cuerpo {
	height:125px;
	overflow:hidden;
}

.noticia .botones {
	text-align:right;
	padding:0 10px 0 0;
}

/* DETALLE NOTICIAS */
.noticia_detalle {
	background:#f1f7e6;
	padding:10px;
}
.noticia_detalle .cabecera {
	overflow:hidden;
}
.noticia_detalle img {
	float:left;
	border:1px solid #bed98e;
	padding:5px;
	margin:0 10px 10px 0px; 
}
.noticia_detalle .cuerpo {
	margin:5px 0 0 0;
}
.noticia_detalle ul {
	list-style:circle;
	margin:0 0 0 30px;
}

.noticia_detalle ol {
	margin:0 0 0 30px;
}

/* LISTADO NOTICIAS */
.listado_noticias {
	border-collapse:separate;
	border-spacing:0 5px;
	margin-left:20px;
}
.listado_noticias th {
	text-align:left;
	padding:5px;
	font-size:9pt;
}
.listado_noticias td {
	vertical-align:top;
	border-right:1px dashed #c1c6b8;
	padding:5px;
	background:#f7faf1;
}
.listado_noticias .link {
	width:80px;
	border:0;
}
.listado_noticias .fecha {
	width:70px;
}
.listado_noticias .link .leer_mas {
	background:transparent url("../media/not_icon.jpg") no-repeat center right;
	padding:1px 20px 2px 0;
}
.listado_noticias  a.leer_mas:link,.listado_noticias a.leer_mas:visited {
	text-decoration:none;
	color:black;
}
.listado_noticias   a.leer_mas:hover {
	text-decoration:underline;
}


/************************************************************************************
	ASOCIADOS
************************************************************************************/
#columna_izq h3.title_associats {
	color:#1e6cb4;
}

#columna_izq h3.title_associats a:link,#columna_izq h3.title_associats a:visited {
	color:#1e6cb4;
	text-decoration:none;
}

#columna_izq h3.title_associats a:hover {
	text-decoration:underline;
}

/* Lista de letras */
#myList {
	list-style:square;
	color:#1e6cb4;
	margin:20px 0 0 0;
}
#myList li {
	margin:0 0 15px 0;
}
#myList a:link,#myList a:visited {
	font-size:9pt;
	color:#1e6cb4;
	text-decoration:none;
}
#myList a:hover {
	text-decoration:underline;
}
.listNav {
	background:#dde9f4;
	padding:10px;
}
.listNav-title {
	float:left;
	padding:2px 0 0 0;	
	width:120px;
}

/* Detalle del asociado */
.asociado_detalle {
	background:transparent url("../media/asociado_detalle_bg.jpg") repeat-x bottom left;
	height:270px;
	overflow:hidden;
}
.asociado_detalle .padding {
	padding:0 10px;
}
.asociado_detalle img {
	float:left;
	border:1px solid #8fb6d9;
	padding:5px;
	margin:0 10px 10px 0px; 
	background:white;
}
.asociado_detalle .cuerpo {
	float:left;
}
.asociado_detalle h4 {
	color:#1e6cb4;
	font-size:9pt;
}
.asociado_detalle p {
	margin:0 0 10px 0;
}
.asociado_detalle a:link,.asociado_detalle a:visited {
	color:#1e6cb4;
	text-decoration:none;
}
.asociado_detalle a:hover {
	text-decoration:underline;
}

/************************************************************************************
	POLIGON EL PLA
************************************************************************************/
#columna_izq h3.title_contenido {
	color:#8b88ff;
}
#columna_izq h3.title_contenido a:link,#columna_izq h3.title_contenido a:visited {
	color:#8b88ff;
	text-decoration:none;
}
.contenido {
	padding:0 20px 20px 20px;
}
.contenido h4 {
	color:black;
	font-size:11pt;
	margin:0 0 10px 0;
}
.contenido p {
	margin:0 0 10px 0;
	line-height:15px;
}
p.medio_pie {
	margin:20px 0 0 0;
}
/************************************************************************************
	OFERTAS
************************************************************************************/

#columna_izq h3.title_ofertas {
	color:#8b88ff;
}

#columna_izq h3.title_ofertas a:link,#columna_izq h3.title_ofertas a:visited {
	color:#8b88ff;
	text-decoration:none;
}

.ultimas_ofertas {
	background:#f3f3ff;
	padding:10px;
	overflow:hidden;
	margin:0 0 0 0;
}


.oferta {
	height:98px;
	border:1px solid #d9d8ff;
	background:transparent url("../media/oferta_bg.jpg") repeat-x top left;
	margin:0 0 0 0;
}
.oferta h4 {
	color:black;
	font-size:9pt;
	margin:5px 10px;
	font-weight:normal;
}
.oferta p {
	margin:0 10px 5px 10px;
}
.oferta .cuerpo {
	height:75px;
	overflow:hidden;
}
.oferta .botones {
	text-align:right;
	padding:0 10px 0 0;
}
.oferta .leer_mas {
	background:transparent url("../media/not_icon.jpg") no-repeat center right;
	padding:1px 20px 2px 0;
}
.oferta a.leer_mas:link,.oferta a.leer_mas:visited {
	text-decoration:none;
	color:black;
}
.oferta a.leer_mas:hover {
	text-decoration:underline;
}

.oferta_detalle {
	background:transparent url("../media/oferta_detalle_bg.jpg") repeat-x bottom left;
	padding:10px;
	border:1px solid #e2e1ff;
	margin-left:20px;
}

.oferta_detalle h4 {
	margin:0 0 10px 0;
	font-size:9pt;
	
}
.oferta_detalle table {
	margin:0 0 10px 20px;
}
.oferta_detalle table th {
	width:150px;
	text-align:left;
	vertical-align:top;
	padding:0 0 10px 0;
}
.oferta_detalle table td {
	vertical-align:top;
	padding:0 20px 10px 0;
}

.oferta_detalle .inscribir_oferta {
	float:right;
	height:30px;
	width:180px;
	background:transparent url("../media/btn_inscribir_oferta.jpg") no-repeat top left;
	font-size:9pt;
	color:black;
	text-decoration:none;
}
.oferta_detalle .inscribir_oferta span {
	display:block;
	padding:0 0 0 20px;
	line-height:30px;
}
.oferta_detalle .enviar_inscripcion {
	float:right;
	height:30px;
	width:180px;
	background:transparent url("../media/btn_enviar_inscripcion.jpg") no-repeat top left;
	font-size:9pt;
	color:black;
	text-decoration:none;
}
.oferta_detalle .enviar_inscripcion span {
	display:block;
	padding:0 0 0 20px;
	line-height:30px;
}

.oferta_detalle ul ,.oferta_detalle ol{
	margin:0 0 0 20px;
}

.limeForm  table {
	margin:0;
}
.limeForm .input {
	width:344px;
	height:14px;
	border:1px solid #8b88ff;
	background:#f8f7fe;
	margin:0 0 10px 0;
	padding:2px;
}
.limeForm label.error {
	color:red;
	font-size:8pt;
	margin:0 0 10px 0;
	display:block;
}
.logo {
	text-align:center;
	margin:0 0 20px 0;
}
.logo img {
	margin:0 0 10px 0;
	
}
.logo a:link,.logo a:visited {
	color:#8b88ff;
	text-decoration:none;
	font-weight:bold;
}
.logo a:hover {
	text-decoration:underline;;
}

.logos {
	height:120px;
	overflow:hidden;
	vertical-align:middle;
}
.logos .logo {
	display:block;
	float:left;
	position:relative;
	width:249px;
	line-height:100px;
}
.logos .logo a  {
	
}

.logos .logo a img {
	border:0;
}
#enviar_curriculum {
	border:1px solid #f6ddbf;
	height:48px;
	background:transparent url("../media/curriculum_bg.jpg") repeat-x bottom left;
}
#enviar_curriculum h4 {
	color:black;
	font-size:10pt;
	margin:5px 10px;
	font-weight:normal;
}
#enviar_curriculum .botones {
	text-align:right;
	padding:0 10px 0 0;
} 
#enviar_curriculum a.enviar:link,#enviar_curriculum a.enviar:visited {
	text-decoration:none;
	color:black;
	background:transparent url("../media/curriculum_enviar.jpg") no-repeat center right;
	padding:1px 20px 2px 0;
}
#enviar_curriculum a.enviar:hover {
	text-decoration:underline;
}

/* LISTADO OFERTAS */
.listado_ofertas {
	border-collapse:separate;
	border-spacing:0 5px;
	margin-left:20px;
	margin-bottom:20px;
}
.listado_ofertas th {
	text-align:left;
	padding:5px;
	font-size:9pt;
}
.listado_ofertas td {
	vertical-align:top;
	border-right:1px dashed #c1c6b8;
	padding:5px;
	background:#f0efff;
}
.listado_ofertas .link {
	width:80px;
	border:0;
}
.listado_ofertas .fecha {
	width:70px;
}
.listado_ofertas .leer_mas {
	background:transparent url("../media/not_icon.jpg") no-repeat center right;
	padding:1px 20px 2px 0;
}
.listado_ofertas a.leer_mas:link,.listado_ofertas a.leer_mas:visited {
	text-decoration:none;
	color:black;
}
.listado_ofertas a.leer_mas:hover {
	text-decoration:underline;
}

/************************************************************************************
	PIE
************************************************************************************/
#pie {
	background:transparent url("../media/pie_bg.jpg") repeat-x top left;
	height:80px;
}

#pie  {
	text-align:center;
	color:#777777;
}
#pie .padding {
	padding:10px;
}
#pie h5 {
	font-size:12pt;
	font-weight:normal;
	color:black;
	margin:0 0 10px 0;
}
#pie h5 span {
	font-size:9pt;
}
#pie p {
	margin:0 0 5px 0;
}
#pie a:link,#pie a:visited {
	color:#1e6cb4;
	text-decoration:none;
	font-weight:bold;
	font-size:10pt;
}
#pie a:hover {
	text-decoration:underline;
}
/************************************************************************************
	FORMULARIO
************************************************************************************/
.limeForm table th {
	text-align:left;
	width:150px;
	padding:0 0 20px 0;
	vertical-align:top;
}
.limeForm table td {
	
	padding:0 0 20px 0;
	vertical-align:top;
}

.limeForm2 label {
	font-size:9pt;
	color:black;
}
.limeForm2 .input {
	position:relative;
	width:344px;
	height:14px;
	border:1px solid #ffe1b2;
	background:#fff5e5;
	margin:0 0 10px 0;
	padding:2px;
}
.limeForm2 textarea {
	
	height:198px;
	position:relative;
	width:344px;
	height:164px;
	padding:2px;
	border:1px solid #ffe1b2;
	background:#fff5e5;
	margin:0 0 10px 0;
	overflow:auto;
}
.limeForm2 label.error {
	color:red;
	font-size:8pt;
	margin:0 0 10px 0;
	display:block;
}

#sending {
	background:#fff5e5 url("../media/loading.gif") no-repeat 5px center;
	border:1px solid #ffe1b2;
	padding:20px 0 20px 80px;
	font-size:13pt;
}
#msg {
	border:1px solid #ffe1b2;
	padding:10px;
	font-size:13pt;
	background:#fff5e5;
}
#enviar_consulta {
	display:block;
	float:right;
	height:30px;
	width:150px;
	color:black;
	font-size:10pt;
	background:transparent url("../media/btn_enviar_consulta.jpg") no-repeat top left;
	text-decoration:none;
}
#enviar_consulta span {
	display:block;
	padding:0 0 0 20px;
	line-height:30px;
	
}
#avisos {
	height:65px;
}
/************************************************************************************
	CONTACTO
************************************************************************************/
.mapa {
	background:#fff5e5;
	padding:10px;
	margin:0 0 10px 0;
}
address {
	color:black;
	font-size:8pt;
	padding:0 0 10px 5px;
	font-style:normal;
}

h4.no_margin {
	margin-left:0;
}
