/* ////////////////////////  Borrando los estilos por default \\\\\\\\\\\\\\\\\\\\\\\\\ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {list-style: none;}
blockquote, q {quotes: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del { text-decoration: line-through;}
table { border-collapse: collapse; border-spacing: 0;}


/* ---------------------------- body --------*/

body {
	background: #fff url(images/background.png) repeat-x;
	font-family: Arial, Helvetica, Sans-serif;
}

/* ---------------------------- container --------*/
#container{
	background: transparent url(images/backgroundContainer.png) no-repeat;
	margin: 0 auto;
	width: 800px;
}

/* ---------------------------- submenu --------*/

div#submenu ul {
	text-align: right;
	padding-top: 3px;
}

	div#submenu ul li {
		color: #fff;
		display: inline;
		margin: 0 0 0 1em ;
		font-size: 13px;
		font-variant: small-caps;
	}
	div#submenu ul li a,
	div#submenu ul li a:link,
	div#submenu ul li a:visited,
	div#submenu ul li a:active {
		color: #fff;
		text-decoration: none;
	}
	div#submenu ul li a:hover {
		color:#fd8320;
	}
	
/* ---------------------------- logo --------*/

div#logo {
	padding: 10px 0;
	height: 158px;
}

/* ---------------------------- Menu --------*/


div#menu ul {
	text-align: left;
	height: 40px;
	margin-left: 20px;
}

	div#menu ul li {
		display: inline;
		margin: 0 1em 0 0;
	}
	
	div#menu ul li a,
	div#menu ul li a:link,
	div#menu ul li a:visited,
	div#menu ul li a:active {
		color: #333;
		font-size: 15px;
		font-weight: bold;
		text-decoration: none;
	}
	
	div#menu ul li a:hover {
		color: #999;
	}
/* ---------------------------- content --------*/

div#content {
	width: 540px;
	padding: 20px;
	float: left;
	border-right: 2px solid #dddddd;
}



div#content h2 {
	font-size: 25px;
	font-weight: bold;
	margin: 0;
	line-height: 27px;
	font-family: Times, "Times new roman", serif;
}

div#content h2 a,
div#content h2 a:link,
div#content h2 a:visited,
div#content h2 a:active {
	text-decoration: none;
	color: #4e4e4e;
}

div#content h2 a:hover {
	text-decoration: underline;
}

div#content h4 {
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	font-family: Times, "Times new roman", serif;
}

div#content h4 a,
div#content h4 a:link,
div#content h4 a:visited,
div#content h4 a:active {
	text-decoration: none;
	color: #4e4e4e;
}

div#content h4 a:hover {
	text-decoration: underline;
}

div#content h5 {
	font-size: 21px;
	color: #777;
}

div#content h6 {
	font-size: 21px;
	color: orange;
	margin: 1em 0;
}

div#content p{
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	margin: 1em 0;
}

h3#datepost {
	font-size: 14px;
	margin: 0;
	color: #fd8320;
}

div#content p a,
div#content p a:link,
div#content p a:visited, 
div#content p a:active
{
	color: #d66203;
	text-decoration: none;
}

div#content p a:hover {
	text-decoration: underline;
}

div#content ul,  div#content ol{
	padding: 1em 1.5em;
}

div#content ul li, div#content ol li {
	color: #555;
	font-size: 12px;
	margin: 1em 0;
}

div.othernews {
	padding: 20px 0;
}

div.singlenews {
	background: transparent url(images/bullet_nota.gif) no-repeat 0 5px;
	padding: 10px 20px 10px 50px;
	border-bottom: 1px dotted #ccc;
}



img.imagenportada {
	float: right;
	margin: .5em;
	border: 5px solid #999;
}

div#othernews {

}

div#post{
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
}

div#post hr {
	border: 1px solid #ccc;
}

.alignright {
	float: right;
	margin: 1em;
	border: 5px solid #aaa;
}

.alignleft {
	float: left;
	margin: 1em;
	border: 5px solid #aaa;
}

/* ---------------------------- sidebar --------*/

div#sidebar {
	margin-left: 580px;
	padding: 20px;
}


	div#sidebar form{
		background: #fd8320;
	}
	
	input.campos {
		background: none;
		border: none;
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		padding: .3em;
		width: 125px;
	}
	
	input.botons {
		background: transparent url(images/botonBuscar.gif) no-repeat;
		width: 27px;
		height: 27px;
		border: none;
	}
	
	div#sidebar h2 {
		color: #4e4d4d;
		font-size: 14px;
		margin: 1em 0;
	}
	
	div#sidebar p {
		color: #4e4d4d;
		font-size: 12px;
		line-height: 15px;
		margin: 1em 0;
	}
	
	div#sidebar p a,
	div#sidebar p a:link,
	div#sidebar p a:visited, 
	div#sidebar p a:active
{
	color: #d66203;
	text-decoration: none;
}
	div#sidebar p a:hover {
		text-decoration: underline;
	}
	
	div#sidebar ul {
		padding-left: 1em;
	}
	
	div#sidebar ul li {
		list-style-image: url(images/bullet.gif);
		list-style-position: outside;
		margin: .5em 0;
		font-size: 12px;
	}
	
	div#sidebar ul li a,
	div#sidebar ul li a:link,
	div#sidebar ul li a:visited,
	div#sidebar ul li a:active {
		color: #777;
		text-decoration: none;
	}
	
	div#sidebar ul li a:hover {
		text-decoration: underline;
	}

/* ---------------------------- footer --------*/

div#footer {
	background: #4e4d4d;
	padding: 1.5em 0;
	text-align: center;
	color: #fff;
	clear: both;
	font-size: 11px;
}

	div#footer p a,
	div#footer p a:link,
	div#footer p a:hover,
	div#footer p a:visited,
	div#footer p a:active {
		color: #eee;
		text-decoration: underline;
		}

.bio {
	cursor: pointer;
	font-size: 18px;
	padding-top: 50px;
}

.biont {
	font-size: 13px;
}

.biodes {
	background: #ccc;
	border-bottom: 1px solid #999;
	min-height: 100px;
	margin: 1em 0;
	padding: 5px;
}
.bio2 {
	background: #ccc;
	border-bottom: 1px solid #999;
	margin: 1em 0;
	padding: 5px;
	cursor: pointer;
}

.biom p, .biodes2  {
	color: #111;
	font-size: 13px;
	line-height: 16px;
	margin: 1em 0;
}

.thumb {
	float: left;
	margin: 0 10px 0 0; 
}

div#galeria {
   border-top: 1px dotted #ccc;
   border-bottom: 1px dotted #ccc;
   margin: 16px 0;
   padding: 8px 0;
}

div.falbum-thumbnail-nods {
float: left;
margin: 0 5px;
}