/* CSS Document */

body{
	background-image:url(IMAGENES/fondo2.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:173f02;
	}
	
.celda{
	background-image:
	background-repeat:repeat-x;
	}
	
.celda_texto{
	background-color:#F5F4E2;
	padding:10px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	text-align:justify;
	line-height:19px;
	text-indent:0px;
	padding:10px;
	}

	
.celda_web{background-image:url(IMAGENES/fondoweb.jpg);
background-repeat:repeat-y;
	}
	
	.celda_web660{background-color:585221;
		padding-top:10px;
	}
	
.texto_web{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	text-align:justify;
	line-height:19px;
	text-indent:0px;
	padding:10px;
	}

.texto_web_centrado{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
	text-align:center;
	line-height:19px;
	text-indent:0px;
	}
	
.texto_web_servicios{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	text-align:left;
	line-height:19px;
	margin-left:30px;
	}
