/* Página de estilos de Resopal */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	font-family: Verdana;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #525252;
	background-attachment: fixed;
	background-color: #f9f9f9;
	background-image: url(../../images/fondopuntos.gif);
	background-repeat:  repeat-x;
	background-position: left top;
} 

.titulo1 {    
    text-align: center;	
	font-size: 1.2em;
	/*font-weight : bold;*/
	font-family: Arial;		
	color: #525252;

	margin-bottom: 3em;				
}

.titulo2 {
	text-align: left;
	font-size: 1em;
	font-weight : bold;
	font-family: Arial;
	color: #000000;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	padding-left: 1em;
}

.textonormal {
	text-align: left;
	font-size: 0.8em;
	font-family: Arial;
	color: #525252;
	padding-left: 1em;
}

.lista1 {
    text-align: left;	
	font-size : 0.8em;
	list-style-type: circle;	
	text-indent: 1.5em;	
	margin-left: 1.5em;					
}  

.lista2 {   
    text-align: left;   	
	font-size : 0.8em;
	list-style-type: disc;	
	text-indent: 1.5em;		
	margin-left: 1.5em;				
} 

.titulotabla {	
	text-align: center;
	font-size: 0.9em;
	font-weight : bold;	
	font-family: Arial;		
	color: #525252;				
}

.subtitulotabla {
	text-align: center;
	font-size: 0.8em;	
	font-family: Arial;		
	color: #525252;				
}

.tabla {   
    float: center;
	border: 0em;
	width: 35em;						
}

table {
	border: 0.2em solid #CCCCCC;
	width: 50em;
}

td {   	
	border: 0em solid #000000;
	padding-left: 0.5em;				
}

tr.cabeceratabla{
    text-align: center;
	font-size: 0.8em;	
	font-family: Arial;
	font-weight: bold;		
	color: #525252;
	background: #CCCCCC;		
}

.cabeceratabla{
    text-align: center;
	font-size: 0.8em;	
	font-family: Arial;
	font-weight: bold;		
	color: #525252;
	background: #CCCCCC;		
}

.celdaizquierda{
    text-align: left;
	font-size: 0.8em;	
	font-family: Arial;		
	color: #525252;
	background: #FFFFCC;		
}

.celdacentrada{
    text-align: center;
	font-size: 0.8em;	
	font-family: Arial;		
	color: #525252;
	background: #FFFF66;		
}

.nota {
	float: center;
    text-align: center;	
	font-size: 0.8em;	
	font-family: Arial;
	font-style: italic;		
	color: #525252;				
}

.enlace {
	text-align: left;
	font-size: 0.8em;
	font-family: Arial;
	color: #000066;
	text-decoration:underline;
	padding-left: 1em;
}

.enlace:visited {			
	color: #FF8112;				
}

.textopie{	
	text-align: center;		
	font-size: 0.8em;	
	font-family: Arial;		
	color: #525252;
	margin-top: 1.5em;						
}

dir {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

ul {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
p {
	margin-top: 1em;
	margin-bottom: 0.5em;
}
