/*
Theme Name: Marcatextos
Theme URI: http://www.marcatextos.com
Description: Tema para Marcatextos.com
Version: 1.1
Author: Miguel Rubio
Tags: fixed width, three columns, widgets

/*-----------Block Level Elements--------------*/

html, body {
	background: white;
	background-image: url(./images/fondo_920.jpg);
	background-position:center;
	background-repeat:repeat-y;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	height: 100%;
	margin-top: 0px;
}

/*ancho total de la página. hace que se haga más ancha o delgada en total*/
#page {
	width: 930px;
	height: 100%;	
	margin: 0 auto;
	background: #ffffff; /*era el color original del fondo*/
	padding: 0;
}

#header {
	/*
	se deshabilitó el header completo porque se puso manual en header.jpg*/
	width: 530px;
/*	height: 145px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(./images/banner_mt.jpg);
	background-repeat: no-repeat;
	background-position: top center;*/
}

#headerimg {
	/*margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 530px;
	text-align: center;
	padding-top: 10px;*/
}

.description {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 500px;
	text-align: center;
}

/*definición general de la columna de enmedio*/
#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 530px;
/*	border-top: 4px solid #ff0000;
	border-right: 4px solid #ff0000;
	border-left: 4px solid #ff0000;
	background: #202020;
	background-image: url(./images/teeth-upper.gif); 
	background-repeat: repeat-x;
	background-position: top center;
	padding-top: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;*/
	background-image: url(./images/fondo_920.jpg);
}

/*definición del espacio para el contenido de los artículos en la columna central*/
#content {
	margin-left: auto;
	margin-right: auto;
	width: 520px;
/*	background: #202020;*/
	padding: 0 5px 0 5px;
/*	border-bottom: 3px solid #ff0000;
	padding-bottom: 50px;
	background-image: url(./images/teeth-lower.gif); 
	background-repeat: repeat-x;
	background-position: bottom center;*/
/*	color: #ffffff;*/
	color: #000000;
	background-image: url(./images/fondo_920.jpg);
}

.content a {
/*	#ffc0c0;*/
	#ff0099;	
}
/*definición de la left bar*/
#sidebar-lt {
	float: left;
	width: 190px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

/*definición de la right bar*/
#sidebar-rt {
	float: right;
	width: 200px;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
background-image: url(./images/fondo_small.jpg);	
}

/*definición del footer*/
#footer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 450px;
	text-align: center;
}

/*-------------Headings-------------*/

h1 {
	color: black;
}

h1 a {
	color: #000;
}

h2 {
	color: black;
}

h3 {
	color: black;
}

h4 {
	color: black;
}

h5 {
	color: black;
}

/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {
	/*color: #ffc0c0;*/
/*	color: #ff9900;*/
	text-decoration: none;
	background:#e8f842;
/*padding:10px;*/
	
}

.post {
	padding: 10px;
	text-align: justify;
/*	color: black;*/
	color: 000000;
}

.post p {
/*	color: black;*/
	color: 000000;
}

.post h3 {
/*	color: black;*/
	color: 000000;
}

.post h2 a{
/*	color: black;*/
	color: ff0099;
}

.post a {
/*	color: #ffc0c0;*/
	color: #000000;
	
}

.post ul {
	margin: 7px;
	padding: 0px;
}

.post li {
/*	color: black;*/
	color: 000000;
}

.post ol {
/*	color: black;*/
	color: 000000;
}

.entry {


}

.entrytext .postmetadata {
	/*font-size: small;*/
	
}

.postmetadata alt {
	/*font-size: small;*/
}

.postmetadata a {
	text-decoration: none;
}

.navigation {

}

.alignleft {
	float: left;
}

.alignright {
	float: right;	
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pagetitle {
	font-size: medium;
}

blockquote {
	background: #404040;
	padding: 2px;
}

cite {

}

a img {
	border: 0;
}

acronym, abbr {

}

/*--------------Sidebar------------*/

.widget {
	background: #ffffff;
/*	margin-top: 10px;*/
	/*border: 1px solid #ccc;*/
	border-top: 4px solid #b4c401;
	padding-top: 2px;

}

#sidebar-rt{


	margin-left: 0px;
	height: 100%;	

}

#sidebar-lt{

	margin-left: 0px;
}


#sidebar-lt ul, #sidebar-rt ul {
	margin: 1px;
	padding-left: 7px;
height: 100%;
	font-size:12px;
}

#sidebar-lt ul h2, #sidebar-rt ul h2, .widget-title {
	background: #e8f842;
	color: #000000;
	/*border-bottom: 1px solid #aaa;*/
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

#sidebar-lt ul, #sidebar-rt ul {
	list-style-type: none;
	list-style-image: none;
height: 100%;	
}

#sidebar-lt li, #sidebar-rt li {
	list-style-type: none;
	list-style-image: none;
/*	background:url(images/bullet.gif) no-repeat left;*/
	padding-top: 10px;

}

#sidebar-lt ul ul, #sidebar-rt ul ul {

}

#sidebar-lt ul ul li, #sidebar-rt ul ul li {

}

#sidebar-lt ul ul ul, #sidebar-rt ul ul ul {

}

#sidebar-lt p, #sidebar-rt p, .textwidget {
	text-align: left;
	padding-left: 7px;
	padding-right: 7px;
}

#sidebar-lt a, #sidebar-rt a {
	color: #669900;
	text-decoration: none;
}

#sidebar-lt a:hover, #sidebar-rt a:hover {
	color: #000000;
	/*text-decoration: underline;*/
}

#sidebar-lt a:visited, #sidebar-lt a:visited {
	color: #ff9900;
	text-decoration: none;

}



/*--------------Comments--------------*/

ol.commentlist, .replytext, small {
/*	color: black;*/
	color: #ff9900;
}

ol.commentlist li {
	color: #000000;
	padding:5px;

}


ol.commentlist li.alt {
	color: 000000;
	background: #e1e1e1;
	padding:5px;	
}

ol.commentlist a, .replytext a {
	/*color: #ffc0c0;*/
	color: #000000;

}

small.commentmetadata {
	color: #ff0000;
}

.avatar {
	float: right;
	margin-right: 5px;
	padding: 2px;
}

/*--------------Search Form-------------*/

#searchform {
	padding: 5px;
}

#searchform input {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {
	width: 100%;
}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/




/*-------------Other------------------*/

hr {
	display: none;
}

img#wpstats {
	display:none
}