* {
	padding: 0;
	margin: 0;
	}



/* estructura de la web */

body, html {

	text-align: center;
	background-color: #685579;
	background-image: url(images/fondo.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}
	
#fondo {
	width: 800px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/sombra.png);
	background-repeat: repeat-y;
	background-position: center top;
	}
	
#contenedor {
	width: 740px;
	margin-left: 30px;
	background-color: #FFFFFF;
	}

#cabecera {
	height: 60px;
	padding: 15px 20px 15px 20px;
	border-bottom: 2px solid #D3D3D3;
	text-align: left;
	}
	
#baner {
	text-align: left;
	background-color: #B0D400;
	}
	
#cuerpo {
	float: left;
	clear: both;
	min-height: 100px;
	height: 100%;
	padding: 10px;
	padding-bottom: 0;
	text-align: left;
	background-image: url(images/cuerpo.gif);
	background-repeat: repeat-x;
	}	
	
#columna_izquierda {
	width: 410px;
	height: 100%;
	float: left;
	padding: 19px 19px 9px 19px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	background-image: url(images/columna_izquierda.gif);
	background-repeat: repeat-x;
	}

#columna_derecha {
	width: 260px;
	float: right;
	}
	
#destacado, #imagenes, #contacto {
	width: 200px;
	padding: 20px 30px 30px 30px;
	margin-bottom: 10px;
	background-color: #eeeeee;
	background-image: url(images/columna_derecha.png);
	background-repeat: no-repeat;
	background-position: right top;
	}

#pie {
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 10px;
	background-color: #e0bee4;
	text-align: center;
	}
	
#factor {
	clear: both;
	padding: 15px;
	color: #999999;
	background-color: black;
	font-size: .8em;
	text-align: center;	
	}
	
	
	
/* estilos de texto */

body {
	font-size: .8em;
	color: #333333;
	font-family: arial;
	}

h1 {
	margin-top: 10px;
	font-size: 2.4em;
	font-family: "Trebuchet MS", Arial; 
	font-weight: normal;
	}
	
#columna_izquierda h2, #destacado h2, #imagenes h2 {
	clear: both;
	font-size: 1.6em;
	padding-bottom: .2em;
	border-bottom: 2px solid #685579;
	margin: 0;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial; 
	font-weight: normal;
	}
	
h3 {
	margin: 0;
	padding: 0;
	margin-bottom: .2em;
	font-size: 1.2em;
	font-family: "Trebuchet MS", Arial; 
	font-weight: bold;
	}
	
hr {
	margin-top: 20px;
	margin-bottom: 10px;
	}
	
p {
	margin-bottom: 2em;
	}
	
img {
	border: 0;
	}
	
	
/* sub apartados */

#cabecera div {
	width: 100%;
	text-align: right;
	}

#baner img {
	margin: 10px;
	}
	
	
/* enlaces */

a {
	color: #685579;
	font-weight: bold;
	}
	
a:hover {
	color: #987fa4;
	font-weight: bold;
	}
	
#factor a {
	color: #999999;
	text-decoration: none;
	}
	
#factor a:hover {
	text-decoration: underline;
	}
