html
{
height: 100%;
}

body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	background-image:url(../images/fondo.jpg);
	background-repeat: repeat-y; 
	background-position: center; 
	text-align:center;
	font-size:small;
	padding:0;
	color:#333333;
}

a {
	text-decoration:none;
	color:#006700;
}

a:hover {
	text-decoration:underline;
}

#menu {
	width:100%;
	margin-bottom:30px;
	/*margin-left:4px;*/
	font-size:11px;
	
}

#main {
   width: 796px;
   text-align: center;
   margin:auto;
   position: relative;
   min-height: 100%;
   /*color:#EC6517;*/
}

* html #main
{
	height: 100%;
}

#contenido {
	height:100%;
	margin-left:20px;
	margin-right:20px;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:24px;
	margin-bottom:7px;
}	

#pie {
	width: 796px;
	text-align: right;
   margin:auto;
	margin-top: 150px;
	background-image:url(../images/pie.jpg);
	background-repeat:no-repeat;
	background-position:center;
   position: relative;
	height:46px;
	text-align:right;
	font-size:12px;
	color:#fff;
}

#pie a {
	color:#fff;
	}

#robots {
	float:right;
}

p {
	text-align:justify;
}


/*		Estilos para el reproductor de videos */
/*    Los paso al js */

/*
.ventanaYTBL {  la ventana donde se ejecutan los videos de YouTube 
height: 395px;
margin: 0;
text-align: center;
z-index: 1000;
 propiedades personalizables 
padding: 10px 0 0;
background-color: #000000;
border: None;
}
*/


/*.cerrarYTBL {  área para el enlace que cierra la  ventana 
vertical-align: middle;
 propiedades personalizables 
height: 18px;
margin: 5px;
padding: 4px 4px 0 0;
text-align: right;
color: #FF9933;
background-color: #101921;
border: 1px solid #343F4A;
}
*/
/*
.DventanaSWF { /* la ventana donde se ejecutan los archivos SWF
width: 100%;
height: 100%;
margin: 0;
padding:0;
text-align: center;
z-index:1000;
}*/

/*
.DcerrarSWF { área para el enlace que cierra la  ventana
margin: 0;
padding: 0;
text-align: center;
vertical-align: middle;
}*/

 .video {
	width: 340px; 
	height: 250px;
	}

 .videoBg {
	width: 540px; 
	height: 320px;
	text-align: center;
   margin:auto;
	}

 .play {
	width: 70px; 
	height: 60px; 
   } 
   
