/* CSS Document */

/* -----   reseteo de todos los estilos de puedan poner los navegadores  -----*/
/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{

margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}*/

* {margin:0px ; padding:0px ; border: 0px}


body {
	background-color: #8EA318;
	text-align:center
}

#global {
	width:800px;
		/*float: none;*/
	margin: 4px auto;/* centra la pagina*/

	}
	
#cabecera {
	background-image: url(../fotosweb/baner.jpg);
	height:90px;
	width:800px;
	margin-bottom: 4px;
}
#menu
{
	list-style:none;
	float:left;
	margin: 5px 1px 5px 5px;
	padding:0px 15px 10px 5px;
	background-image: url(../fotosweb/fondo.jpg);
	width:150px;
	height:400px;
	font-family: BallantinesSerial;
	font-style: italic;
	font-weight: bold;
	background-repeat: no-repeat;
	font-size: 24px;
	text-align:left
}

/*#menu {
	margin: 10px 1px 10px 20px;
	padding: 5px;
	background-color: #aeb3b1;
	width:150px;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	list-style-image: none;
	border: thin solid #0000FF;
	height: auto;
	text-align: left;
 }*/
 

a {
	font-size:18px;
	text-decoration: none;
	padding:10px 15px 10px 5px;
	/*padding:3px;*/
	font-weight: bolder;
	/*display:block;*/
	color: #a22428;
	font-family: "Helvetica 65 Medium";
}


a:visited {
	      
}


a:hover {
	color: #000000;
	text-decoration: underline;
	font-family: "Helvetica 65 Medium";
}


a:active {
	      color: #330099;
	      text-decoration: underline;
}











p {
	text-align: justify;
	margin: 15px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
}

h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}

h3	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
#pie {
	background-image: url(../fotosweb/pie.jpg);
	text-align:center;
	height:30px;
	width:800px;	
}  
