/*GIMPSOMBRAS: 2x2x2x40x000000
Selección: esquinas redondeo 5px
Fuxia: #960064
*/
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;

}
body {
	line-height: 1;
	background: #646464 url("img/fondo.png") repeat-x;
	margin-top: 20px;

}

ol, ul {
	list-style: bullet;
	margin-left: 20px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
#container {
}
#postmeta {
}
#postnavigation {
}
#searchform {
}
#sidebar {
}
#header0 {
	width: 604px;
	height: 300px;
	background: url("img/hongo.png");
	margin: auto;
}

#header1 {
	width: 604px;
	height: 300px;
	background: url("img/bichin.png");
	margin: auto;
}
#header2 {
	width: 604px;
	height: 300px;
	background: url("img/bzzz.png");
	margin: auto;
}
#header3 {
	width: 604px;
	height: 300px;
	background: url("img/fitz.png");
	margin: auto;
}
#logo {
  width: 259px;
	height: 51px;
	background: url("img/logo.png");
	position: relative;
	left: 6px;
	top: 6px;
}

#twitter{
    width: 48px;
    height: 48px;
    background: url("img/Twitter-48x48.png");
    float: right;
    position: relative;
    top: -41px;
       right: 12px;
}

#texto_encabezado{
    width: 600px;
    font-family: Arial, FreeSans;
	color: #FFFFFF;
	font-size: 0.75em;
	position: relative;
	top: 232px;
	text-align: right;
	background-color: black;
	opacity: 0.6;
	vertical-align: top;
	height: 1.4em;
	
}

#post {
	width: 604px;
	margin: auto;
	padding: 20px 0 20px 0;
	background: url("img/medioalt.png") repeat-y;
	height: 100%;
}
#post .titulo {
    font-family: Arial, FreeSans;
	color: #E1E1E1;
	font-size: 1.4em;
	font-weight: bolder;
    width: 520px;
    margin-right: 44px;


}
#post .titulo a {
	color: #323232;
}
#post .titulo a:hover {
	color: #960064;
	border-bottom: 1px dotted;
}
#post .senia {
	width: 40px;
	height: 50px;
	background-color: #E1E1E1;
	float: left;
	margin: 0 20px 0 0;
	font-family: Arial, FreeSans;
	font-weight: bolder;
	font-size: 1em;
	color: #323232;
	text-align: center;
	padding: 2px 0 0 0;
	text-transform: capitalize;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border: 1px solid #969696;
	border-left: 0;
}
#post .texto {
	font-family: Arial, FreeSans;
	font-size: 0.85em;
	color: #323232;
	line-height: 1.4em;
	text-align: justify;
	margin-right: 44px;
	padding: 20px 0px 10px 40px;
}

#post p {
	margin-bottom: 1.4em;
}
#post .texto a {
	color: #323232;
	background-color: #E1E1E1;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 0 2px 2px 2px;
}
#post .texto a:hover {
	color: #E1E1E1;
	background-color: #969696;

}
#post .linea {
	background-color: #969696;
	height: 1px;
	width:  520px;
	margin: auto;
	margin-right: 44px;

}
#post .info {
	font-family: Arial, FreeSans;
	font-size: 0.8em;
	color: #323232;
	text-align: left;
	width: 520px;
	height: 16px;
	margin: auto;
	margin-bottom: 40px;
}

#post .comentarios{
    width: 36px;
    height: 16px;
    background: url("img/comment.png") no-repeat;
    float: right;
    text-align: right;
}

/**********_FOOTER_**********/

#footer {
	width: 604px;
	background: url("img/footeralt.png") repeat-y;
	font-family: Arial, FreeSans;
	font-size: 0.85em;
	margin: auto;
	height: 100%;
	overflow: hidden;
}

#footer #fijos{
    width: 279px;
    padding: 10px;
    float: left;
    list-style:none;
    border-right: 1px dotted #323232;
}

#footer #fijos a{
	color: #323232;
	background-color: #C8C8C8;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 0 2px 2px 2px;
	line-height: 1.5em;
	vertical-align: top;
}

#footer #fijos a:hover{
	color: #E1E1E1;
	background-color: #4B4B4B;
}

#footer #categorias{
	width: 280px;
	margin-right: 4px;
	padding: 10px;
    float: right;
    list-style:none;
}

#footer #categorias a{
	color: #323232;
	background-color: #C8C8C8;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 0 2px 2px 2px;
	line-height: 1.5em;
	vertical-align: top;
}

#footer #categorias a:hover{
	color: #E1E1E1;
	background-color: #4B4B4B;
}


#footer #horizontal{
	width: 520px;
	padding: 10px 40px 0 40px;
	font-size: 0.7em;
	color: #646464;
	float: left;
	text-align: center;
}


#inferior {
	width: 604px;
	height: 9px;
	background: url("img/inferioralt.png");
	margin: auto;
	margin-bottom: 20px;
	float: none;

}

#comentarios{
  	font-family: Arial, FreeSans;
	font-size: 0.85em;
	color: #323232;
	background-color: #DCDCDC;
	width: 510px;
	margin: auto;
	margin-right: 44px;
    padding: 5px;	
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #969696;
	margin-top: 20px;
}

#comentarios #cantidad{
	font-size: 1.4em;
	font-weight: bolder;
	text-align: right;

}

#comentarios .texto{
	line-height: 1.4em;
    font-size: 1em;
	text-align: justify;
}

#comentarios .autor{
    text-align: right;
    font-weight: bold;
}

#comentarios .fecha{
    text-align: right;
}

#comentarios .linea{
	background-color: #969696;
	height: 1px;
	width:  510px;
	margin: auto;
	margin-right: 44px;

}

#comentarios .autor a:hover{
	color: #960064;
	border-bottom: 1px dotted;
}
#comentarios a{
	color: #323232;
	border-bottom: 1px dotted;
}

.wavatar{
	border: 1px solid #969696;
	border-left: 4px solid #969696;
	
}


input{
    width: 200px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #969696;
  	font-family: Arial, FreeSans;
	font-size: 0.85em;
	color: #323232;

}
textarea{
    width: 500px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #969696;
	  	font-family: Arial, FreeSans;
	font-size: 0.85em;
	color: #323232;
}

.youtube{
    width: 425px;
    height: 344px;
    margin: auto;
        -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #969696;
	padding: 5px;
    }
