/* CSS VIVEROS > CSS PRINCIPAL  */



/********************************************* ESTILOS PRINCIPALES ********************************************/

body{
	margin:0;
	padding:0;
	font:10px  Verdana, Arial, Helvetica, sans-serif;

}

p{
	font:10px Verdana, Arial, Helvetica, sans-serif;
}

b, strong{
	font-weight: bold;
}

a{
	text-decoration:underline;
}

a:hover{
	text-decoration:underline;
}

img{
	border:0;
}

.img_right{
	float:right;
}

.img_left{
	float:left;
}

/************************* ENCABEZADOS *******************************/

h1{
	font-family: Trebuchet MS;
	font-size: 13pt;
	font-weight: lighter;
	border-bottom: 1px dashed;
	
}

h2{
	font-family: Trebuchet MS;
	font-size: 11pt;
	font-weight: lighter;
	
}

h3{
	font:15px Arial, Helvetica, sans-serif;
	
}

h4{
	font:12px Arial, Helvetica, sans-serif;
	
}

h5{
	font:12x Arial, Helvetica, sans-serif;
	
}

h6{
	font:12px Arial, Helvetica, sans-serif;
	
}


/********************************************* CAJAS PRINCIPALES ********************************************/

#contenedor{
	width:770px;
	height:auto;
	float:inherit;
	background:#fff;
	margin:0px auto 0px auto;
	border:1px solid ;
}

#cabecera{
	width:770px;
	height:90px;
	float:left;
	border-top: 5px solid;
	font-size: 13pt;
	font-style: italic;
}

#cabecera_titulo{
	width:440px;
	height:45px;
	float:left;
	padding:45px 0px 0px 80px;
	font: italic 13pt;
}


#contenidos{
	width:500px;
	height:auto;
	float:left;
	padding:10px;
	background:#fff;
	overflow: hidden;
	font:11px;
}


#pie {
	width:760px;
	height:45px;
	float:left;
	color:#fff;
	padding:8px 0px 0px 10px
}

/************************* IDENTIFICACIÓN *******************************/


#cabecera_login{
	width:250px;
	height:90px;
	float:left;
}

.cabecera_login_table{
	width:250px;
	height:auto;
	float:left;
	font:10px Verdana, Arial, Helvetica, sans-serif normal;
}

.cabecera_login_table_cab{
	text-align:center;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
}

.cabecera_login_table_text{
	text-align:right;
	padding:5px 10px 0px 0px;
}
.cabecera_login_textForm{
	width:100px;
	height:auto;
	font:10px Arial, Helvetica, sans-serif;

}

.cabecera_login_button{
	width:40px;
	height:auto;
	font:10px Arial, Helvetica, sans-serif;
	background:#F7E7E7;
	border:1px solid;	

}

.cabecera_login_on{
	text-align: center;
	padding:30px 0px 0px 0px;
	background: url(../images/candado.gif) no-repeat center 10px;
}

/********************************************* MENÚ PRINCIPAL ********************************************/


#menu{
	width:248px;
	height:auto;
	float:left;
	border:1px solid;
}

/******* PRIMER NIVEL ******/

#menu ul{
	list-style:none;
	margin:0;
	padding:0;
	border:0;
	font-weight: bold;
}

#menu li{}

#menu li a{
	display:block;
	height:auto;
	margin:0;
	padding:3px 0px 3px 5px !important;
	padding:3px 0px 3px 5px;
	text-decoration:none;
	border-bottom:1px solid;
}

/******* SEGUNDO NIVEL ******/

#menu ul ul{
	list-style:none;
	margin:0 0 0 15px;
	padding:0;
	border:0;
}


#menu li li a{
	display:block;
	height:20px;
	padding:0px 0px 0px 8px !important;
	margin:0;
	text-decoration:none;
	border:0;
	background: url(../images/menu/bullet.gif) no-repeat;
}


/******* TERCER NIVEL ******/

#menu ul ul ul{
	list-style:none;
	margin:0;
	padding:0px 0 0 25px !important;
	padding:4px 0 0 25px;
	border:0;

}


