/**
 * CSS Document - Confederación de Cuadros y Profesionales
 * 
 * $Id: css.css,v 1.18 2006-12-27 15:31:57 miguel Exp $
 * @author Miguel Vázquez González
 * @package confederacion_cuadros
 *
 * Created on 08-may-2006
 */


/* 
 * HTML Tags  *****************************************************************
 */

	/* DEBUGER CSS
	  * { outline: 2px dotted red }
	  * * { outline: 2px dotted green }
	  * * * { outline: 2px dotted orange }
	  * * * * { outline: 2px dotted blue }
	  * * * * * { outline: 1px solid red }
	  * * * * * * { outline: 1px solid green }
	  * * * * * * * { outline: 1px solid orange }
	  * * * * * * * * { outline: 1px solid blue }
	*/

	body{
		background-image:url(../../theme/images/bg.png);
		background-repeat: repeat;
		text-align: rigrh;
		margin: 0px 0px 0px 0px;
		font-family: verdana;
		font-size: 11px;
		/*margin: 0px 1% 0px 1%;*/
	}
	h1 {
		font-size: 16px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}

	h2 {
		font-size: 16px;
		padding: 0px 8px 0px 22px;
		margin: 0px 0px 0px 0px;
		background-image:url(../../theme/images/bullet_h2_18_white.gif);
		background-repeat: no-repeat;
	}
	
	h3, h4, h5 {
		font-size: 14px;
		padding: 2px 0px 2px 18px;
		padding-left: 22px;
		padding-right: 12px;
		margin: 0px 0px 0px 0px;
		color: #3B87C3;
		background-image:url(../../theme/images/bullet_h2_22_blue.gif);
		background-repeat: no-repeat;
		background-color: #f1f1f1;
	}
	h3 a {
		font-size: 12px;
		background-image:url(../../theme/images/bullet_link_12_blue.gif);
	}

	input {
		font-size: 12px;
		border: 1px #cccccc solid;
	}
	
	input.texto {
		width: 170px;
	}
	
	img {
		max-width: 540px;
		overflow: hidden;
	}
/* 
 * Ids ************************************************************************
 */
	#content {
		width: 750px;
		background-color: #f9f9f9;
		padding: 10px 10px 10px 10px;
		text-align: left;
	}
	
		#cabecera {
			text-align: left;
		}
	
		#cuerpo {
			padding: 10px 0px 0px 0px;
			text-align: left;
		}
	
			.cuerpo_izquierda {
				float: left;
				width: 200px;
				height: 100%;
			}
				.cuerpo_izquierda_titulo {
					vertical-align: middle;
					padding: 5px 0px 5px 10px;
					color: #ffffff;
					font-weight: bold;	
					width: 187px;			
				}
				
				.cuerpo_izquierda_items {
					clear: both;
					border-right: 4px solid #f1f1f1;
					border-bottom: 4px solid #f1f1f1;
					margin: 10px 0px 10px 0px ;
					min-height: 50px;
				}
			
			.cuerpo_derecha {
				overflow: hidden; /* OJO CON ESTO PUEDE CORTAR IMÁGENES */
				width: 540px;
				height: 100%;
				float: right;
				/*border-right: 4px solid #f2f2f2;
				border-bottom: 4px solid #f2f2f2;*/
				text-align: justify;
			}
				.cuerpo_derecha_titulo{
					clear: both;
					vertical-align: middle;
					padding: 5px 0px 5px 10px;
					color: #ffffff;
					font-weight: bold;	
					width: 530px;
					margin: 0px 0px 0px 0px;
				}
		
				.cuerpo_derecha_items {
					margin: 10px 0px 10px 0px;
					clear: both;
				}
					.bloque_A{
						float: left;
						width: 265px;
						margin: 0px 5px 10px 0px;
					}
					.bloque_B{
						float: right;
						width: 265px;
						margin: 0px 0px 10px 5px;
					}
	
				.banner {
					background-color: #ff0000;
				}
		#pie { 
			padding: 5px 0px 0px 0px;
			clear: both;
		}
	
		.titulo_A{ /* ACTUALIDAD */
			clear: both;
			background-color: #CF3348;
			width: 100%;
		}
		.titulo_B{ /* BUSCADOR */
			clear: both;
			background-color: #FF9900;
			width: 100%;
		}
		.titulo_C{ /* TITULO PAGINA */
			clear: both;
			background-color: #01A0C7;
			width: 100%;
		}
		.titulo_D{ /* ENTIDADES ASOCIADAS */
			clear: both;
			background-color: #41AF79;
			width: 100%;
		}
		.titulo_E{ /* ORGANOS DE GOBIERNO */
			clear: both;
			background-color: #FFD35F;
			width: 100%;
		}

		.cuerpo_titulo{
			clear: both;
			vertical-align: middle;
			padding: 5px 0px 5px 10px;
			color: #ffffff;
			font-weight: bold;	
			width: 500px;
			margin: 0px 0px 0px 0px;
		}
