/*
Theme Name: Juguetes
Theme URI: http://www.uiolibre.com
Description: Tema básico
Author: Alex Aconda
Author URI: http://www.uiolbre.com
Version: 1.0
*/
*{
padding:0px;
margin:0px;
}
body {
	margin-top: 0px;
	background:#F5E889;
}
#cabecera{
height:20px;
width:100%;
background:#F5E889;
}
#contenido{
min-height:300px;
width:960px;
margin:0 auto;
background:#F5E889;
}

#pie{
height:20px;
width:100%;
background:#F5E889;
}
.azul {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
}

a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #CCC;
}
a:active {
	color: #FFF;
}
.creditos{
text-align:center;
font-size:10px;
}
.creditos a{
text-decoration: none;
color:#000000;
}
.creditos-html{
text-align:center;
font-size:10px;
}
.creditos-html a{
text-decoration: none;
color:#000000;
}
