@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Roboto', sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-color: #fcfcfc;
}
.limpio {
	clear: both;
}

.limpio-color1 {
	background-color: #959595;
	clear: both;
	height: 1px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Roboto', sans-serif;
}

h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #820000;
	line-height: 30px;
	text-decoration: underline;
}
h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #820000;
	line-height: 20px;
}
h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #820000;
	line-height: 20px;
}
h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #820000;
	line-height: 20px;
}
h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #820000;
	line-height: 20px;
}
.three-columns {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
	-moz-column-gap: 40px; /* Firefox */
	column-gap: 40px;
	-webkit-column-gap: 4rem; /* Chrome, Safari, Opera */
	-moz-column-gap: 4rem; /* Firefox */
	column-gap: 4rem;
	margin: 20px;
	margin: 2rem;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	text-align: justify;
}
.grande {
	font-size: 16px;
}
body,td,th {
	font-family: Roboto, sans-serif;
}
a:link {
	color: #0099FF;
	font-weight: bold;
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/* menu */

		.menu { 
			height: 45px;
			display: block;
		}

		.menu ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}

		.menu ul li {
			/* width and height of the menu items */  
			float: left;
			overflow: hidden;
			position: relative;
			text-align: center;
			line-height: 45px;
		}

		.menu ul li a {
	/* must be postioned relative  */ 
	position: relative;
	display: block;
	width: 110px;
	height: 45px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
		}

		.menu ul li a span {
			/* all layers will be absolute positioned */
			position: absolute;
			left: 0;
			width: 110px;
		}

		.menu ul li a span.out {
			top: 0px;
		}

		.menu ul li a span.over,
		.menu ul li a span.bg {
			/* hide */  
			top: -45px;
		}

		/** 1st example **/

		#menu {
		}

		#menu ul li a {
			color: #000;
		}

		#menu ul li a span.over {
	color: #000;
		}

		#menu ul li span.bg {
			/* height of the menu items */  
			height: 45px;
			background: url('../bg_over.gif') center center no-repeat;
		}
		
		/** 2nd example **/

		#menu2 {
			background: #000;		
		}
		
		#menu2 ul li a {
	color: #000;
		}

		#menu2 ul li a span.over {
			background: #FFF;
			color: #000;
		}
/* Fin menu */
