@import url('reset.css');
@import url('default.css');

 


/* Boxed Style */


#logo h1 {
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 2.6em;
}

#logo h2 {
	margin-top: -5px;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Header > Menu */





p {
line-height:2em;
}


/* Content */

#content {
	width: 920px;
	margin: 0 auto;
	padding: 20px;
	background: url(images/img02.jpg) no-repeat;
	/*border-top: 1px solid  #999999;*/
}

/* Content > Main */

#main {
	float: left;
	width: 480px;
}



/* Content > Main > Welcome */

#sidebar {
	float: right;
	width: 220px;
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	display: block;
}

#login input {
	margin-bottom: 10px;
	padding: 2px 5px;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

#inputtext1, #inputtext2 {
	width: 160px;
}

#inputsubmit1 {
	margin: 0;
	padding: 0;
}

/* Content > Sidebar > Updates*/

#updates {
color:#333333;
}

#updates ul {
	list-style: none;
	margin:0;
}

#updates li {
padding: 0;
text-decoration: none;
border-bottom: 1px solid #dadada;
}
#updates span {
	font-size: .7em;
	color:#FF9900;
}
#updates h4 {
	font-size: .8em;
}

#updates h2 {
	font-size: 1em;
}

#updates p {
	line-height: normal;
	font-size: 1em;
}

#updates a {
	text-decoration: none;
	color: #666666;
}

#updates a:hover {
	text-decoration: none;
	color: #FF9900; 
}

/* Content > Sidebar2 */

#sidebar2 {
	float: right;
	width: 180px;
	padding-right: 20px;
}

/* Content > Sidebar2 > Sponsors */

#sponsors {
	margin-bottom:10px;
}


/* Content > Sidebar2 > ad120x600 */

#ad120x600 {
}

#ad120x600 .content {
	padding: 20px 0;
	text-align: center;
}

/* Footer */

#footer {
	clear: both;
	height: 40px;
	padding: 20px 0;
	color: #FFFFFF;
	background-color: #000000;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: small;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: none;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

/*segundo menu*/

.indentmenu{
padding: 10px 0 10px 0;
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
clear:both;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(images/indentbg2.gif) center center repeat-x;
}
/*comentarios y ver mas*/


.post .fot_links{
padding: 10px 0 20px 0;

}
.post .redes{
padding: 5px 0 5px 0;

}

.post .social {
	
	margin: 0;
	padding: 6px 10px 10px 20px;
	background: #f3f3f3;
}

.post .social a {
	padding: 0 20px;
	text-decoration: none;
	font-weight: bold;
}

.post .social a:hover {
	text-decoration: underline;
}

.post .social .facebook {
	background-image: url(../images/favicon_facebook.ico);
	background-repeat: no-repeat;
}

.post .social .twitter {
	background-image: url(../images/favicon_twitter.ico);
	background-repeat: no-repeat;
}

.post .social .digg {
	background-image: url(../images/favicon_digg.ico);
	background-repeat: no-repeat;
}
.post .social .meneame {
	background-image: url(../images/favicon_meneame.ico);
	background-repeat: no-repeat;
}

.post .social .delicious {
	background-image: url(../images/favicon_delicious.ico);
	background-repeat: no-repeat;
}

.post .social .fresqui {
	background-image: url(../images/favicon_fresqui.ico);
	background-repeat: no-repeat;
}

.post .social .mr {
	background-image: url(../images/favicon_mr_wong.ico);
	background-repeat: no-repeat;
}

.post .social .wikio {
	background-image: url(../images/favicon_wikio.png);
	background-repeat: no-repeat;
}


.post .links {
	
	height: 29px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: #F3F3F3;
}

.post .links a {
	padding: 0 23px;
	text-decoration: none;
	font-weight: bold;
}

.post .links a:hover {
	text-decoration: underline;
}

.post .links .more {
	background-image: url(../images/img09.gif);
	background-repeat: no-repeat;
}

.post .links .tell {
	background-image: url(../images/mail-me.gif);
	background-repeat: no-repeat;
}

.post .links .visitas {
	background-image: url(../images/visitas.gif);
	background-repeat: no-repeat;
}


.post .links .comments {
	background: url(../images/img10.gif) no-repeat;
}

.post .links .editor {
	background: url(../images/img11.gif) no-repeat;
}




.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 12px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}

/* Boxed Style */
#juegos {
text-align:center;
margin-bottom:10px;
border-bottom: 1px solid #dadada;
padding-right:3px;
}

#juegos a {
color:#666666;
}

#juegos a:hover {
color: #FF6600;
}

#juegos .img_s{
clear:both;
text-align:center;
}

#juegos .texto{
clear:both;
padding-bottom:10px;
}

#juegos img{
padding-left:30px;
}

#juegos ul {
list-style-type: none;
margin: 0;
padding: 0 0 0 10px;
margin-bottom: 8px;
}

#juegos ul li a{
color: #666666;
background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
font-size: 100%;
line-height:1em;
letter-spacing:normal;

}


.juegos {
background:#FFFCF0;
}

.juegos .title {
	background: #7FE63C url(images/recursos.gif) repeat-x;
}

.juegos .title h2 {
	height: 28px;
	padding: 12px 0 0 20px;
	text-transform: uppercase;
	font-size: 1em;
	color:#FFFFFF;
}

.juegos .content {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
}

/*recursos*/

.recursos {
background:#F4F7F2;
}

.recursos .title {
	background: #7FE63C url(images/juegos.gif) repeat-x;
}

.recursos .title h2 {
	height: 28px;
	padding: 12px 0 0 20px;
	text-transform: uppercase;
	font-size: 1em;
	color:#FFFFFF;
}

.recursos .content {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
}
#im_g {
padding: 5px 0 5px 0;	
}

#im_g  h1 {
letter-spacing:normal;
color:#333333;
line-height:1em;
font-weight:normal;
}

#foot {
background: #f3f3f3;
font-size:80%;
color:#0065FD;
}
#foot a {
color: #ff9900;
}

#comentarios{
	font-size: 90%;
	width:650px;
	clear:both;
	
}

#comentarios .comentario_us {
clear:both;
padding-top:10px;
margin-top:10px;
padding-bottom:10px;
padding-left:10px;
padding-right:10px;
}
#comentarios .invitado_com {
color:#0065FD;
line-height:1.0em;
font-weight: bold;
}
#comentarios .fecha_com {
color: #999999;	;
font-size: 90%;
text-align:right;
line-height:0.9em;
font-weight: bold;
}
#comentarios .desc_com {
font-size: 100%;
font-weight:normal;
}

#latest ul {
margin-bottom: 2em;
line-height: 200%;
}

#latest a{
color: #0065fd;
}

#latest ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#latest li {
	margin-bottom: 10px;
}

#latest li ul {
	padding: 0 0px 40px 30px;
}

#latest li li {
	margin: 0;
	padding-left: 30px;
	background: url(images/limg02.gif) no-repeat 5px 50%;
}
