html,body{
    font-family:Arial; 
    font-size: 16px; 
    color : #000000;
	margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
}

img{
	border-width: 0px;
}

a{
	text-decoration: none;
	color: white;
}

a.visited{
	text-decoration: none;
	color: white;
}

a.hover{
	text-decoration: none;
	color: white;
}

.contenido a{
	text-decoration: none;
	color: blue;
}

.contenido a.visited{
	text-decoration: none;
	color: blue;
}

.contenido a.hover{
	text-decoration: none;
	color: blue;
}


option,select{
	border:none;
	background-color: #dcdcdc;
	font-size:11px;
}

input{
	border:none;
	background-color: #cde4ba;
	font-size:11px;
}

.checkbox{
	border-width:0px;
	background-color: #FFFFFF;
}
	
ul#navi {
	list-style-image:url(img/cuadradoVerde.jpg);
}
.linkBasico{
	text-decoration: underline;
	font-size: 11px;
	color: black;
}

.tablaPrincipalTop{
	border-width: 1px 1px 0px 1px;
	border-style: dashed;
	border-color: gray;
	padding: 15px 20px 15px 20px;
}

.tablaPrincipalTopFlash{
	border-width: 1px 1px 0px 1px;
	border-style: dashed;
	border-color: gray;
}

.tablaPrincipalBottom{
	border-width: 1px 1px 1px 1px;
	border-style: dashed;
	border-color: gray;
	padding: 10px 20px 10px 20px;	
	background-color: #ededed;
	color: #9c9e9f;
	font-size:10px;
}

.tablaPrincipalBottom a{
	color: #9c9e9f;
	font-size:10px;
}

.titularFormulario{
	font-weight: bold;
	color: #58a51c;
}


#tituloGPS{
	font-weight: bold;
	font-size: 20px;
}

.titular{
	font-weight: bold;
	font-size: 18px;
	color: black;
}

.contenido{
	font-size: 12px;
	color: black;
}

.mapa{
	font-size: 12px;
	color: black;
}

.mapa a{
	font-size: 12px;
	color: black;
}


.nuestrosclientes{
	font-size: 11px;
	color: black;
}

.titularColumnaLeft{
	font-size: 20px;
	font-weight: bold;
	color: #535353;
}

.columnaLeft{
	font-size: 12px;
	color: #535353;
	background-repeat: repeat-x;
}

.titolSeccioHome{
	font-weight: bold;
	font-size: 18px;
	color: #58a51c;
}

.homeMas{
	font-weight: bold;
	font-size: 12px;
	color: #58a51c;
}

.notisEventosHome{
	font-size: 12px;
}

.fechasNoticias{
	color:gray;font-weight:bold;
}

.barraHome{
	font-size: 12px;
	color: #9c9e9f;
	vertical-align: top;
}

.barraHome a{
	font-size: 12px;
	color: #9c9e9f;
	vertical-align: top;
}

.tresrazones{
	background-color: #c8c8c8;
	color: white;
	font-weight: bold;
	font-size: 14px;
}

.tresrazonesPlus{
	background-color: green;
	color: white;
	font-weight: bold;
	font-size: 14px;
}



