/*------------------------------------------------------------------------------------------
Todos los derechos reservados.
La informacion y procedimientos de este script se desarrollaron por PC Soluciones integrales
Pereira - Colombia.


Copyright (c) 2008
	PC Soluciones Integrales 
	info@pcsolucionesintegrales.com
	http://www.pcsolucionesintegrales.com
------------------------------------------------------------------------------------------*/


/**
* Define las propiedades generales
*/
*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	size:12px;
}
html{
	background: #000000;
}

body{
	margin: 0px;
	padding: 0px;
	background: #000000;
	
}

 



/**
* Define el encabezado
*/
#banner{
       position:relative; 
	   top:0px;
}

#barra{
    margin: 0px;
	padding: 0px; 
	width:900px; 
	height:70px;
}


/**
* Define la estructura
*/
#cuerpo{
     padding:0px; 
	 empty-cells:0px; 
	 margin:0px; 
	 width:900px;
	 overflow:auto;
}	

#contenido{
	width:900px; 
	background-color:#FFCC33; 
	overflow:auto;
	}
	

/**
* Define contenido
*/
	
#menu{
     float:left;
	 width:220px;
	 height:780px;
	 background-color: #FFCC33;
}

#informacion{
    background-color: #FFCC33; 
	width:530px; 
	float:left;
}

#titulo{
    height:56px;
	
}


#derecha{
width:120px; float: right;
}
/**

* Define estilos de letras
*/
.Estilo3 {font-weight: bold; font-family: "Lucida Calligraphy"; font-size: 24px; color: #FFFFFF;}
.Estilo6 {
	font-size: 14px;
	color: #000000;
	font-family: "Berlin Sans FB";
}

.Estilo7 {
	font-size: 16px;
	color: #663333;
	font-family: "Berlin Sans FB";
}