/* 
 * Clases *********************************************************************
 */
	.no_visible {
		display: none;
	}

	.tabla_cabecera {
		background-image:url(../../theme/images/rep_1.jpg);
	}
	.body_blanco{
		background-color:#ffffff; 
		background-repeat: repeat;
		text-align: rigrh;
		margin: 0px 0px 0px 0px;
		font-family: verdana;
		font-size: 11px;
		/*margin: 0px 1% 0px 1%;*/
	}
	
	.divMarco {
		background-color: #ffffff;
		border: 1px #cccccc solid;
		padding: 10px 10px 10px 10px;
		min-height: 50px;
	}

	.divMarcoFaq{
		background-color: #F8F8FF;
		border: 1px #cccccc solid;
		margin-top: 0px;
		margin-bottom: 15px;
		margin-left: 5px;
		margin-right: 5px;
		padding: 5px;
		min-height: 50px;
		text-align: left;
	}

	.aviso {
		width: 80%;
		border: 1px solid #ff0000;
		background-color: #f1f1f1;
		color: #ff0000;
		font-weight: bold;
		text-align: center;
		padding: 10px;
		margin: 10px;
	}
	
	.floatLeft {
		float: left;
	}

	.mas_info { /* OJO !!!!!! en "noticiasRSS.php" - no es una clase, sino una etiqueta <font>*/
		font-family: verdana;
		font-size: 10px;
	}
/*
 * ENLACES DE INTERES *********************************************************
 */
	.enlacesInteresCol1 {
		float: left;
		padding: 15px;
	}
	.enlacesInteresCol2 {
		padding: 15px;
	}


/*
 * Federaciones y asociaciones *************************************************
 */	
	.nombreFamiliaAsociaciones {
		
	}
	
	.cajaAsociaciones {
		margin-left: 0px;
		margin-right: 0px;
	} 

	.leyenda {
		background-color: #f9f9f9;
		margin-top: 30px;
		border: 1px #f1f1f1 solid;
		font-size: 9px;
	}


/*
 * PAGINA DOCUMENTOS **********************************************************
 */
	.tipoDocumento {
		
	}

	.tituloDocumento {
		font-weight: bold;
	}

	.subtituloDocumento {
		font-size: 9px;
		padding-left: 15px;
	}

	.descripcionDocumento {
		color: #000000;
	}

	.fechaDocumento {
		padding-left: 15px;
	}

	.numPaginacionConEnlace {
		
	} 

	.numPaginacionSinEnlace {
		color: #cccccc;
		font-size: 9px;
	} 

/*
 * NOTICIAS RSS ***************************************************************
 */
	.divCabeceraRss {
		text-align: center;
	}

	.imputFormBuscador {
		border-right: #00428b 1px solid; 
		border-top: #00428b 1px solid; 
		border-left: #00428b 1px solid; 
		border-bottom: #00428b 1px solid; 
		font-size: 10px; 
		color: #012266; 
		background-color: #ffffff;
		font-family: Verdana,Arial,Helvetica,sans-serif; 
	}
	
	div.separaNoticiasClear {
		clear:both;
		border-bottom: 1px #666666 solid;
		padding: 4px 0px 10px 0px;
	}

	div.separaNoticiasPadding {
		padding: 5px 0px 5px 0px;
	}

	div.separaNoticiasTransparente {
		clear:both;
		padding: 4px 0px 10px 0px;
	}
	
	.divNoticias{
		text-align: left; 
		width: 100%;
	}

	a.tituloCanal{
		font-weight: bold;
		font-size: 14px;
		color: #375880;
	}

	a.tituloCanal:hover{
		color: #009CC4;
	}

	a.enlaceNoticia {
		font-weight:bold;
		font-size: 10px;
		color: #375880;
		text-align:justify;
		text-decoration: none;
	}

	a.enlaceNoticia:hover {
		color: #009CC4;
		text-decoration: underline;
	}

	div.descripcionNoticia{
		color: #003366;
		font-size: 10px;
		text-align:justify;
		padding-top: 6px;
	}

	div.fechaNoticia {
		color: #666666;
		font-size: 10px;
		padding-top: 6px;
	}

/*
 * Enlaces ********************************************************************
 */
	a, a:link, a:visited{
		color:#375880;
		text-decoration : none;
	}

	a:hover, a:active{
		color:#009CC4;
		text-decoration: underline;
	}
	
	a.menu, a.menu:visited {
		font-weight: bold;
		color: #f1f1f1;
	}

	a.menu:hover {
		font-weight: bold;
		color: #FFCC00;
	}