/* CSS Document */

a:link {
	color: #80287c;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #80287c;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #80287c;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#cabecera {
	width: 100%;
	height: 120px;
	background-image:url(imagenes/cabecera.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#FFFFFF;
}
#cabecera H1, #cabecera H2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
	margin-top: 0px;
	margin-right: 10px;
	font-size:24px;
	font-weight:normal;
}
#cabecera H3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
	margin-top: 4px;
	margin-right: 10px;
}
#cabecera #sombra {
	height: 1px;
	width: 100%;
	line-height: 1px;
	position:absolute;
	top:120px;
	z-index:300;
	margin:0px;
	padding:0px;
}
#cabecera #sombra .tab{
	background-image: url(imagenes/tabi.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 35px;
	float: right;
	padding-left: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 29px;
}
#cabecera #sombra .tab a{
	background-image: url(imagenes/tabd.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 8px;
	padding-right: 21px;
	padding-bottom: 12px;
	padding-left: 0px;
	line-height:30px;
}
#pie {
	width: 100%;
	clear:both;
	position:relative;
	height:50px;
	margin-top:-50px;
}
#lineapie0 {
	width: 100%;
	height: 6px;
	background-image:url(imagenes/pielinea.gif);
	font-size:1px;
}
#lineapie1 {
	width: 100%;
	height: 3px;
	background-color:#80287c;
	font-size:1px;
}
#lineapie2 {
	width: 100%;
	height: 2px;
	background-color:#FFFFFF;
	font-size:1px;
}
#lineapie3 {
	width: 100%;
	height: 39px;	
	background-color:#80287c;
	color:#FFFFFF;
	font-size:9px;
	text-align:center;
}
#lineapie3 A{
	color:#FFFFFF;
}
#principal .curva {
	background-image: url(imagenes/curva3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 40px;
}
#principal .titulocurva{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	vertical-align: bottom;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#principal .titulocurva A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	vertical-align: bottom;
}
.autor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: small-caps;
	color: #666666;
	text-align: left;
	vertical-align: bottom;
	padding-left: 30px;
	padding-bottom: 2px;
	background-image: url(imagenes/vcard.gif);
	background-repeat: no-repeat;
	background-position: 10px bottom;
}
.fecha {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: small-caps;
	color: #666666;
	padding-left: 20px;
	padding-bottom: 2px;
	padding-right: 30px;
	background-image: url(imagenes/mini-calendar.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.categorias {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: small-caps;
	color: #666666;
	text-align: left;
	padding-left: 30px;
	padding-bottom: 2px;
	background-image: url(imagenes/attach.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.tags {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: small-caps;
	color: #666666;
	text-align: left;
	vertical-align: bottom;
	padding-left: 30px;
	padding-bottom: 2px;
	margin-top:3px;
	background-image: url(imagenes/tag_blue.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	height:17px;
}
.comentarios {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: small-caps;
	color: #666666;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-right: 30px;
	background-image: url(imagenes/mini-comments.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height:17px;
}

.post-content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #ede1ed;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: 1px solid #80287c;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 2px;
	margin-left: 5px;
}
.previous-entries a {
	float:right;
	padding-right:18px;
	background:url(imagenes/mini-nav-right.gif) no-repeat right center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: small-caps;
}

.next-entries a {
	float:left;
	padding-left:18px;
	background:url(imagenes/mini-nav-left.gif) no-repeat left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: small-caps;
}
.previous-entries a:hover, .previous-entries a:hover {
	color: #FF0000;
}
#sidebar_superior {
	width:100%;
	color:#666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: transparent;
}
#sidebar_derecha {
	float:right;
	width:57%;
	color:#666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: transparent;
}
#sidebar_izquierda {
	float:left;
	width:39%;
	color:#666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: transparent;
}
#sidebar_inferior {
	clear:both;
	width:100%;
	color:#666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: transparent;
}
#principal2 h2,#principal2 .sidebartitle{
	color:#666666;
	padding-bottom:1px;
	margin-bottom:1px;
	font-family: "trebuchet MS", "Lucida Sans Unicode", Georgia;
	font-size: 16px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aaaaaa;
}

#principal2 a,#principal2 a:visited{
	color:#80287c;
	text-decoration:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


#principal2 li a:hover{
color:#FF0000;
text-decoration:none;
}
#principal h2.title {
	color:#999999;
	padding-bottom:1px;
	margin-bottom:1px;
	font-family: "trebuchet MS", "Lucida Sans Unicode", Georgia;
	font-size: 18px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aaaaaa;
}
#principal h3.title {
	color:#999999;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:1px;
	margin-bottom:21px;
	font-family: "trebuchet MS", "Lucida Sans Unicode", Georgia;
	font-size: 14px;
	font-weight: normal;
}
#calendar_wrap TABLE #today{
	color:#FF0000;
}
#principal h3.post-relacionado, #principal h3 {
	color:#999999;
	padding-bottom:1px;
	margin-bottom:1px;
	font-family: "trebuchet MS", "Lucida Sans Unicode", Georgia;
	font-size: 16px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aaaaaa;
	background-image: url(imagenes/page_copy.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}
#principal ul.related_post li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	list-style-type: none;
	background-image: url(imagenes/page_white_text.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 19px;
	height:19px;
	line-height:19px;
}

.nocomments
{
	color:#999999;
	text-align:center;
}
#principal h3#comments {
	color:#999999;
	padding-bottom:1px;
	margin-bottom:1px;
	font-family: "trebuchet MS", "Lucida Sans Unicode", Georgia;
	font-size: 16px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aaaaaa;
	background-image: url(imagenes/comments.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

#principal h3#respond {
	color:#999999;
	padding-bottom:1px;
	margin-bottom:1px;
	font-family: "trebuchet MS", "Lucida Sans Unicode", Georgia;
	font-size: 16px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aaaaaa;
	background-image: url(imagenes/comment_add.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.com1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #F6F6F6;
	border: 1px dashed #999999;
	list-style-type: none;
	padding:15px;
	margin-right:50px;
	margin-bottom:15px;
}

.com1alt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FCFCFC;
	border: 1px dashed #999999;
	list-style-type: none;
	padding:15px;
	margin-right:50px;
	margin-bottom:15px;
}
.countcomment {
	color: #ebebeb;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 26px;
	z-index: 1;
	position: relative;
	top: 0px;
	float: right;
	padding-bottom: 5px;
	padding-right: 5px;
}
#principal p{
	color:#999999;
}
#principal div.post p{
	color:#333333;
}
#principal label{
	color:#999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}
.texto {
	color: #882633;
	padding:4px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #666666;
}
#ssss{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	background-image: url(imagenes/zoom2.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
	border: 1px solid #999999;
	height: 20px;
	padding-left: 23px;
	padding-top: 5px;
	vertical-align: middle;
}
