/*
Theme Name: TM	
Author: gyj.es
Author URI: http://www.gyj.es
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 11px Verdana;
	color: #000000;
	background: url(images/background1.gif) repeat 0 0;
}
a {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

#buffer {
	background: url(images/background2.gif) repeat-y center 0;
}

/** BEGIN wrapper **/
#wrapper {
	width: 992px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/**ADS TOP**/
#adTop{
	width:992px;
	margin-bottom:5px;
	text-align: center;
}
premium{
	float:left
	height: 212px;
	width: 992px;
}

/**EN ADS TOP**/

/** BEGIN header **/
#header {
	height: 250px;
	background: url(images/header.gif) repeat-x 0 0;
	margin-right: 1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;

}
	#header ul {
		list-style-type: none;
		height: 30px;
		padding-left: 0px;
		font-size: 15px;
	}
		#header ul li {
	float: left;
	text-transform: none;
		}
		#header ul li a {
			color: #000;			
			display: block;
			padding: 6px 9px 5px;
		}
		#header ul li a:hover {
			background-color: #637380;
			color: #ffffff;
			text-decoration: none;
		}
	#header .links {
	float: right;
	color: #999;
	margin-top: 5px;
	padding-right: 15px;
	}
		#header .links a {
			color: #999;
			margin: 0 8px;
		}
		#header .links a:hover {
			color: #ffffff;
			text-decoration: underline;
		}
	#header .logo {
		float: left;
	}
		#header .logo h1 {
			font-size: 0;
			padding: 0px 0px 0;
		}
		#header .logo h1 a {
			display: block;
			text-indent: -9999px;
			outline: none;
			background: url(images/fondoTM.jpg) no-repeat 0 0;
			width: 992px; height: 80px;
		}
		.BlogDescripcion{
	z-index: 1000000;
	top: 170px;
	position: absolute;
	padding-left:450px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;			
		}
		#header .logo p {
			display: none;
		}
	#header .ad468x60 {
		display:none;
		float: right;
		margin: 28px 22px;
	}
	#header ol {
		width:966px;
		float:left;
		list-style-type: none;
		padding: 8px 10px 0;
	}
		#header ol li {
			float: left;
			padding: 0 12px;
		}
		#header ol li a {
			color: #000000;
		}
		#header ol li a:hover {
			color: #cccccc;
			text-decoration: underline;
		}
		#adsTop{
			float:left;
			width:100%;
			margin-top:4px;
			height:94px;
		}
/** END header **/
/** BEGIN menu **/
		#header .menuSup{
			float:left;
			list-style-type: none;
			font-size: 15px;
			padding-top: 3px;
			padding-right: 10px;
			padding-bottom: 0;
			padding-left: 5px;
		}
		#header .menuSup ul{
			float: left;
			padding: 0 5px;
			list-style-type: none;
		}
		#header .menuSup ul li {
			color: #000000;
		}		
		#header .menuSup ul li a{
			color: #000000;
		}
		#header .menuSup ul li a:hover{
			color: #C00;
			text-decoration: underline;
			background-color: transparent;
		}
/** END menu **/

/** BEGIN body **/
#body {
	background-color: #ffffff;
}
/** END body **/

/** BEGIN content **/
#content {
	width: 670px;
	float: left;
	padding-bottom: 20px;
}
	#content p {
		margin-bottom: 10px;
		line-height: 1.4em;
	}
	#content h3 {
		margin-bottom: 10px;
		font-size: 1.5em;
		font-weight: normal;
	}
	#content blockquote {
		margin: 0 20px 10px 40px;
		padding: 15px 20px 5px;
		background-color: #EBEBEB;
		border-width: 1px 0;
		border-style: solid;
		border-color: #DEDCD4;
		font-weight: bold;
	}
	#content ul {
		margin: 0 0 10px 18px;
	}
	#content ol {
		margin: 0 0 10px 16px;
	}
	#content li {
		padding: 2px 0;
	}
	#content .post {
		padding: 25px 35px 0;
		color: #565656;
	}
		#content .post h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	padding-bottom: 5px;
	margin: 0 -10px 5px;
	border-bottom: 1px dotted #DEDCD4;
	font-weight: normal;
		}
			#content .post h2 a {
	color: #9a9a9a;
	text-decoration: none;
	font-weight: normal;
			}
