body {
	margin: 20px;
	padding: 0;
	font: 11px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
	background: #000;
	color: #ccc;
}


/*redefine*/

::-moz-selection {
	background: #000;
	color: #eee;
}

::selection {
	background: #000;
	color: #eee;
}

h1, h2, h3, h4, p, ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}

#pagina{
	text-align: left;
	width: 810px;
} 

#cuerpo{
	margin: 10px 0 10 0px;
}

#principal{
	border: #F0F 2px solid;
	margin-left: 250px;
	background-color: #000;
}

#otraPagina { 
	border: #00F 2px solid;
	padding: 10px;
	background-color: #777;
}


#logo { 
	margin: 10px 10px;
	width: 800px;
	height: 100px;
	background: url(../images/encabe.png)
}

#fondo {
	margin: 10px 10px;
	width: 800px;
	height: 400px;
	background: url(../images/fondo.jpg) center  no-repeat;
}

	
#actualizado { 
	margin: 0 10px;
	color: #fff;
}


/*shared*/

span.clr {
	display: block;
	clear: both;
}

/*content*/

#container {
	position: relative;
	width: 800px;
	padding: 0 0 0 10px;
	background: #000;
	margin: 30;
	text-align: left;
}

.title {
	width: 800px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.thumbnailContainer {
	width: 800px;
	margin-top: 0px;
	display: none;
	height: 0px;
	overflow: hidden;
}

.thumbnailContainer .clipper {
	margin: 10px 0 0 0;
}

.thumbnailContainer .horizontal {
	border: 1px solid #ccc;
	width: 160px;
	height: 120px;
	padding: 7px 0 0 7px;
	margin: 15px;
	float: left;
	cursor: pointer;
}

.thumbnailContainer .vertical {
	border: 1px solid #ccc;
	width: 120px;
	height: 160px;
	padding: 7px 0 0 7px;
	margin: 15px;
	float: left;
	cursor: pointer;
}

.thumbnailContainer img {

}

#footer {
	width: 800px;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding: 10px 0px;
	text-align: right;
}

a {
	color: #ccc;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

#images {
	display: none;
}


/* Menu lateral */

#sidebar { 
	width: 250px;
	margin: 0 0 0 10px;
	float:left;
}

#sidebar ul {
	list-style: none;
}

#sidebar a, #sidebar h3.cat {
	width: 180px;
	display: block;
	padding: 3px 5px 3px 40px;
	background: url(../images/tab_chico.png) center right no-repeat;
	margin: 5px 0;
	text-decoration: none;
}

/* primera vez */

#sidebar a {
	color: #000;
}

#sidebar a.big, #sidebar h3.cat {
	background: url(../images/tab_grande.png) center right no-repeat;
	padding: 4px 5px 4px 40px;
	margin: 08px 0;
}

#sidebar a.big {
	color: #fff;
}

#sidebar h3 {
	font-size: 15px;
}

#sidebar h3.cat {
	color: #fff;
	text-shadow: 1px 2px 1px #000;
}



