/*	CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     border: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     margin: 0px;
     padding: 0px;
     outline: 0;
     vertical-align: baseline;
}

body {
	
     line-height: 1;
     font-family: Calibri, "Trebuchet MS", Helvetica, "segoe ui", verdana, sans-serif;
     color:#333;
	 background-image: url(cms-styles/images/fondo.jpg);
     background-attachment: fixed;
	 text-align:left;
     
}

select{
	font-family: Calibri, Helvetica, "Trebuchet MS", Arial, sans-serif;
	width:150px;
}

h1,h2,h3,h4,h5,h6{
		line-height: 1.5;
}

h1{
    font: bold 2.3em/1.1em helvetica, arial, verdana, sans-serif;
}

h2{
	font-size:1.8em;
}

h3{
	font-size:1.3em;
}

h4{
	font-size:1.1em;
}

h5{
	font-size:0.8em;
	font-weight:bold;
}

h6{
	font-size:0.7em;
}

p{
	font-size:0.8em;
	line-height: 1.5;
	margin:0px 0px 8px 0px;
}

strong, b{
	font-weight: bold;
}

i,em{
	font-style:italic;
}

/* Estilos de enlace */

a{
	color:#3366FF;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

abbr{
	border-bottom: 1px dotted;
	font-weight: bold;
}

/* ENLACES */

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

h1 a:hover{
	color:#666666;
	text-decoration: underline;
}

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

h2 a:hover{
	color:#666666;
	text-decoration: underline;
}

div[id *="frame"]{ 
	
    width:360px;
	
}

/* ENLACES DINAMICOS */

a[href *='flickr.com'], a[href *="photobucket.com"], a[href *="imageshack.us"]{ 
	
	padding: 0px 0px 0px 20px;
	background: url("cms-styles/images/sprite.png") 0px -186px no-repeat;
	
}

a[href *='youtube.com'], a[href *="vimeo.com"], a[href *="gametrailers.com"]{ 
	
	padding: 0px 0px 0px 20px;
	background: url("cms-styles/images/sprite.png") 0px -124px no-repeat;
	
}

a[href *='.zip'], a[href *=".rar"], a[href *=".7z"], a[href *=".tar.gz"]{ 
	
	padding: 0px 0px 0px 20px;
	background: url("cms-styles/images/sprite.png") 0px 5px no-repeat;
	
}

a[href *='.rss'], a[href *=".atom"]{ 
	
	padding: 0px 0px 0px 20px;
	background: url("cms-styles/images/sprite.png") 0px -100px no-repeat;
	
}

a[href *='.exe'] { 
	
	padding: 0px 0px 0px 20px;
	background: url("cms-styles/images/sprite.png") 0px -58px no-repeat;
	
}

a[href *='.mp3'] { 
	
	padding: 0px 0px 0px 20px;
	background: url("cms-styles/images/sprite.png") 0px -165px no-repeat;
	
}

a[href *='open.spotify'] { 
	
	padding: 0px 0px 0px 20px;
	background: url("cms-styles/images/sprite.png") 0px -165px no-repeat;
	
}

a[href *='mailto:'] { 
	
	padding: 0px 0px 0px 20px;
	background: url("cms-styles/images/sprite.png") 0px -142px no-repeat;
	
}

/* fin estilo de enlaces */

:focus {
     outline: 0;
}

ol, ul {
     list-style: none;
}



table {
     border-collapse: collapse;
     border-spacing: 0;
}

blockquote:first-letter {
     background: url(cms-styles/images/abre.png) no-repeat left top;
     padding-left: 45px;

}

blockquote {
     background: url(cms-styles/images/cierre.png) no-repeat right bottom;
     
     width: 85%;
     padding: 18px 18px 10px 28px;
     text-indent: -18px;
     font-size: 1.6em;
     font-style: italic;
}


input, textarea {
     margin: 0;
     padding: 0
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #fff;
     background-color: #666666;
     height: 2px
}

/* FILETES DE COLORES Y ESTILOS POR DEFECTO  */

.verde{
	background-color: #94B931;
	text-transform: uppercase;
	width:95%;
	padding:5px 0px 5px 20px;
	line-height: 1.5;
	font-size:1.2em;
	color:#fff;
}

.azul{
	background-color: #2378BF;
	text-transform: uppercase;
	width:95%;
	padding:5px 0px 5px 20px;
	line-height: 1.5;
	font-size:1.2em;
	color:#fff;
}

.gris{
	background-color: #666666;
	text-transform: uppercase;
	width:95%;
	padding:5px 0px 5px 20px;
	line-height: 1.5;
	font-size:1.2em;
	color:#fff;
}

.centrado{
	text-align: center;
}

.derecha{
	text-align: right;
}

.izquerda{
	text-align: left;
}

.txt-dcha{
	clear:both;
	float:right;
	font-size: 1.2em;
	font-style: italic;
	margin: 0px 0px 5px 20px;
	text-align: center;
	width:180px;
	
}

.txt-izqda{
	clear:both;
	float:left;
	font-style: italic;
	margin: 0px 20px 5px 0px;
	text-align: center;
	width:180px;
	
}

.imagen{
	float:left;
	margin:5px 10px 0px 0px;
	border: 5px solid #E7E7DA;
}

.imagen-izq{
	float:right;margin:0px 0px 0px 15px;
	border: 5px solid #E7E7DA;
}

/* FIN FILETES*/

/* YOUTUBE */

.youtube{ padding:45px 15px 15px 15px;background: url(cms-styles/images/youtube-logo.png) 9px 2px no-repeat;background-color:#E43F34;margin-bottom:20px; }
.youtube h3{ text-align:left; }
.youtube object{ height:240px; }
.youtube a{ color:#666666}
.yttxt{ background-color:#FFF;padding:10px; }
.ytimg{ width:70px;float:left;margin:0px 10px 5px 0px; }

/* FIN YT */

/* CONTENEDORES PUBLICIDAD */
.publi720{
	float:left;
	width:728px;
}

.publi300{
	clear:both;
	font-size: 0.6em;
	float:left;
	padding:0px 15px 5px 0px;
	width: auto;
}

.publi200{
	clear:both;
	font-size: 0.6em;
	float:left;
	padding:0px 15px 5px 0px;
	width: auto;
}

.publi336{
	clear:both;
	font-size: 0.6em;
	float:left;
	padding:0px 0px 5px 0px;
	width: auto;
}

.publi336c{
    margin:20px auto 0px auto;width:336px;overflow:hidden;
}

.publi300c{
	clear:both;
	font-size: 0.6em;
	float:left;
	padding:0px 15px 5px 0px;
	width: 300px;
}

.multimedia-logo{
    float: left;
    width: 101px;
    padding:0px 20px 30px 0px;
    
    
}

/* FIN PUBLICIDAD*/

/* cabecera pequeña */

#cuerpo{
	width:1024px;
	margin:0px auto 0px auto;
	background-color:#FFF;
}

#cuerpo .breve{
	padding:10px 20px 0px 40px;
	background: url("cms-styles/images/pen.png") 20px 10px;
	background-repeat: no-repeat;
	display: block;
}

#header{
	padding:0px 5px 0px 5px;
	background-color:#666666;
	}
	
#header .publiheader{
	color:#FFF;
	clear: both;
	font-size:0.6em;
	margin:0px auto 0px auto;
	height:100px;
	padding:5px 0px 5px 6px;
	width:1030px;
	
}

