/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #CCCCCC;
	font: 70%/1.5em Verdana;
	color: #2B5EB1;
	text-align: center;
	font-weight: bold;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #2B5EB1; 
	background: inherit;
}
a:hover {
	color: #82C13E;
	background: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: Verdana;
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 110%;
	color: #666666; 
}

/* images */
img {
	margin: 0px 0px 0px 0px;

}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #88ac0b;	
}
ul span, ol span {
	color: #666666;
}

/********************************************
   LAYOUT
********************************************/ 
#motor_busqueda {
	width: 468px;
	height: 250px;
	background: url(motor_busqueda.jpg);
	margin: 15px;
	align: center;
	font: 1.2em Verdana;
	color: #2B5EB1;
	text-align: center;
}
#wrap {
	width: 820px;
	background: #CCC url(content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 760px;
	padding: 0;
	margin-left: 25px;
}
#header {
	width: 820px;
	position: relative;
	height: 106px;
	background: #CCC url(header.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}

#publicidad {
	width: 820px;
	position: relative;
	height: 105px;
	background: url(publicidad.gif) repeat-y center;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	margin-top: 10px;
}
#publicidadbajo {
	width: 820px;
	height: 100px;
	background: url(publicidad.gif) repeat-y center;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	clear: both;
}
/* Menu */
#menu {
	clear: both;
	margin: 0;
	padding: 0 40px 0 0;
	background: url(menu.jpg) repeat-y center top;
	font: bold 12px/26px Verdana;
	height: 26px;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #ECECEC;
	color: #2B5EB1;
}

/* Main Column */
#main {
	float: right;
	width: 510px;
	padding: 0;
	text-align: left;
	margin-left: 10px;
}
#main h1 {
	padding: 5px 0 5px 5px;
	font: bold 1.4em Verdana;
	color: #555;
	background: #EEF0F1 url(headermain.gif) repeat-x left bottom;
	border: 1px solid #EFF0F1;
	vertical-align: middle;
}
#main .left-box {
	border: 1px solid #EFF0F1;
	margin: 0 0 5px 0;
	text-align: justify;
}
/* Sidebar */	
#sidebar {
	float: left;
	width: 220px;
	padding: 0;
	margin-left: 5px;
}	
#sidebar h1 {
	padding: 5px 0 5px 10px;
	font: bold 1.4em Verdana;
	color: #555;
	background: #EEF0F1 url(headerbg.gif) repeat-x left bottom;
	border: 1px solid #EFF0F1;
}
#sidebar .left-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}

/* Footer */	
#footer {
	color: #666666;
	background: #CCC url(footer.jpg) no-repeat center top;
	clear: both;
	width: 820px;
	height: 55px;
	text-align: center;	
	font-size: 92%;
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

.Estilo1 {
	font-size: 0.9em
}

