﻿@charset "utf-8";
/* CSS Document */

* {
	margin:0 auto;
	padding:0;
}

body {
	font-family:Verdana, Geneva, sans-serif;
}

div#topper {
	width:100%;
	height:20px;
	background:#E87717;
}

div#topper_container {
	width:1010px;
	height:20px;
	background:#E87717;
	padding-left:150px;	
	text-align: center;
}

div#topper_container h1{
	font-size:18px;
	color:#FFF;
	float:left;
}

div#topper2 {
	width:1010px;
	height:60px;
	background:url(images/gob-boliv-200.jpg);
	text-align: center;
	font-family: Verdana;
	font-weight: bold;
	color: #62595A;
}

div#banner {
	width:1000px;
	height:250px;
	background:url(images/encabezado.jpg);
	text-align: left;
}

div#lema {
	width:1010px;
	height:39px;
	background:url(images/ellema.jpg);
	text-align: left;
}

div#main_menu {
	width:1010px;
	height:31px;
	background:url(images/menu-horiz-fino.gif) repeat-x;
}
div#news_flash {
	width:1010px;
	height:25px;
	background-color: #EBEAE8;
	text-align: right;
	padding-top: 3px;
}

div#page {
	width:1010px;
	height:auto;
	padding: 10px 0 10px 0;
	/* fallback (opera, ie<=7) */
    background: #D9E3ED;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #D9E3ED, #FFFFFF);
    /* Chrome, safari:*/
    background: -webkit-gradient(linear, left top, left bottom, from(#D9E3ED), to(#FFFFFF));
    /* MSIE 8+ */
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#D9E3ED', EndColorStr='#FFFFFF', GradientType=0);
}

div#news_ticker {
	width:640px;
	height:auto;
	/*background-color: #EBEAE8;*/
	float:left;
}

div#adversite {
	width:325px;
	height:auto;
	padding-right: 20px;
	float:right;
	/*background-color: #EBEAE8;*/;
}

div#spanner {
	width:1010px;
	height:auto;
	background:url(images/cont-princip.gif);
}

div#content {
	width:1010px;	
}