body {
		background-color: #000000;

		background-image: url("imagen/lateral.jpg");
	}
	.cont-ppal {
		margin: 0 auto;
		width: 900px;
		background:#E8E8E8;

		border-top-width: thick;
           border-right-style: solid;
		border-top-color: #E8E8E8;

		border-bottom-width: thick;
		border-right-style: solid;
           border-bottom-color: #E8E8E8;

		border-right-width: thick;
		border-right-style: solid;
		border-right-color: #E8E8E8;

		border-left-width: thick;
		border-left-style: solid;
		border-left-color: #E8E8E8;
		box-shadow: 5px 5px 90px #000000;
	}

	.fotos {
		float: right;
		color: transparent;
	}
	.logo {
		background-image: url("imagen/headeroriginal.png");
		clear: both;
		float: none;
		height: 200px;
		width: 900px;
	}
	.Contenido {
		float: left;
		width: 890px;
		color: #000000;
		font-size: 10px;
		font-family: Arial;
		padding: 0px;
	}
	.Contenido2 {
		float: left;
		width: 890px;
		color: #000000;
		font-size: 15px;
		font-family: Arial;
		padding: 5px;
	}
	#cont-menu {
		list-style: none outside none;
		padding: 0px;
	}
	#cont-menu li{
		font-size: 12px;
		padding: 2px 0px;
		font-weight: bold;
	}
	#cont-menu li a {
		color: #FFFF00;
		text-decoration: none;
	}
	#cont-menu li a:hover {
		color: #FF7700;
		padding-left: 7px;
	}
	h1, h2 {
		color: #000;
		font-family: Arial;
		text-decoration: underline;
	}
	.pie {
		background-image: url("imagen/piemma.png");
		clear: both;
		color: #ffffff;
				height: 200px;
		width: 900px;
		margin: 0 auto;
		text-align: center;
		height:100px;

	}
	.pieface {
		background-image:url("imagen/pielink.png");
		clear: both;
		color: #ffffff;
		margin: 0 auto;
		text-align: left;
		height:91px;
		font-family: Arial;
	}
/*Efecto de la tabla */

table {
	width: 650px;
	border:1px solid #E8E8E8;
	border-spacing: 10px; }

table a, table, tbody, tfoot, tr, th, td {
	font-family: Arial;
	font-size: 18px;
}

table caption {
	font-size: 1.8em;
	text-align: left;
	text-indent: 100px;
	background: #7DD5FA;
	height: 40px;
	color: #ffffff;
	border:1px solid #000000; }

thead th {
	background: #7DD5FA;
	height: 21px;
	color: #FFFFFF;
	font-size: 0.8em;
	font-family: Arial;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left; }

tbody tr {	background: #ffffff; }

tbody tr.odd {	background: #f0f0f0; }

tbody th {
     background: #000000;
color: #000000;
 }

tbody tr.odd th {
	background: #7DD5FA;
	background-position: 5px;
	padding-left: 10px !important; }

tbody th, tbody td {
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: Arial;
	color: #000000;
	padding: 5px 7px;
	border-bottom: 1px solid #0075ED;
	text-align: left; }

tbody a {
	color: #000000;
	font-weight: bold;
	text-decoration: none; }

tbody a:hover {
	color: #ffffff;
	text-decoration: underline; }

tbody tr:hover th {
	background: #E8E8E8 ;
	background-position: 5px;
	}

tbody tr.odd:hover th {
	background: #000000 ;
	background-position: 5px;
	color: #ffffff; }

tbody tr:hover th a, tr.odd:hover th a	{
		 color: #ffffff; }

tbody tr:hover td, tr:hover td a, tr.odd:hover td, tr.odd:hover td a {
	background: #E8E8E8;
		 }

tbody tr.odd:hover td, tr.odd:hover td a{
	background: #E8E8E8;
	color: #ffffff;	 }

tfoot th, tfoot td {
	background: #000000;
	font-size: 0.8em;
	height: 21px;
	}
/* Fin Efecto de la tabla */