#cabecera{
	height:60px;
	padding:8px 20px 5px 20px;
}

#cabecera .logo{
			float:left;	
			width:180px;
}

#cabecera .filete{
			color:#fff;
			background-color:#49BBEE;
			float:left;
			padding:11px;
			margin:0px 0px 0px 20px;
			position:relative;
			top:13px;
			width:630px;
}

#cabecera li {
		float:left;
		list-style: none;
		margin-right:15px;
}

#cabecera .rss{
		float:right;
		position:relative;
		top:12px;
}

#cabecera a{
	font-weight: bold;
	color:#FFF;
}

#megacontenedor{
	width:980px;
	padding:0px 40px 5px 20px;
	overflow:hidden;
}

#content{
	padding:0px 20px 20px 20px;
	width:590px;
	float:left;
}

#content p{
	font-size:1em;
}

#content .imagen{
	float:left;
	margin:5px 10px 0px 0px;
	border: 5px solid #E7E7DA;
}

#content li{
    padding:10px 20px 0px 40px;
	background: url("cms-styles/images/pen.png") 15px 10px;
	background-repeat: no-repeat;
	display: block;
}

#content .autor{
	margin:5px 0px 10px 0px;
}

#content .extracto{
    font-size:0.8em;font-style:italic;
}

#content .datos{
	clear:both;
	float:left;
    font-size:0.8em;
	margin: 0px 20px 5px 0px;
	text-align: left;
	width:180px;
}

#content .datos h5{
    font-size:0.9em;font-weight:bolder;text-transform:uppercase;border-bottom:2px solid #B8B8B8;margin-bottom:10px;
}