#menu li li li a{
	display:block;
	margin:0;
	text-decoration:NONE;
	border:0;
}

/********************************************* MENÚ SUPERIOR ********************************************/

#premenu{
	width:770px;
	height:30px;
	float:left;
}

#premenu ul{
	list-style:none;
	margin:0;
	padding:0;
	font: 14px "Trebuchet MS";
}

#premenu li{
	display:block;
	float:left;
}

#premenu li a{
	display:block;
	padding:5px 10px 3px 10px;
	border-right:1px solid #000;
	margin:2px 0px 0px 0px;
}


/********************************************* ESTILOS FORMULARIO ********************************************/

.formulario_table{
	width:350px;
	height:auto;
	float:left;
	margin:0px 0px 0px 20px;
}

.formulario_table2{
	width:450px;
	height:auto;
	float:left;
	margin:0px 0px 0px 20px;
}

.formulario_table3{
	width:300px;
	height:auto;
	float:left;
	margin:0px 0px 0px 20px;
}

.formulario_table4{
	width:250px;
	height:auto;
	float:left;
	margin:0px 0px 0px 0px;
}

.formulario_table_col1{
	width:100px;
	border-top:2px solid;
	text-align:right;
	padding:5px 5px 5px 0px;
}

.formulario_table_col2{

}

.formulario_table_col3{
	width:100px;
	padding:5px 5px 5px 0px;
}

.formulario_campo_texto_simple{
	width:250px;
	height:auto;
	font:10px Arial, Helvetica, sans-serif;
	border:1px solid;
}

.formulario_campo_texto_simple2{
	width:100px;
	height:auto;
	font:10px Arial, Helvetica, sans-serif;
	border:1px solid;
}

.formulario_campo_texto_simple3{
	width:150px;
	height:auto;
	font:10px Arial, Helvetica, sans-serif;
	border:1px solid;
}

.formulario_campo_texto_simple4{
	width:50px;
	height:auto;
	font:10px Arial, Helvetica, sans-serif;
	color:#333333;
	border:1px solid #ccc;
}

.formulario_campo_texto_compuesto{
	width:250px;
	height:200px;
	font:10px Arial, Helvetica, sans-serif;
	border:1px solid;
}

.formulario_button{
	padding:3px;
	border:1px solid;
	margin:0px 0px 10px 0px;
	font:10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	float:right;
}


.formulario_button2{
	padding:3px;
	border:1px solid;
	margin:0px 0px 10px 0px;
	font:10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.formulario_separador{
	height:5px;
}

.formulario_nota{
	border:1px solid;
	padding:5px;
}

.formulario_color {
	width:20px;
	align:left;
}

.marco_imagen {
	height:0;
	width:0;
	scrolling:no;
}
/********************************************* BOTONES ********************************************/

#botonera{
	width:500px;
	height:20px;
	float:right;
	background:#fff;
}

#botonera_peq{
	width:300px;
	height:20px;
	float:right;
	background:#fff;
}

#boton_borrar a{
	width: auto;
	height:20px;
	float:right;
	padding:3px 8px 0px 16px;
	margin:0px 0px 0px 0px;
	text-decoration:none;
	background: url(../images/icons/icono-borrar.gif) no-repeat;
}

#boton_descargar a{
	width: auto;
	height:20px;
	float:right;
	padding:3px 8px 0px 16px;
	margin:0px 0px 0px 0px;
	text-decoration:none;
	background: url(../images/icons/icono-descargar.gif) no-repeat;
}

#boton_editar a{
	width: auto;
	height:20px;
	float:right;
	padding:3px 8px 0px 16px;
	margin:0px 0px 0px 0px;
	text-decoration:none;
	background: url(../images/icons/icono-editar.gif) no-repeat;
}

#boton_enviar a{
	width: auto;
	height:20px;
	float:right;
	padding:3px 8px 0px 16px;
	margin:0px 0px 0px 0px;
	text-decoration:none;
	background: url(../images/icons/icono-enviar.gif) no-repeat;
}

