@charset "utf-8";
/* CSS Document */


	html { 
		height:100%; 
		min-width:1000px;
		min-height:750px;
	}
	
	body { 
		height: 100%; 
		background: #333333;
		margin:auto;
	}

	.extensorBarra {
		background-image:url(img/ExtensorBarraLateral.jpg);
		background-repeat:repeat-y;
		height:5%;
	}

	
	.barraLateral {
		background-image:url(img/ExtensorBarraLateral190.jpg);		
		background-repeat:repeat-y;
	}
	
	.imagenLateral {
		height: 400px;
		background-image:url(img/BarraLateral.jpg);
	}
	
	.menuItem {
		padding-right:20px;	
		font-family:"Lucida Console", Monaco, monospace;
		font-size:13px;
		font-weight: bold;
		color: white;
		vertical-align:middle;
	}
	
	.textoBlancoFormulario {
		font-family:"Lucida Console", Monaco, monospace;
		font-size:13px;
		font-weight: bold;
		color: white;
	}
	
	.menu {
		text-align:right;
		line-height: 15px;
		vertical-align: top;
	}
	
	.menuItem:hover {
		color:white;
		background-color:#73ba2b;
	}
	
	.selected {
		padding-right:20px;	
		font-family:"Lucida Console", Monaco, monospace;
		font-size:13px;
		font-weight: bold;
		color:white;
		background-color:#88ba56;
	}
	
	.parteDerecha {
		margin: 0px;	
	}
	
	.extensorMarco {
		background-image:url(img/ExtensorMarco.jpg);
		background-repeat:repeat-x;
		width:100%;
	}
	
	.contenidoMarco {
		background: #648f39;
		padding:10px;
		text-align:justify;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:11px;
		color:white;
		font-weight: bold;
		
	}
	
	.contenidoMarcoSecundario {
		background: #648f39;
		padding:10px;
		text-align:left;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:10px;
		color:white;
		
	}
	
	.menu a {
		font-family:"Lucida Console", Monaco, monospace;
		font-size:13px;
		font-weight: bold;
		color: white;
		text-decoration:none;
		line-height: 15px;
		vertical-align: top;
	}
	
	.columnaEspaciadora {
		padding:8px;
		text-align:justify;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:10px;
		color:white;
		font-weight: normal;
	}
	
	.resalteOscuro {
		color:#003300;
		font-weight:bold;
		font-size:12px;
	}
	
	.imagenCamion {	
		position: absolute;
		height:470px;
		width: 700px;
		z-index: 10;
	}
	
	.colocaCamion {
		position: absolute;
		left: 30px;
		bottom:0px;
		#bottom: -18px;
		z-index:11;
	}
	
	.listaSinBullets {
		list-style:none;
		padding: 0;
		#margin-left: 0px;
	}
	
	#scroller {
		overflow:auto;
		overflow-x:hidden;
		height:100%;
		margin-right: -10px;
		#padding-right: 10px;
	}
	
	.scrollerCell {
		background: #648f39;
		padding:10px;
		text-align:justify;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:10px;
		color:white;
		#padding:0px;
		#padding-bottom: 10px;
		#margin: 0px;
	}
	
	#mycustomscroll{
		width: 718px;
		overflow:auto;
		overflow-x:hidden;
		height:100%;
		margin-right: -10px;
		#padding-right: 10px;		
		#margin-right: -260px;
	}
	
	#mycustomscrollFotos{
		width: 170px;
		overflow:auto;
		overflow-x:hidden;
		height:325px;
		margin-right: -10px;
		#padding-right: 10px;		
		#margin-right: -260px;
	}
	
	#mycustomscrollFotosPublico{
		width: 170px;
		overflow:auto;
		overflow-x:hidden;
		height:425px;
		margin-right: -10px;
		#padding-right: 10px;		
		#margin-right: -260px;
	}
	
	.enlace {
		color:#003300;
		text-decoration:none;
	}
	
	.enlace:hover {
		color:#003300;
		text-decoration:underline;
	}
	
	.textoNoticia {
		background-color: #003300;
		font-size: 12px;
	}
	
	.textBoxFormulario {
		border: 1px solid #003300;
		width: 600px;
	}
	
	.textboxContacto {
		border: 1px solid #003300;
		background-color: #648f39;
		width: 100%;
		color: white;
	}
	
	.textareaContacto {
		border: 1px solid #003300;
		background-color: #648f39;
		width: 100%;
		color: white;
		height: 35px;
	}
	
	.botonContacto {
		border: 2px solid #003300;
		background-color: #648f39;
		color: white;
	}
	
	
	.consultaOK {
		color: green;
	}
	
	.consultaERROR {
		color: red;
	}
	
	.enlaceNoticias {
		color: #003300;
		text-decoration: none;
	}
	
	.enlaceNoticias:hover {
		text-decoration: underline;
	}
	
	.fotoGrande {
		border-right: 3px solid #003300;
		border-bottom: 3px solid #003300;
	}
	
	.fotoGrande:hover {
		border-right: 3px solid #006600;
		border-bottom: 3px solid #006600;
	}
	
	.fotoNoPublicada {
		border-right: 3px solid #aa0000;
		border-bottom: 3px solid #aa0000;
	}
	
	.fotoNoPublicada:hover {
		border-right: 3px solid #ee0000;
		border-bottom: 3px solid #ee0000;
	}