* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	margin-top: 1.5em;
	font-weight: normal;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 160%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #0000CC;
}



a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#header {
	width: 900px;
	height: 20px;
	margin: 0 auto;
}

/* logos */

#logos {
	width: 160px;
	float:left;
	height: 110px;
	margin: 0 auto;
	background:#4C88BA;
	padding-left: 25px;
	padding-top: 15px;
	padding-right: 10px;
}

/* titulo */

#titulo {
	width: 545px;
	height: 90px;
	float:left;
	background:#4C88BA;
	padding-top: 35px;
	font-size: 45px;
	text-align:right;
	font-family:"Times New Roman", Times, serif;
	
}

/* tituloimagen */

#tituloimagen {
	width: 160px;
	height: 125px;
	float:left;
	margin: 0 auto;
	background:#4C88BA;
	
}



/* Menu */

#menu {
	width: 870px;
	height: 40px;
	padding-left: 30px;
	margin: 0 auto;
	background: #4471CA url(../images/img02.gif) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	height: 28px;
	padding: 12px 20px 0 20px;
	background: url(../images/img03.gif) no-repeat;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	background: none;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	background: #2C6BA1;
}

/* Content */

#content {
	float: left;
	width: 880px;
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background: #CDD7F8;
	font-size:16px;
}

#content .resultado
{
	font-size:10px;
}

#contenido {
	float: right;
	width: 640px;

}

#contenido ul{
padding-left: 30px;
}

#divider {
	background: url(../articulos/images/divider.jpg) repeat-x;
	width: 5px;
}

/* Imagen */

#imagen {
	float: left;
	width: 179px;
	height: 382px;
	margin-top: 5px;
	margin-left: 5px;

	
}

/* Sidebar */

#sidebar {

	float: left;
	width: 215px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 10px;
}

#sidebar li ul {
	background: url(images/img03.jpg) repeat-x left bottom;

}

#sidebar li li {
	padding-left: 12px;
	font-size: 14px;
}

#sidebar h2 {
	background: url(images/img04.jpg) repeat-x left bottom;
	border-bottom: 1px dotted #054783;
	font-size: 18px;
}

/* Search */

#search {
	background: url(images/img03.jpg) repeat-x left bottom;
	margin-bottom: 10px;
}

#search h2 {
	margin-bottom: 10px;
}

#s {
	width: 115px;
	margin-right: 5px;
	margin-left: 15px;
	margin-bottom: 20px;
	padding: 3px 0px 3px 15px;
}

#x {
	margin-bottom: 20px;
	padding: 3px 3px 3px 3px;
	background: #ECECEC;
	border: none;
	text-transform: lowercase;
	font-size: 11px;
	color: #4F4F4F;
}


#footer {
	width: 900px;
	height: 40px;
	margin: 0 auto;
	background: url(../images/img09.gif) no-repeat;
}


#footer h2 {
	height: 30px;
	margin: 0;
	padding-top: 5px;
	background: url(../images/img10.gif) no-repeat right top;
	text-align: left;
	text-indent: 10px;
	font-size: .9em;
	font-weight: bold;
	color: #FFFFFF;
}

/* Post */

.post {
	padding: 15px 15px;
		
}

.post .title {
	margin-bottom: 20px;
	border-bottom: 1px dotted #054783;
	background: url(images/img04.jpg) repeat-x left bottom;
}

.post .entry {
font-size:16px;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}





