/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
	  modificado por: Kevin Espinosa
	  e-mail: kevin9_31@hotmail.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: sans-serif, helvetica, arial;
 font-size: 14px;
 background: gray;
}
table{
	text-align: center;
	vertical-align: middle;
}
h1, h2{
	margin-bottom: 10px;
}

#reproductor{
	float:right;
	margin-right: 30px;
}
p{
	margin-top: 5px;
	margin-bottom: 10px; 	
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
}

#header {
 width: 923px;
 color: #333;
 height: 193px;
 margin: 20px 0px 0px 0px;
 background: transparent url("../images/header.png");
}

#navigation {
 width: 900px;
 color: #333;
}
#content { 
 width: 900px;
 color: #333;
 background: white;
 border: 1px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 100%;
}

#retroceder{
	padding: 5px;
	text-align: right;
	font-size: 12px;
}

#contenido {
 margin: 10px;
 background: white;
 text-align: justify;
}

#contenido ul{
	display:block;
	margin: 25px;
}

#contenido li{
	list-style: square url(../images/add.png);
}

#contenido ul li ul{
	display:block;
	margin:25px;
}

#contenido ul li ul li{
	list-style: square url(../images/accept.png);
}

#imagenc{
	text-align: center;
}

div.clear{clear: both;}

#separador {
	margin: 0px;
}

#footer { 
 font-family: elvetica, sans-serif;
 font-size: 12px;
 text-align: center;
 width: 923px;
 height: 50px;
 color: white;
 background: transparent url("../images/footer.png");
}

#footer a{
 text-decoration: none;
 color: white;	
}

#footer a:hover {
	color: aqua;
}

#foot {
	width: auto;
	padding: 16px;
}

#logo {
	width: 131px;
	float: left;
}