/** END wordpress 2.7 comments **/
#content .post h2 a:hover {
	text-decoration: underline;
}
		#content .post .date {
			color: #8A8A8A;
			margin-bottom: 15px;
		}
			#content .post .date a {
				color: #900;
				text-decoration: none;
			}
			#content .post .comments a {
				padding-left: 32px;
				padding-bottom:10px;
				font-weight: bold;
				margin-left: 20px;
				background-image: url(images/comments.gif);
				background-repeat: no-repeat;
				background-position: 0 top;
				line-height: 5px;
			}
		#content .post a {
			text-decoration: underline;
		}
		#content .post a:hover {
	text-decoration: underline;
	color: #F00;
		}
		#content .post .details {
	background-color: #F7F7F7;
	border: 1px solid #DBD9D9;
	color: #C00;
	width:610px;
	margin-top: 5px;
	margin-right: -10px;
	margin-bottom: 0;
	margin-left: -10px;
	padding: 5px;
	clear: both;
		}
				#content .post .details p{
		margin-bottom: 5px;
		line-height: 1.1em;
		}
		.more-link{
			width:570px;
			float: left;
			text-align: right;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 15px;
			background-image: url(images/boloReadMore.gif);
			background-repeat: no-repeat;
			background-position: right 3px;
			padding-top: 0px;
			padding-right: 20px;
			padding-bottom: 10px;
			padding-left: 0px;
		}
			/*#content .post .details .l {
				float: left;
			}
			#content .post .details .r {
				float: right;
			}
			#content .post .details a {
				text-decoration: none;
			}*/
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 300px;
	float: right;
	padding: 0px 10px 20px 0;
}
	#sidebar h2 {
	width:100%;
	color: #900;
	font-size: 1,5em;
	text-transform: capitalize;
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	#sidebar ul {
	padding-bottom: 15px;
	padding-left: 10px;
	}
		#sidebar ul li {
			line-height: 1.4em;
			padding: 3px 0;
		}
		#sidebar ul li a {
			color: #565656;
		}
	#sidebar .l {
	float: right;
	width: 300px;
	margin-top: 10px;
	}
	#sidebar .r {
	float: right;
	width: 300px;
	margin-top: 10px;
	}
	#boton140x140{
	width: 140px;
	float: left;
	height: 140px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 20px;
	font-size: 9px;
	}
/*	#sidebar form{
		background-color: transparent;
		background-image: url(images/search.gif);
		background-repeat: no-repeat;
		background-position: 0pt 0pt;
		width: 50px;
		height: 44px;
		margin-bottom: 10px;
}
		#sidebar form input {
			float: left;
			border: 1px solid #ffffff;
			margin: 13px 8px 20 11px;
		}
		#sidebar form button {
			float: right;
			border: 0;
			text-indent: -9999px;
			height: 26px;
			width:20px;
			margin-top: 8px;
			background-color: transparent;
			padding: 0px;
			margin-right: 0px;
			margin-bottom: 0px;
			margin-left: 0px;
		}*/
	#sidebar .box {
		background: url(images/sidebody.gif) repeat-y 0 0;
		margin-bottom: 10px;
		width: 300px;
	}
		#sidebar .box .b {
			background: url(images/sidefoot.gif) no-repeat 0 bottom;
			padding-bottom: 20px;
		}
		#sidebar .box h2 {
			background: url(images/sidehead.gif) no-repeat 0 0;
			padding: 10px 10px 6px;
			margin-bottom: 7px;
		}
		#sidebar .box .social {
			text-align: center;
		}
		#sidebar .box .sponsors {
			text-align: center;
		}
		#sidebar .box ul {
			padding: 5px 15px;
		}
			#sidebar .box ul li {
				line-height: 1.4em;
				padding: 4px 0 4px 14px;
				background: url(images/bullet.gif) no-repeat 0 9px;
			}
			#sidebar .box ul li a {
				color: #8A8A8A;
			}
		#sidebar .box .flckr {
			text-align: center;
		}
			#sidebar .box .flckr img {
				margin: 2px;
			}
		#sidebar .box .video {
			padding: 5px 0 5px 20px;
		}
		#sidebar .box .tags {
			padding: 0 10px 0px;
		}
			#sidebar .box .tags a {
				color: #8a8a8a;
			}
			#sidebar .box .tags a:hover {
				color: #2978b0;
				text-decoration: none;
			}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	width:992px;
	background-color: #c20e11;
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom:10px;
	text-align: center;
}

	#footer a {
		color: #ffffff;
	}
	
	#footer ul {
	list-style-type: none;
	padding-top: 8px;
	margin:0 auto;	
	}
		#footer ul li {
			float: left;
			list-style-type: none;
			padding: 0 5px;

		}
		#footer ul li a {
			color: #fff;
		}
		#footer ul li a:hover {
			color: #a9a9a9;
			text-decoration: underline;
		}
/** END footer **/

/** BEGIN miscellaneous **/
.postnav {
	clear: both;
	text-align: center;
	padding-top: 20px;;
}
#comments {
	padding: 0 35px 20px;
}
	#comments h2 {
		margin: 20px 0 5px;
		font-size: 1.5em;
		font-weight: normal;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	#comments form {
		padding-top: 20px;
	}
		#comments form p {
			margin-bottom: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 260px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #909090;
			background-color: #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			width: 120px; height: 23px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em;
	text-transform: uppercase;
	padding: 25px 25px 0;
	color: #565656;
}
/** END miscellaneous **/
.centrar{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
}

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments ol li {
		padding: 10px;
		border: 1px solid #e0e0e0;
		margin-bottom: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 10px 0 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}