#boton_contactar a{
	width: auto;
	height:20px;
	float:right;
	padding:3px 8px 0px 16px;
	margin:0px 0px 0px 0px;
	text-decoration:none;
	background: url(../images/icons/icono-enviar.gif) no-repeat;
}

#boton_inscribir a{
	width: auto;
	height:20px;
	float:right;
	padding:3px 8px 0px 16px;
	margin:0px 0px 0px 0px;
	text-decoration:none;
	background: url(../images/icons/icono_inscripcion.gif) no-repeat;
}


#boton_imprimir a{
	width: auto;
	height:20px;
	float:right;
	padding:3px 8px 0px 16px;
	margin:0px 0px 0px 0px;
	text-decoration:none;
	background: url(../images/icons/icono-impresora.gif) no-repeat;
}

#boton_anadir a{
	width: auto;
	height:20px;
	float:right;
	padding:3px 8px 0px 16px;
	margin:0px 0px 0px 0px;
	text-decoration:none;
	background: url(../images/icons/icono-anadir.gif) no-repeat;
}

#boton_resuelta a{
	width: auto;
	height:20px;
	float:right;
	padding:3px 8px 0px 16px;
	margin:0px 0px 0px 0px;
	text-decoration:none;
	background: url(../images/icons/icono_cambio.gif) no-repeat;
}

#boton_archivar a{
	width: auto;
	height:20px;
	float:right;
	padding:3px 8px 0px 16px;
	margin:0px 0px 0px 0px;
	text-decoration:none;
	background: url(../images/icons/icono-archivar.gif) no-repeat;
}

#boton_activar a{
	width: auto;
	height:20px;
	float:right;
	padding:3px 8px 0px 16px;
	margin:0px 0px 0px 0px;
	text-decoration:none;
	background: url(../images/icons/icono-activar.gif) no-repeat;
}

#boton_pass a{
	width: auto;
	height:20px;
	float:right;
	padding:3px 8px 0px 16px;
	margin:0px 0px 0px 0px;
	text-decoration:none;
	background: url(../images/icons/icono-pass.gif) no-repeat;
}

#boton_web a{
	width: auto;
	height:20px;
	float:right;
	padding:3px 8px 0px 16px;
	margin:0px 0px 0px 0px;
	text-decoration:none;
	background: url(../images/icons/icon-web.gif) no-repeat;
}

#boton_contactos a{
	width: auto;
	height:20px;
	float:right;
	padding:3px 8px 0px 16px;
	margin:0px 0px 0px 0px;
	text-decoration:none;
	background: url(../images/icons/icon-contactos.gif) no-repeat;
}

#boton_flecha a{
	width: auto;
	height:20px;
	float:right;
	padding:3px 8px 0px 16px;
	margin:0px 0px 0px 0px;
	text-decoration:none;
}

/********************************************* BUSQUEDAS ***********************************/

#separador{
	width:500px;
	height: auto;
	float:right;
	padding:0;
	margin:0;
	border-top:1px solid;	
}

#busqueda{
	width:350px;
	height:auto;
	float:left;
	margin:10px 0 0 50px;
}

#busqueda ul{
	margin:0;
	padding:0;
	list-style:none;
}

#busqueda li{
	margin:0 0 10px 0;
	padding:0 0 0 16px;
	display:block;
	background:url(../images/icons/icono_busqueda.jpg) no-repeat;
}

#busqueda li a{
	text-decoration:none;
}

#busqueda2{
	width:350px;
	height:auto;
	float:left;
	margin:10px 0 0 20px;
}

#busqueda2 ul{
	margin:0;
	padding:0;
	list-style:none;
}

#busqueda2 li{
	margin:0 0 10px 0;
	padding:0 0 0 16px;
	display:block;
	background:url(../images/icons/icono_busqueda.jpg) no-repeat;
}

#busqueda2 li a{
	text-decoration:none;
}

.busqueda_descargar {
	width:auto;
	height:auto;
	padding:3px 0px 0px 14px;
	margin:0;
	display:block;
	text-decoration:none;
	background:url(../images/icons/icono-descargar.gif) no-repeat;
}

/********************************************* PAGINADO ***********************************/

