/* Menu */

 	.prueba { list-style:none; margin: 8px 25px 10px 200px; width: px; float: left; }
	.prueba li { float: left; margin: 0px 0px 0 0; }
	.prueba li a { display: block; font-size: 14px; padding: 7px 10px; border: 0px solid #fff; }
	.prueba a:hover, .prueba li.current a { background: url(../images/bg.jpg) no-repeat; border: 0px solid #ddd; }

		.prueba li ul { display: block; background: #fff; margin: -1px 0 0; position: absolute; display: none; z-index: 2; border: 1px solid #ddd; }
		.prueba li ul li { float: none; display: inline; margin: 0; padding: 0; }
		.prueba li ul li a { width: auto; margin: 0px; white-space: nowrap; } 


#left { width: 800px; float: left; margin-left: 25px; display: inline; }
	#left img { float: left; margin: 5px 20px 2px 0; padding: 3px; border: 1px solid #ccc; }
	#left form { padding-left: 45px; }
	#left label { float: left; display: block; clear: both; padding: 3px 0; color: #666; font-weight: normal; width: 200px; }
		#left .lcurrent { font-weight: bold; }
	#left label img { vertical-align: middle; }
	#left input.text, textarea, select { float: left; margin: 0 5px 10px 0; padding: 7px; width: 350px; border: 1px solid #ccc; }
	#left textarea { height: 200px; }
	#left select { width: 366px; }
	#left input.radio {  }
		#left input:focus { border-color:#aaa; }
		#left textarea:focus { border-color: #aaa; }	
	.error { font-size: 10px; color: #666; margin: 0 0 10px 150px; display: none; }
	#left .submit { border: 0; background: #000; color: #fff; padding: 5px; float: left; margin-left: 200px; }


ul { color: #666; margin: 0 0 10px 30px; line-height: 18px; }
ol { color: #666; margin: 5px 0 5px 30px; line-height: 18px; }
	
	#contact-back { margin: 12px 40px 0 0; float: right; }

.post { position: relative; margin-bottom: 20px; height: 127px; }
.post-options { position: relative; margin: -37px 0 40px 0; font-size: 10px; color: #666; }

.x { clear: both; }
.break { border-top: 1px solid #ccc; margin: 30px 0; display: block; }




/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #E3E3E6 url(../images/img01.png) repeat-x;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #88888A;
}

h1, h2, h3 {
	color: #313131;
}

h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: -2px;
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 167%;
	font-size: 107%;
}

blockquote {
	margin-left: 2em;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
}

a {
	text-decoration: none;
	color: #313131;
}

a:hover {
	text-decoration: underline;
	color: #DB5600;
}




#noticias {
	width: 400px;
	margin:  10 auto;
	border-left: 20px solid #DB5600;
}

#noticias ul {
	margin: 0;
	padding: 10;
	list-style: none;
}

#noticias li {
	padding: 0;
	display: inline;
	background: none;
}



#noticias a {
	display: block;
	float: left;
	height: 30px;
	padding: 5px 20px 20 20px;
	font-size: 92%;
	font-weight: bold;
}



#noticias a:hover {
	background: #FFFFFF;
	text-decoration: none;
	color: #000000;
}

#noticias b {
	text-decoration: underline;
}



#menu {
	width: 880px;
	height: 35px;
	margin:  0 auto;
	border-left: 20px solid #DB5600;
}

#menu ul {
	margin: 0;
	padding: 10;
	list-style: none;
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
}



#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 5px 20px 0 20px;
	font-size: 92%;
	font-weight: bold;
}



#menu a:hover {
	background: #FFFFFF;
	text-decoration: none;
	color: #000000;
}

#menu b {
	text-decoration: underline;
}




/* Logo */

#logo {
	width: 900px;
	height: 150px;
	margin: 0 auto;
	background: #010100 url(../images/img02.jpg)}

#logo h1 {
	margin: 0;
	padding: 60px 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 189%;
}

#logo h2 {
	margin: 0;
	padding: 0 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	background:  url(../images/img03.png) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 700px;
	padding: 20px 30px 20px 50px;
}

#welcome {
	margin-bottom: 20px;
	padding-bottom: 1px;
	background:  url(../images/img04.gif) repeat-x left bottom;
}

.floating-box {
	float: left;
	width: 350px;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 92%;
}

.floating-box img {
	border: 2px solid #011110;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 25px 10px 10px 10px;
}

#sidebar blockquote {
	margin-left: 0;
	padding-left: 1em;
	background:  url(../images/img09.gif) no-repeat right bottom;
	border-left: 5px solid #DB5600;
}

#sidebar blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;
}


#anuncios_vertical {
	float: left;
	width: 200px;
	padding: 25px 10px 10px 10px;
}

#anuncios_vertical blockquote {
	margin-left: 0;
	padding-left: 1em;
	background:  url(../images/img09.gif) no-repeat right bottom;
	border-left: 5px solid #DB5600;
}

#anuncios_vertical blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;
}

#anuncios_horizontal {
	float: center;
	height: 90;
	padding:  10px 10px 10px 10px;
}

#anuncios_horizontal blockquote {
	margin-left: 0;
	padding-left: 1em;
	background:  url(../images/img09.gif) no-repeat right bottom;
	border-left: 5px solid #DB5600;
}

#anuncios_horizontal blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;
}


#links {
}

#links ul {
	background:  url(../images/img04.gif) repeat-x left bottom;
}

#links li {
	padding: 5px 0;
	background:  url(../images/img04.gif) repeat-x left top;
}

#links a {
	padding-left: 1em;
	background:  url(../images/img08.gif) no-repeat left center;
	color: #DB5600;
}

/* Footer */

#footer {
	height: 50px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#footer .wrapper {
	width: 900px;
	margin: 0 auto;
}

#footer .links {
	float: left;
	width: 440px;
	height: 34px;
	padding: 16px 30px 0 30px;
	background: #FFFFFF;
	border-left: 20px solid #010100;
	font-size: 85%;
}

#footer .legal {
	float: left;
	width: 359px;
	height: 34px;
	margin: 0 auto;
	padding: 16px 20px 0 0;
	background: #DB5600;
	text-align: right;
	font-size: 85%;
	color: #FFFFFF;
}

#sidebar2 {
	float:inherit;
	width: 600px;
	padding: 25px 10px 10px 10px;
}

#sidebar2 blockquote {
	margin-left: 0;
	padding-left: 1em;
	background:  url(../images/img09.gif) no-repeat right bottom;
	border-left: 5px solid #DB5600;
}

#sidebar2 blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;
}
