/*
Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	color: #CCCCCC;
}

h1 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 1.6em;
}

p {
}

blockquote {
}

ul {
}

ol {
}

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

a:hover {
	border: none;
	color: #F46113;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 800px;
	height: 70px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
}

#header h1, #header h2 {
	float: left;
}

#header h1 {
	font-size: 24px;
}

#header h2 {
	font-size: 24px;
	padding-left: 10px;
}

#header a {
	border: none;
	text-transform: none;
	text-decoration: none;
	color: #000000;
}

/* promos */

#promos {
	width: 800px;
	height: 200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F46113;
}
#promos .box {
	float: left;
	width: 190px;
	margin-right: 4px;
	margin-left: 4px;
}
#promos .box h1 {
	font-size: 12px;
	color: #F46113;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F46113;
}
#promos .box p {
	font-size: 10px;
	color: #666666;
}


/* Page */

#page {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 12px;
	color: #F46113;
}

/* Wrapper Content */

#wrapper #content {
}

/* Content */

#content {
	float: right;
	width: 589px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content h1, #content h2, #content h3 {
	margin-bottom: 20px;
}

#content h1 {
	font-size: 24px;
	color: #F46113;
}

#content h2 {
	font-size: 107%;
	color: #F46113;
}

#content h3 {
	font-size: 12px;
	color: #F46113;
}

#content ul, #content ol {
	list-style-position: inside;
}

#content .boxed {
	float: left;
	width: 589px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F46113;
}

#content .boxed h2 {
	padding: 5px 0;
}

#content .boxed h1 {
	padding: 5px 0;
	background: url(images/img5.jpg) repeat-x left bottom;
}

#content .boxed ol {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* titular */

#titular {

}
#buscador {
	height: 300px;
	width: 589px;
}


/* destacado */

#destacado {

}

/* Footer */

#footer {
	width: 100%;
	height: 50px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F46113;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 10px;
}
