body{				
		width: 100%;
		margin: 0px auto;
		padding:0px;
		background-color: #ccc;
		text-align:center;
		
		background-image:url('imagenes/fondo.jpg'); 				
		background-repeat: no-repeat;		
		background-position: top center;		
	}
	#logoSuperior{		
		width: 191px;
		height: 199px;
		background-image:url('imagenes/logo.gif'); 
		margin: 10px auto;		
	}
	#video{
		width: 780px;
		height: 500px;
		background-image:url('imagenes/fondovideo.gif'); 
		background-repeat: no-repeat;
		text-align: center;
		margin: 10px auto;
		clear: both;
		padding-top: 50px;
	}
	.texto{
		font-family: verdana;
		color: #f81c8e;
		font-size: .8em;
	}
	form{		
		padding-top: 40px;
		width: 100%;
		margin-top: 5px;
		text-align: left;
	}
	input{
		margin: 10px;
		width: 350px;
		height: 20px;
		padding-left: 5px;
		background-color: #fff;
		border: 0px;
		font-family: verdana;
		color: #999;
		font-size: .8em;		
		text-align: left;
		border: 1px solid #f81c8e;
	}
	textarea{		
		margin: 10px;
		width: 350px;
		height: 100px;
		padding-left: 5px;
		background-color: #fff;
		border: 0px;
		font-family: verdana;
		color: #999;
		font-size: .8em;		
		text-align: left;
		border: 1px solid #f81c8e;
	}
	.boton{
		margin: 10px;
		width: 15%;
		height: 20px;
		background-color: #fff;
		border: 1px solid #f81c8e;
		font-family: verdana;
		color: #f81c8e;
		font-size: .8em;		
		text-align: center;
	}
	#contenido img{ 
		margin-top: 20px;
	}
	#comentarios{
		width: 750px;
		background-image:url('imagenes/ultimoscomentarios.gif'); 				
		background-repeat: no-repeat;	
		background-position: top left;
		margin: 50px auto;
	}
	
	#comentarios p{
		text-align: right;
		margin-left: 7px;
		line-height: 2.5em;
		margin: 0px;
		padding: 0px;
		font-family: verdana;
		color: #f81c8e;
		font-size: .8em;		
	}
	#comentarios ul, #comentarios li{		
		list-style: none;
		clear: both;
		text-align: left;
				
	}
	#comentarios ul{
		height: 5em;
	}
	
	#siguenos{
		background-image:url('imagenes/siguenos.gif'); 				
		background-repeat: no-repeat;	
		height: 80px;
		width: 750px;
		margin: 10px auto;		
		margin-bottom: 70px;
		text-align: left;
	}
	#siguenos ul, #siguenos li{		
		list-style: none;
		display: inline;
		width:auto;
	    margin:0;
	    padding:0;		
	}
	
	#siguenos img{
		border: 0px;
		margin: 40px 0px 0px 10px;
		
	}
	ul{
		border: 0px;
		width: 100%;
		list-style: none;
	}
	li{
		border: 0px;
		width: 100%;		
		font-family: verdana;
		height: 1.8em;
		color: #000;
		font-size: .8em;		
		text-align: left;
	}
	.titulo{
		font-family: verdana;
		color: #000;
		font-weight: bolder;
		padding-top: 20px;
		font-size: .8em;		
		text-align: left;
	}	
	#footer{		
		width: 100%;
		height: 181px;		
		text-align: center;
		background-color: #000;
		background-image:url('imagenes/piedepagina.jpg'); 
		background-repeat: repeat-x ;
		background-position: top left;
		margin: 5px auto;		
	}
	#footer img{
		border: 0px;
		margin: 45px 10px 10px 10px;		
	}
	#footer ul, #footer li{
		list-style: none;
		display: inline;
		width:auto;
	    margin:0;
	    padding:0;		
	}

	.hidden { 
		display: none; 
	}
	.unhidden {
		display: block;
	}
	a:link {	
		
		text-decoration: none;
		font-family: verdana;
		font-size: 1em;
		font-weight: bolder;
		color: #f81c8e;
	}
	a:visited {
		
		text-decoration: none;
		font-family: verdana;
		font-size: 1em;
		font-weight: bolder;
		color: #f81c8e;
	}
	a:active {
		
		text-decoration: underline;
		font-family: verdana;
		font-size: 1em;
		font-weight: bolder;
		color: #f81c8e;
	}	
	a:hover {
		
		font-family: verdana;
		font-size: 1em;
		font-weight: bolder;
		color: #f81c8e;
		text-decoration: underline;
	}