#content .datos .twitter{
    background: url(cms-styles/images/sprite-comp.png) 0px -116px no-repeat;float:left;height: 29px;padding: 0px 0px 0px 28px;
}
#content .datos .facebook{
    background: url(cms-styles/images/sprite-comp.png) 0px -58px no-repeat;float:left;margin-right:10px;height: 29px;padding: 0px 0px 0px 28px;
}

#content .ruta{
	clear: left;
	font-size: 0.9em ;
	font-weight: bold;
	float: left;
}

#content span.facebook{
	background: url("cms-styles/images/sprite-comp.png") 0px -58px no-repeat;
	display: block;
	font-size: 0.7em;
	float: right;
	height: 29px;
	margin-left: 15px;
	padding: 0px 0px 0px 28px;
}

#content span.delicious{
	background: url("cms-styles/images/sprite-comp.png") 0px -29px no-repeat;
	display: block;
	font-size: 0.7em;
	float: right;
	height: 29px;
	margin-left: 15px;
	padding: 0px 0px 0px 28px;
}

#content span.twitter{
	background: url("cms-styles/images/sprite-comp.png") 0px -116px no-repeat;
	display: block;
	font-size: 0.7em;
	float: right;
	height: 29px;
	margin-left: 15px;
	padding: 0px 0px 0px 28px;
}

#content span.tmblr{
	background: url("cms-styles/images/sprite-comp.png") 0px -87px no-repeat;
	display: block;
	font-size: 0.7em;
	float: right;
	height: 29px;
	margin-left: 15px;
	padding: 0px 0px 0px 28px;
}

#content img{ margin:10px 0px 10px 0px;}

#content h2,h3, object{ margin:10px 0px 10px 0px;}

#content .anteriores{
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 25px;
	text-transform: uppercase;
	overflow: hidden;
}

#content span.abajo{
	background: url("cms-styles/images/sprite-comp.png") 0px -145px no-repeat;
	display: inline;
	float: left;
	height: 29px;
	margin:5px 0px 5px 10px;
	padding: 0px 0px 0px 28px;
	overflow: hidden;

}

#content span.arriba{
	background: url("cms-styles/images/sprite-comp.png") 0px -174px no-repeat;
	display: inline;
	float: left;
	height: 29px;
	margin:5px 0px 5px 10px;
	padding: 0px 0px 0px 28px;
	overflow: hidden;
	
}

#content .anotacion{
	background: url("cms-styles/images/tag.png") 0px 0px;
	background-repeat: no-repeat;
	display: block;	
    float: left;
    width:300px;
	font-size: 0.8em;
	padding:0px 0px 0px 22px;
}

#content .fecha{
	font-size: 0.8em ;
	font-weight: bold;
	float: right;
}


#content textarea{
	font-size:1.6em;
	height:100px;
	width:500px;
}



#content .friki{
	width:550px;overflow:hidden;margin:10px 0px 10px 0px;
}

#content .txtfriki{
	width:430px;display:block;float:left;
}

#content .imgfriki{
	float: left;
}

#content #mensaje p{
	font-weight: bold;
	background-color: #FFCC99;
	padding:10px;
}

#content #comentarios img{
	float:left;
	margin:0px 10px 10px 0px;
}



#content #comentarios div{
	float:right;
	width:380px;
	font-size: 0.8em;
	min-height:100px;
	margin:0px 100px 20px 0px;
	padding:10px;
	background-color: #EEEEEE;
}

#content .formulario{
	font-weight: bold;
	font-size:0.8em;	
}

#content .formulario label{
	font-weight: bold;
}

#content .formulario .cajontexto{
	height:20px;
	width:130px;
	margin:0px 10px 0px 0px; 
}

#content .formulario .cajontexto2{
	font-size:1.7em;
	height:30px;
	margin:0px 0px 10px 0px;
	width:250px; 
}

#content .formulario .contacto{
	font-size:1.5em;
	float:left;
	width:150px;
}

#content .formulario .imgCaptcha{
	float:left;
	margin:0px 10px 0px 0px; 
}

#content .formulario .txtCaptcha{
	float:left;
	font-size: 2.3em;
	height:37px;
	width:130px;
	margin:0px 10px 0px 0px; 
}

#content .formulario .botonEnviar{
	background-color: #666666;
	border:0px;
	cursor: pointer;
	color:#FFF;
	font-size:1.2em;
	font-weight: bold;
	margin-top:20px;
	height: 40px;
	width: 150px;
	padding:10px 0px 10px 0px;
}

/* PAGINACION */

