/* Author: Alejandro Ruiz (C) 2002 Alejandro Ruiz. All rights reserved.
Description: Style for the CF66 Webpage, 100% XHTML 1.0 & WAI-AAA W3C Standards 
May 26, 2002 First Ed.*/

/* Links */

:link { color: #669966;
		font-weight: bold; 		
		background-color: #FFFFFF;}
:visited { color: #999966;
		font-weight: bold;		
		background-color: #FFFFFF;}
:active { color: #FF3300;	
		font-weight: bold;	
		background-color: #FFFFFF;}
:hover { color: #FF0000;
		font-weight: bold;		
		background-color: #FFFFFF;}

/* General */

	body {
	    font-family: Arial, Helvetica, sans-serif;
		color: #000000; 
		background-color: #FFFFFF;
		background-image: url('images/img-bg-madera.jpg');
		margin-top: 10%;
		margin-left: 15%;
		margin-right: 15%;
		margin-bottom: 10%;
		}

/* Structures */

	div.main {
		width: 100%;
		border: solid;
		border-width: 1px;
		border-color: #CCCCCC;
		background-color: #FFFFFF;
		text-align: left;
		color: #000000;		
		} 

	div.logo {
		background-color: #FFFFFF;
		text-align: center;
		color: #FF9933;
	}
	
	div.dignidades {
		width: 100%;
		text-align: center;
	}
	
	div.columnaizq {
		position: relative;
		float: left;
    	width: 35px;
    	height: auto;
	}
	
	div.columnader {
		position: relative;
		top: 1px;
    	width: 35px;
    	height: auto;
    	float: right;
	}
		
	div.cuadro {
		margin: 1px;
		position: relative;
		width: auto;
	}
	
	div.estampilla {
		text-align: right;
		margin-right: 5px;
		float: right;
	}

	div.figure {
		margin-left: 5px;
		margin-right: 5px;
		background-color: transparent;
		width: auto;
		height: auto;
		float: left;
	}
	
	div.footer {
		text-align: center;
		font-size: 67%;
		margin: 3%;
		margin-top: 5em;
	}

/* Elements */
	
	p {
		margin-left: 3%;
		margin-right: 3%;
		margin-bottom: 2em;
		line-height: 1.5em;
		}
		
	p.title {
		text-transform: uppercase;
		font-family: "Times New Roman", Garamond, serif;
		color: #FF9933;
		font-size: 125%;
		background-color: transparent;
		line-height: 1em;
		margin-top: 2%;
		margin-bottom: 3%;
		}
		
	p.header {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	    border-top: solid;
	    border-bottom: solid;
	    border-width: 1px;
	    border-color: #CCCCCC;
		text-align: center;
		font-size: 67%;
		margin-top: 1em;
		margin-bottom: 1em;
		margin-left: 3%;
		margin-right: 3%;
	}
		
	address {
		background-color: transparent;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		color: #000000;
		font-size: 100%;
		font-style: normal;
		}
	
	ul, dl {
		font-family: Arial, Helvetica, sans-serif;
		}
	
	em { 
		font-style: normal;
		color: #999966;
		background-color: transparent;
		}
	
	strong { 
		font-weight: bold;
		}
		
	h3 {
		font-family: Arial, Helvetica, sans-serif;
		color: #000000;
		margin-top: 2em;
		margin-bottom: 1em;
		margin-left: 3%;
		margin-right: 3%;
		background-color: transparent;
		}