/* CSS Document */






/* ==================== TEXTO ARTÍCULOS ========== */


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-align: justify;
	letter-spacing: 0.01em;
	line-height: 1.35em;
	}

.versales {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	font-variant: small-caps;
}

.superscript {
	font-size: 10px;
	vertical-align: super;
}
	
/* ---------------- Listas----------------- */	
	

ul, ol, li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height: 1.35 em;
	/*letter-spacing: 0.055em;*/
	}
	
/* ---------------- Align ----------------- */	


.center {
	text-align: center;
}

.left {
	text-align: left;
}



/* ----------------- Headers ----------- */

	

h1, h2, h3, h4, h5, h6 {
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color:#FFFFFF;
	text-align: left;
	}
	
h1 {
	line-height: 1.3em;
	font-size:28px;
}


h2 {
	line-height: 1.3em;
	margin-top:0px;
	margin-bottom:5px;
	font-size: 20px;
}

h3 { font-size:17px; 
	 font-weight:bold; 
	 margin-top:0px; 
	 margin-bottom:5px;
	}

h4 {
	font-size:15px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:5px;
	}
	
h5 { font-size:14px; 
	 font-weight:bold; 
	 margin-top:0px; 
	 margin-bottom:5px;
	}


.inline {
	margin-top:0px;
	margin-bottom:0px;
	display: inline;
}

h2+img { margin-bottom:2px;
		}


.noMargins { margin-top:0; margin-bottom:0;
}

p+h1, p+h2, p+h3, p+h4, p+h5, p+h6 {
	margin-top:0px;
	margin-bottom:0px;									 
	}

h1+p, h2+p, h3+p, h4+p, h5+p, h6+p {
	margin-top:0px;
	margin-bottom:17px;
									 
	}
	
/* ----------------- Cabeza directores ----------- */	


.imdb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.imdb:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: underline;
	color: #FFFFFF;
}

.imdbNota {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}

.NombreDirector {
	text-transform: uppercase;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	font-weight: bold;
}




	
/* ==================== CONTACTO ========== */	

	
	
textarea {
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
input {
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


/* ================== CREDITOS ======================= */

#creditos {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color:#FFFFFF;
	margin-bottom: 50px;
	margin-left: 30px;
}

#creditos a {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color:#FFFFFF
}

#creditos a:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color:#FFFFFF
	text-decoration:underline;
}


/* ================== FUENTE ======================= */


#fuente {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 25px;
	margin-bottom: 25px;
	text-indent: 0px;
	text-align: left;
	float: left;
	width: autopx;
	list-style-image: url(../../sindicato/media/imagenes/bala-triangulo-blanco2.gif);
	list-style-position: outside;
	display: list-item;
}
ol.lower-alpha {
	list-style-type: lower-alpha;
}

.borderBlanco {
	border: 1px solid #666;
	padding-bottom: 30px;
	padding-top: 30px;
}
