/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 30px 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8A8A8A;
	background-repeat: no-repeat;
	
}

	#gallery {
		background-color: #fff;
		width:580px;
		align:justify;	}
	#gallery { list-style: none; }
	#gallery li { display: inline; }
	#gallery img {
		border: 5px solid #fff;
		border-width: 5px 5px 10px;
	}
	#gallery  a:hover img {
		border: 5px solid #b8b8b7;
		border-width: 5px 5px 10px;
		color: #fff;
	}
	#gallery  a:hover { color: #fff; }


h1, h2, {
	margin: 0;
	}

h1 {
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
font-weight:normal;
	line-height: 160%;
	color:#333;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
font-weight:normal;
	line-height: 150%;
	color:#333;
}
h3 {
	letter-spacing: -1px;
	font-size: 26px;
	font-style:normal;
	font-family: "Georgia", Times New Roman, Times, serif;
}
h4 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 11px;
	font-style: italic;
	font-style:normal;
}
h5 {
	letter-spacing: 1px;
	font-size: 16px;
		margin-bottom: 6px;
}

h6 {
	font-size: 15px;
	font-family: Arial, sans-serif;
	margin-bottom: 6px;
	font-style: normal;
	}
	
h7 {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 6px;
	font-style: normal;
	color: #666666;
	}

p, ul, ol {
	margin: 0 0 2em 0;
	
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
	color: #333333;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 15px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}


input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Header */

#header {
	width: 900px;
	height: 80px;
	margin: 0 auto 15px auto;
}

#logo {
	float: left;
	height: 50px;
	padding: 0 0px;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
	padding-right: 6px;
}

#menu ul {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}


#menu a {
	display: block;
	float: left;
	margin-left: 5px;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 13px;
	color: #999999;
	border-bottom: 3px #fff solid;
}

#menu a:hover {
	border-bottom: 3px #ffa302 solid;
	text-decoration: none;
	color: #ffa302;
}

#menu .active a {
	border-bottom: 3px #ffa302 solid;
}
#menu .active a:hover {
	border-bottom: 3px #ffa666 solid;
}


#wrapper {
	width: 100%;
	
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
}

/* Content */

#content {
	float: left;
	width: 200px;
	font-style:normal;
}

/* Post */

.post {font-weight:normal;}
.entry {font-weight:normal;}
.grisnews {font-weight:normal;
color: #333333;

}
.taronjasnews {
color: #ffa302;
}
.colormaps {
border: 8px #573033;
}

.post .title {}

.post .entry {}

.post .meta {}

.post .meta p {}

/* Sidebar */

#sidebar {
	float: right;
	width: 560px;
	margin-left: 40px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 20px;
}

#sidebar h2 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
}

#contenedor{
text-align: left;
width: 680px;
margin: auto;}

#lateral{
width: 230px;  /*Este será el ancho que tendrá tu columna*/
background-color: #fff;  /*Aquí pon el color del fondo que quieras para este lateral*/
float:left; /*Aqui determinas de lado quieres quede esta "columna" */
}

#principal{
margin-left:240px; /*Este margen hace que no se encime el contenido en tu menúlateral, es     importante que pongas un pocos pixeles más que el ancho  de tu columna lateral*/
background-color: #FFFFFF;
 /*ponemos un dorde para que se vea bonito*/
}

/* Footer */

#footer {
	width: 960px;
	height: 400px;
	margin: 0 auto;
	min-height: 74px;
	padding: 10px 0 0 0;
	font-size: 12px;
}
#infooter {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	float:right;
	font-size: 12px;
}

html>body #footer {
	height: auto;
}
