/* por defecto  tipo de fuente */
* {
	font-family: Arial, Helvetica, sans-serif;

}

BODY {
	margin: 0px 0px 0px 0px;
	color: White;
	background-image: url(fondo.jpg);
	background-position: center;
	background-repeat: repeat;
	background-attachment: fixed;
	font-size: 18px;
}

table {
	text-align: left;
}

/*	
td,tr,p,div {
	color: Black;
	}
*/
h3 {
	font-size: 16px;
	}
h4 {
	color: #405115; 
	font-size: 16px; font-weight: bold;
	}
h5 {
	color: #718D28; 
	font-size: 14px; font-weight: bold;
	}
h6 {
	color: #A5CD3D; 
	font-size: 12px; font-weight: bold;
	}

	
/* Enlaces */
a:link, a:visited {
	color: Aqua;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #3F8E07;
	text-decoration: none;
	font-weight: bold;
}

/* Linea Horizontal */
hr {
	background: #FF4500;
	height: 2px;
	border: 1px inset;
}

ul {
	margin: 0px 0px 0px 0px;
	}

.title {
	font: bold larger;
	letter-spacing: 4px;
}


/*----------------------------------------JEJO--------------------*/

/*---COLORES---*/
.barrasup ,.menu_lat ,.menubar ,a.menubar:link ,a.menubar:visited {
	color: #FEFEFD;
	background-color: #049633;
}

.logo{
	
} 

.menubar,a.menubar:link ,a.menubar:visited {
	border-bottom: 3px solid #c2c2FF;
}
a.menubar:hover {
	color: #00200B;
	background-color: #836825;
	border-bottom: 4px solid #FF4500;
}
/*---COLORES---*/



/*------- RESTO DE PROPIEDADES ---------- */
.barrasup{
	text-align: right;
}

.menubar,a.menubar:link ,a.menubar:visited {
	margin: 0 0 0 0;
	border-width: 0 0 4 0;
	padding: 1px 4px 4px 4px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
a.menubar:link ,a.menubar:visited {
	text-align: center;
}

a.menubar:hover {
	padding: 1px 4px 0px 4px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.logo {

/*position: absolute;
left: 10%;
top: 20px;
*/
	border-style: none;
	border-width: 0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 24pt;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 1pt;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	vertical-align: middle;
}

.menu_lat
{
	text-align: left;
	padding-left: 10px;
}
.cuerpo {
	width: 800px;
	padding: 5px;
	/*background-color: #FFA786;
	opacity: 0.9;*/
	border: 1px groove #0F9036;
}



/*roll-over CSS */
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{
	/*CSS for enlarged image*/
	position: absolute;
	background-color: #DA2706;
	padding: 5px;
	top: 30;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.thumbnail img{ /*CSS para imagen dentro del enlace*/

}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 30;
left: 30px; /*position where enlarged image should offset horizontally */
}
