﻿.menufam
{
	border: 0px;
	margin: 0px;
	background-color:#ffffff; /*el color tiene que ser el del borde derecho o izquierdo del gif*/
	background-image:url(images/gradientv.gif);
	background-position:left; /*o left*/
	background-repeat:repeat-y;
}
div 
{
	font-family:Arial;
    margin-left: 40px;
}	

body{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	margin: 0px;
	background-color:#ffffff; /*el color tiene que ser el del borde derecho o izquierdo del gif*/
	background-image:url('images/gradientv.gif');
	background-position:left; /*o left*/
	background-repeat:repeat-y;
	font-size: xx-small;
	text-align:center;
}
.menu
{
	font-family:Arial;
	font-size:12px;
	border-style:solid;
	border-width:1px;
	color:#cc3333;
}
#contenedor
{
	width:80%;
	height:auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	margin:0 auto 0 auto; 
    padding:5px;
}

