/*  
Theme Name: Action Learning
Theme URI: http://prood.com/
Description: Plantilla desarrollada para la web de "Action Learning - El efecto Pegaso" en Abril 2007. Desarrollado por <a href="http://www.prood.com">Prood | Professionals del Disseny</a>.
Version: 1.0
Author: Rodrigo Barona Oliete
Author URI: http://prood.com/

	Action Learning - El efecto Pegaso
	http://prood.com

	This theme was designed and built by Rodrigo Barona,
	whose blog you will find at http://prood.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000;
}
body {
	background: #FFF;
	margin: 0;
}
a {
	color: #558BA9;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #558BA9;
}

hr {display:none;}


/* Acceso administrador superior
////////////////////////////////////////////////////////////////*/
#accesoadmin {display:none;
}

/*-- Centrar horixzontalmente la web --*/
	#horizon {margin:0;
	padding:0;
		}

/*-- Caja para centrar el contenido de todo la web --*/
	#contenido {
		width: 100%;

	}


/*-- Logotipo --*/
#logo {
}

	#logo h1 {padding:0; margin:0 0 20px 0; font-size:24px}
	
	#logo h1 a {
		display:block;
		text-decoration:none;

	}


/*-- Menu --*/
#menu {display:none;
}


/*-- textos --*/

#txt {
	width:100%;
}


#txt p {
	text-align:justify;
}

#txt h3 {
	padding:0;
	margin:4px 0 5px 0;
	font-weight:bold;
	font-size:18px;
	color:#558BA9;
}

#txt h4 {
	padding:0;
	margin:8px 0 6px 0;
	font-weight:bold;
	font-size:14px;
	border-bottom:1px solid #CCC;
}

.editar {display:none;}



.img-right {
	float:right;
	margin:4px 0 5px 10px;
	padding:3px;
	border:1px solid #558BA9;
}

/*-- Logo Action learning --*/
#action {
	display:none;

}

#action a {
		display:block;
		width:81px;
		height:29px;
		text-indent:-9999px;
		background:url('images/action-learning.gif') top left no-repeat;
}



/*-- Fotos aleatorias --*/
#foto1, #foto2, #foto3 {display:none;
}


/*-- FOOTER - INICIO --*/
	#footer {
		width: 100%;
		font-size:9pt;
	}

/*-- FOOTER - FIN --*/


/*-- HOME PAGE --*/

#home {
	width:729px;
	height:526px;
	background:#558BA9;
	color:#fff;
	line-height:140%;
	padding:0 15px 0 0;
	text-align:justify;
	font-size:11px;
}

#home img {
	float:left;
	margin:0 15px 0 0;
	border:0;
}

#home p {
	padding:0;
	margin:0;
}

#home a {
	color:#fff;
	text-decoration:underline;
}
