/* CSS Document */
/*globalnav*/
/*
BODY { background: url("images/bck.jpg") }
*/
.principal {
background="images/bck.jpg"
font-family:Arial, Helvetica, sans-serif;
font-size:small;
margin:30px;
}

img{
	border:none;
	
	}

.clientes{
	vertical-align:middle;
	width: 150px;
	float: left;
	height: auto;
	padding: 2px;
	
	}
.texto {
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;}
	
.cita {
	font-size:medium;
	color:#000000;
	font-style:italic;
	}

.importante {
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	color:#000000;
	text-align:center;
	font-weight:bold;
	}


.menu {
	font-size: 14px;
	vertical-align:middle;
	height:45px;
	border-bottom-color:#009B9B;
	border-bottom-style:inset;
	border-right:#3333ff;
	border-right-style:outset;
	}
	
	
.footer {
	font-size: 9px;
	vertical-align:middle;
	height:45px;
	border:#3333ff;
	border-style:groove;
	border-spacing:inherit;


	}

	
.titulo {
	font-size: 20px;
    color: #3333ff;
	font-weight:bold;
	}

	

.subtitulo {
	font-size: 12px;
    color: #3333ff;
	font-weight:bold;
	}
	
a{
	color:#000;
	
	
	}

/*clases para newsletter*/

.container
{
	width:800;
	height:auto;
	background-image: url(images/bckv.jpg);
	background-repeat: repeat-x;
}

.news{
	float:left;
	height: auto;
	width: auto;

	
	}
	
.container2	{
	width:430px;
	float: left;
	
	
	}	
	
	
.news80{
	float:left;
	height: 80;
	width: auto;
	vertical-align: middle;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	
	}
.banner{
	height:80;
	width:800;
	font-size: 24px;
	font-weight: bold;
	text-decoration: blink;
	padding-right: 85px;
	padding-left: 85px;
	
	}	
	

