/* dJuegos CSS */

body {
	margin:0px;
	font:12px Arial, Helvetica, sans-serif;
	background-color:#e3f4ff;
	background-image:url(images/BackGround.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
	text-align:center;
}
#principal {
	width:750px;
	border:1px solid #D2D2D2;
	background:#FFFFFF;
	padding:10px;
	text-align:center;
}
/* (Generales) */
a {
	color: #5999C6;
	text-decoration: underline;
}
a:visited {
	color: #5999C6;
	text-decoration: underline;
}

a:hover {
	color: #56bdea;
	text-decoration: underline;
}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px 0px 2px;
	padding-bottom:3px;
	color:#5999C6; /* 069 */
	width:100%;
	font:lighter 2.4em/1.2em "trebuchet MS", "Lucida Sans Unicode", Georgia;
	font-size:20px;
}
h1 a, h2 a:visited {
	color: #5999C6;
	text-decoration: none;
}
h1 a:hover {
	color: #56bdea;
	text-decoration: none;
}
h2 {
	margin: 0px;
	font: lighter 1.5em/1em "trebuchet MS", "Lucida Sans Unicode", Georgia;
	color: #5999C6;
}
h2 a, h1 a:visited{
	/*color: #FFFFFF;*/
	text-decoration: none;
}
h2 a:hover{
	/*color: #FFFFFF;*/
	text-decoration: none;
	border: none;
	background: none;
}
h3 {
	font: bold 125%/100% "Trebuchet MS", Tahoma, Arial;
	color: #56bdea;
	margin: 10px 0px 5px;
}
h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
.ubicacion {
	margin-top: 20px;
	margin-bottom: 20px;
}
.ubicacion .activa {
	color: #666;
}
.mensajito {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F33;
	font-weight: bold;
}
.comentario {
	padding: 6px;
	margin-bottom: 6px;
}
.fila0 {
	background: #E3F0F9;
	border: #A9D1ED solid 1px;
}
.fila1 {
	background: #BEDCF1;
}
.fila2 {
	background: #F9F9F9;
	border: #D9D9D9 solid 1px;
}
.titulos {
	font-family: Trebuchet MS;
	color: #06C;
	font-size: 12px;
	font-weight: bold;
}
hr {
	background: #06C;
}
/* (Fin Generales) */

/*-- (Menú) --*/
.menu {
	padding:10px;
	background-color:#EEEEEE;
	width:170px;
}
.label1 {
	margin-bottom:20px;
}
.titulo-menu {
	margin-bottom:4px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	text-decoration:underline;
	color:#000000;
}
.items {
	margin-left:6px;
	margin-bottom: 4px;
	font-size:12px;
	line-height:18px;
}
.feed {
	margin-left:6px;
	margin-bottom:10px;
}
/*-- (Fin Menú) --*/


/* (Principal) */
.post {
	margin-top:5px;
	margin-bottom:30px;
	font-size:11px;
	text-align:justify;
}
.post .tituloback {
	padding:7px 0px 7px 7px;
	background:url(images/tituloback.gif) no-repeat left center;
	width:542px;
}
.post .autor-date {
	padding-left:38px;
	background:url(images/postdatedi4.gif) no-repeat left center;
	color:#333333;
}
.post .foto
{
	margin-left:-4px;
	margin-top:10px;
	padding:5px;
	/*border:#999999 solid 1px;
	width:425px;*/
}
.post .video {
	margin-top:10px;
}
.post .cuerpo {
	margin-top:5px;
	margin-left:-7px;
	margin-bottom:0px;
	padding:8px;
	font-size:13px;
}
.post .blockquote {
	background:#f2f8fb;
	border-right:2px solid #dbeff6; 
	border-bottom:2px solid #dbeff6; 
	padding:8px;
}
.post .division {
	margin-top:10px;
	border-bottom:#5999c6 solid 1px;
	width:100%;
}
/* forms */
.input {
	width:400px;
	border:#A9D1ED solid 1px; /* #999 */
}
textarea {
	width:400px;
	height:200px;
	border:#A9D1ED solid 1px;
}
/* fin forms */
.box-descargas {
	margin-top:10px;
	margin-bottom:20px;
	border:2px solid #63A8D9;
}
.box-comentarios {
	margin-bottom:10px;
	padding:10px;
	border-bottom:#999 solid 1px;
}
a.lista-titulos:link {
	margin:0px;
	color:#069;
	width:100%;
	font:lighter 2.4em/1.2em "trebuchet MS", "Lucida Sans Unicode", Georgia;
	font-size:12px;
	text-decoration:none;
}
a.lista-titulos:visited {
	color:#069;
	text-decoration:none;
}
a.lista-titulos:hover {
	color:#56bdea;
	text-decoration:none;
}
/* paginar */
span.navigation2 {
	padding:5px;
	float:left;
	margin-right:5px;
	margin-bottom:10px;
	border:#0099CC solid 1px;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#000000;
}
span.navigation3 {
	padding:5px;
	float:left;
	margin-right:5px;
	margin-bottom:10px;
	border:#FFF solid 1px;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#000000;
}
span.boton:hover {
	background:#0099CC;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
a.linc-boton:link {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
a.linc-boton:hover {
	background:#0099CC;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
a.linc-boton:visited {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
.navigation {
	padding:5px;
	border:#0099CC solid 1px;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#000000;
}
/* fin paginar */

/* (Fin Principal) */


/* (Pie) */
#pie {
	margin-top:10px;
	padding:3px;
	background-color:#EEEEEE;
	height:20px;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.valid {
	background:url(images/valid2.gif) no-repeat left;
	padding-left:20px;
	margin:0 5px;
}
.rss {
	background:url(images/mini-rss2.gif) no-repeat left;
	padding-left:20px;
	margin:0 5px;
}
.height100 {
	height:100%;
}
/* (Fin Pie) */