#pagination li{
	border:0; margin:0; padding:0;
	font-size:1.7em;
	list-style:none;
}
#pagination a{
	margin-right:15px;
}

#pagination a:link,#pagination a:visited {
	color:#00b0ff;
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
}

#pagination a:hover{
	background-color: #00b0ff;
	color: #FFF;
}

/* FIN PAGINACION */

#sidebar{
	width:360px;
	padding:0px 0px 20px 10px;
	float:left;
}

#sidebar h3{
	font-size: 1.1em;
	font-weight: bold;
}

#sidebar .imagencom{
	background: url("cms-styles/images/sprite-comp.png") 0px 0px no-repeat;
	padding: 0px 0px 5px 35px;
}

#sidebar .twitter{
	background-color: #8ec1da;
	padding:10px;
}

#sidebar .twitter h3{
	
	text-transform: uppercase;
	font-size:1.2em;
	color:#fff;
}

#sidebar .twtr-doc{
	font-size:1.3em;
}

#sidebar .twtr-ft{
	height:0px;
}



#sidebar .twitterstatus{
	padding:15px 15px 8px 15px;background-color:#49BBEE;background-image: url(cms-styles/images/twitt.gif);background-position:bottom;background-repeat:no-repeat;margin-bottom:20px;
}

#megacontenedor .twitterstatus{
	padding:15px 15px 8px 15px;background-color:#94B931;background-image: url(cms-styles/images/twitt.gif);background-position:bottom;background-repeat:no-repeat;margin-bottom:20px;
}

#sidebar .twit{
	padding:10px 10px 10px 10px;background-color:#fff;font-size:1.2em;text-align:left;margin-bottom:25px;
}

#megacontenedor .twit{
	padding:15px;background-color:#fff;font-size:1.2em;text-align:left;margin-bottom:25px;
}

#sidebar .followme{
	text-align:right;font-size:1.2em;padding-bottom:3px;display:block;
}

#sidebar .followme a{
	margin-top:10px;
	color:#fff;
}

#sidebar .bloc{
	background-image: url('cms-styles/images/bloc.png');
	background-repeat: no-repeat;
	background-color: #F7E464;
	padding:5px 15px 10px 15px;
	margin-bottom: 10px;
}

#sidebar .titulobloc{
	font-size: 1.2em;
	font-weight: bold;
	left:40px;
	position: relative;
	top:30px;
	
	
}

#sidebar a{
	font-weight: bold;
}

#sidebar .buscador{
		float: left;
		font-size:1.2em;
		height:25px;
		margin:0px 6px 15px 0px;
		width:280px;
}

#sidebar .boton{
		background-color: #666666;
		border:0px;
		cursor: pointer;
		color:#FFF;
		float: left;
		font-size:0.7em;
		font-weight: bold;
		height: 30px;
		width: 70px;
}

#sidebar object{
	width:100%;
}


#error404 .buscador{
		float: left;
		font-size:1.6em;
		height:35px;
		margin:0px 6px 15px 0px;
		width:350px;
}

#error404 .boton{
		background-color: #666666;
		border:0px;
		cursor: pointer;
		color:#FFF;
		float: left;
		font-size:0.9em;
		font-weight: bold;
		height: 40px;
		width: 90px;
}

#error404 h1{
	font-size:4.5em;
	font-weight:bold;
	line-height: 1.1;
}

#error404 .mapa li{
	font-size: 1.1em;
	line-height: 1.5em;
}

#error404 .mapa li.articulos{
	font-size: 0.9em;
	line-height: 1.5em;
	margin-left: 80px;
}

#footer{
	background-color: #666666;
	color:#FFF;
	padding:10px 30px 30px 30px;
}

#footer .almohadilla{
	float: left;
}

#footer a{
	color:#FFF;
	font-weight: bold;
}

#footer a:hover{
	background-color: #FFF;
	color:#666666;
	text-decoration: none;
}

#footer li{
	line-height: 1.2;
	
}

#footer .ft-lft{
	float:left;
	padding-top: 10px;
	width:390px;
	
}

#footer .ft-rgt{
	color:#fff;
	float:right;
	width:420px;
	
	
}

#footer .multi-ft{
	float:left;
	margin:0px 10px 15px 0px;
	width:100%;
}

#footer .multi-ft p{
	font-size: 0.9em;
	font-weight: bold;
}

#footer .multi-ft p a{
	
	font-weight: bold;
}

#footer .imagenAlea{
	float:right;
	margin:0px 10px 15px 10px;
	border: 5px solid #E7E7DA;
}

#footer object{
	width:100%;
	height:240px;
}