html,body {
	background:#ffffff;
	text-align:left;
	padding:0;
	margin:10px 0 0 0;
	height:100%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#1c1c1c;
}

.right {float:right;}
.left {float:left;}
.clear {clear:both;}

.bold {font-weight:bold;}
.underline {text-decoration:underline;}
.center {text-align:center;}

.verde {color:#99cf15;}

h1 {font-size:24px; margin:0;}
h2 {font-size:18px; margin:0;}
h3 {font-size:16px; margin:0;}

.m_l_5 {margin-left:5px;}
.m_l_10 {margin-left:10px;}
.m_l_20 {margin-left:20px;}
.m_l_50 {margin-left:50px;}
.m_r_5 {margin-right:5px;}
.m_r_10 {margin-right:10px;}
.m_r_20 {margin-right:20px;}
.m_t_10 {margin-top:10px;}
.m_t_20 {margin-top:20px;}
.m_b_10 {margin-bottom:10px;}
.m_b_20 {margin-bottom:20px;}
.m_b_40 {margin-bottom:40px;}

a {
	text-decoration:none;
	}

/*--CONTENEDOR--*/
	
#contenedor {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	}
	
/*--TOP--*/	

#banner_top {
	width:960px;
	position:relative;
	}
#logo_top {
	width:326px;
	height:73px;
	float:left;
	margin-top:28px;
	background:url(/_img/logo_microban.png);
	z-index:2;
	}
#banner_der {
	width:616px;
	height:123px;
	/*padding:80px 0 0 20px;*/
	float:right;
	color:#FFFFFF;
	background:url(/_img/fondo_banner_top.png);
	}
#titulo_banner {
	width:551px;
	height:40px;
	position:absolute;
	top:90px;
	left:360px;
	z-index:2;
	}
#banner_bus {
	position:absolute;
	top:10px;
	z-index:1;
	}

/*--CONTENIDO--*/

#contenido {
	width:960px;
	}
#cont_izq {
	width:310px;
	float:left;
	margin:20px 0 0 10px;
	}
#cuadradito_izq {
	width:290px;
	border-top:#959595 solid;
	border-bottom:#959595 solid;
	padding:10px 0;
	margin:20px 0 0 10px;
	color:#99cf15;
	font-weight:bold;
	}	
#cont_der {
	width:600px;
	float:right;
	margin-top:20px;
	text-align:justify;
	}
#cont_der ul li {
	list-style:inside disc;
	}
#cont_fotos_der {
	width:138px;
	margin:0px 0 0 20px;
	float:right;
	} 

/*--MENU_IZQ--*/

#menu_izq {
	width:310px;
	}
#menu_izq_top {
	width:310px;
	height:20px;
	background:url(/_img/fondo_menu_top.png);
	}
#menu_izq_mid {
	width:290px;
	padding:0 10px;
	background:url(/_img/fondo_menu_mid.png) repeat-y;
	}
#menu_izq_bot {
	width:310px;
	height:20px;
	background:url(/_img/fondo_menu_bot.png);
	}
#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	width:290px;
}
#menu li {
	margin: 0;
	padding: 0;
}
#menu a {
	background: #ebebeb url(/_img/fondo_boton.png) left center no-repeat;
	color: #1c1c1c;
	display: block;
	margin: 0;
	padding: 6px 0px 6px 40px;
	text-decoration: none;
	font-weight:bold;
}
#menu a:hover {
	background: #99cf15;
	color: #fff;
	padding-bottom: 6px;
}

/*--SUB MENU DERECHA--*/

#sub_menu {
        font: 80% "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight:bold;
		float:right;
		width:600px;
		margin-left:16px;
		margin-top:20px;
	}
#sub_menu ul li {
        list-style-type: none;
	}
#sub_menu ul {
        margin: 0;
        padding: 0;
	}
#sub_menu li {
        float: left;
	}
#sub_menu a {
        text-decoration: none;
        color: #000000;
        background: #ebebeb;
        display: block;
        padding: 3px 10px 3px 27px;
        text-align: center;
        border: 1px solid #bcbcbc;
        border-width: 1px 1px 1px 0;
		background: #ebebeb url(/_img/fondo_boton2.png) left center no-repeat;
	}
#sub_menu a#primero {
        border-left: 1px solid #bcbcbc;
	}
#sub_menu a:hover {
        background: #99cf15;
		color:#FFFFFF;
	}

/*--CONTACTO--*/

#formulario {
	width:300px;
	padding:10px;
	border:#ffffff 4px solid;
	margin:0 auto;
	}
.ancho_campo {
	width:100%;
	}
	
/*---PIE---*/

#pie {
	width:960px;
	margin:0 auto;
	height:33px;
	padding-top:15px;
	text-align:center;
	background:url(/_img/fondo_pie.png) repeat-x;
	position:relative;
	bottom:0px;
	font-weight:bold;
	}
#pie a {
	text-decoration:none;
	color:#000066;
	}
#pie a:hover {
	color:#0099FF;
	}
	
/*ADMIN*/

.fnd_celeste {
	background-color: #009ee0;
	}
	
.wc {
	font-size: 10px;
	color: #000000;
	}
	
.campo_texto {
	width: 616px;
	}
	

