@charset "utf-8";
/* CSS Document */
body { 
	margin:0px;
	padding:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url("imagenes/fondo.gif");
	background-repeat: repeat;
}
.tabla_principal{
	width:1150px;
	background-image: url("imagenes/fondo_2.gif");
}
.ancho_tabla_gral{
	width:1150px;
}
.ancho_contenido{
	
}
.foot{
	background-image: url("imagenes/foot.gif");
	width:1150px;
}

.titulo{
	color:#766BAD;
	font-size:30px;
}
.titulo_2{
	color:#D4689C;
	font-size:22px;
}
.parrafo{
	text-align:justify;
	font-size:15px;
	line-height:30px;
}
ul.vineta{
	  list-style-image: url("imagenes/vineta.gif");
}
.inicio{
	font-size:60px;
	text-decoration:none;
}
.strong{
	color:#484848;
}
.fondo_contacto{
	width:677px;
	height:291px;
	background-image: url("imagenes/fondo_contacto.png");
}
.borrar{
	color: #000;
	background:transparent url("imagenes/boton_borrar.jpg") no-repeat; 
	width:100px;
	height:40px;
	border: 0px solid #000;
	cursor:pointer;
}
.enviar{
	color: #000;
	background:transparent url("imagenes/boton_enviar.jpg") no-repeat; 
	width:100px;
	height:40px;
	border: 0px solid #000;
	cursor:pointer;
}
.input_contacto{
	color: #000;
	background: #fff;
	border: 1px solid #7B6FB1;
	height: 40px;
}
a{
	text-decoration:none;
}
img{
	border: 0px;
}