#paginado{
	width:400px;
	height:20px;
	float:left;
	margin: 10px 0 0 50px;
	padding:20px 0 0 0;
	border-top: 1px solid;
}

#paginado ul{
	margin:0;
	padding:0;
	list-style:none;
}

#paginado li{
	float:left;
}

#paginado li a{
	width:auto;
	height:auto;	
	display: block;
	float:left;
	padding: 2px 5px;
	margin:0 1px 0 0;
	text-decoration:none;
}

#paginado li a:hover{}

/********************************************* ABECEDARIO ***********************************/

#abecedario{
	width:400px;
	height:20px;
	float:left;
	margin: 0px 0 0 20px;
	padding:5px 0 0 0;
}

#abecedario ul{
	margin:0;
	padding:0;
	list-style:none;
}

#abecedario li{
	float:left;
}

#abecedario li a{
	width:auto;
	height:auto;	
	display: block;
	float:left;
	padding: 2px 5px;
	margin:0 1px 0 0;
	text-decoration:none;
	background:#ccc;
	color:#000;
}

#abecedario li a:hover{}


/********************************************* BOXES 01 ********************************************/


#noticia1box{
	width:490px;
	height:auto;
	float:left;
}

#noticiatitulo{
	color:#fff;
	background:#AACDE5;	
	padding:5px;
	border-top: 5px solid #003466;
}

#noticiacontenido{
	background:#F6F6F6;
	padding:10px;
}

#noticias_otras{
	width:490px;
	height:auto;
	float:left;
	margin:0 0 20px 0;
	padding:0;
	background:#F5F5F5;
}

#noticias_otras ul{
	list-style:none;
	margin:0;
	padding:10px 0 0 10px;
}

#noticias_otras li{
	list-style:none;
	display:block;
	margin:0;
	padding:1px 0 8px 16px;
	background:url(../images/icons/icono_busqueda.jpg) no-repeat 0px 0px;
	font-weight: bold;
}

#noticias_otras li a{
	color:#000;
	text-decoration:none;
}

#noticias_otras li a:hover{
	text-decoration:underline;
}

.noticias_bolsanegocio{
	width:490px;
	background:#F5F5F5;
}

.noticias_bolsanegocio_enunciado{
	padding:5px;
	font-weight:bold;
	border-bottom:1px dotted #ccc;
}

.noticias_bolsanegocio_col1{
	padding:5px;
	width:150px;
}

.noticias_bolsanegocio_col2{
	padding:5px;
	width:150px;
}


.noticias_bolsanegocio_col3{
	padding:5px;
	width:190px;
}


#noticias_categorias{
	width:490px;
	height:auto;
	float:left;
	margin:20px 0 0 0;
}

#noticias_categorias ul{
	list-style:none;
	margin:0;
	padding:0;
}

#noticias_categorias li{
	width:240px;
	height: 50px;
	float:left;
	margin:0px 5px 1px 0px;
	padding: 5px 0;
	display:block;
	background:#F5F5F5;
	border-bottom:1px solid #ccc;
}

#noticias_categorias li a{
	display:block;
	text-decoration: none;
}

.noticias_categorias{
	float:left;
	width:50px;
	height:50px;
	margin:0 8px 8px 8px;
}

.noticias_categorias_rss{
	margin:5px 0 0 0;
}

#noticias_info{
	width:484px;
	padding:5px 8px;
	margin:30px 0px;
	background:#AACDE5;
	color:#fff;
}

/********************************************* BOXES 02 ********************************************/

.02_pymes_table{
	width:500px;
	margin:20px 0 0 0;
	float:left;
}

.02_pymes_table_col1{
	width:200px;
	margin:20px 0 0 0;
	text-align:center;
}


/********************************************* BOXES 05 ********************************************/

.05_table{
}

.05_table_td1{
	width:90px;
	text-align:center;
	font-weight: bold;
}

.05_table_td2{
}

.05-table_td_red{
	text-align:center;
	font-weight: bold;
}

/********************************************* BOXES 06 ********************************************/

.06_table{
	width:200px;
	float:left;
	margin: 0px 0px 0px 70px;
}
