/*
CSS: site_css - OndaTevé - www.ondateve.com
Web diseñada y mantenida por Javier Marcilla - www.onda-multimedia.com
*/

/* Basics and Typography */

body {
	margin: 0;
	padding: 0;
	background: #D96C00 url(/images/none.gif) repeat-x;
	font-size: 78% !important;
	font-size: 90%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #333;
	text-align: center;
}

#accessibility {
	position: absolute;
	top: -10000px;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0;
}

ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	color: #6600CC; 
}

h1, h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.2em;
}

a {
	text-decoration: none;
}

a:link {
	color: #E58712;
}

a:visited {
	color: #B96F17;
}

a:hover, a:active {
	color: #6600CC;
}

input, textarea, select {
	border: 1px solid #C1C0B5;
	background-color: #FAFAF0;
	color: #333;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}

blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #E8E7D0;
	font-size: 0.9em;
}

code {
	font-family: monospace;
	color: #666;
}

form, img {
	margin: 0;
	padding: 0;
	border: 0;
}

.small {
	font-size: 0.9em;
	color: #999;
}

/* Layout */

#wrapper {
	margin: 0 auto;
	width: 750px;
	background-color: #FFF;
	text-align: left;
	border: 1px solid #000000;
}

#header {
	padding: 220px 0 0 0;
	background-color: #F5F5E7;
        background-image: url("/imagenes/plantillas/cabeceras/cabeceras.php");
	border-bottom: 5px solid #6600CC;
}

/* Header Styles */

#header h1 {
	margin: 0;
	font-size: 1.8em;
}

#header h1 a {
	text-decoration: none;
	color: #80904F;
}

#content {
	float: left;
	padding: 0 20px;
	width: 520px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 480px;
}

html>body #content {
	width: 480px;
}

#sidebar {
	float: left;
	padding: 1.8em 20px 0 20px;
	width: 230px;
	font-size: 0.9em;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 190px;
}

html>body #sidebar {
	width: 190px;
}

* html #content, * html #sidebar {
	overflow: hidden; /* For IE */
}

#footer {
	clear: both;
	font-size: 0.9em;
	text-align: right;
}

/* Footer Styles */

#footer p {
	margin: 0;
	padding: 10px 2px 10px 0;
	background-color: #E8E8CE;
	border-top: 5px solid #6600CC;
	font-size: 0.9em;
	text-align: right;
}

/* Sidebar Styles */

#sidebar h2 {
	display: inline;
	margin: 1.2em 0 0.6em 0;
	padding: 0 10px 0 0;
	/* background: url(/images/arrow.gif) no-repeat center right; */
	font-size: 1.1em;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar ul li {
}

#sidebar ul ul {
	margin: 1.2em 0;
	border-top: 1px solid #E8E7D0;
	background-color: #FAFAF0;
}

#sidebar ul ul li {
	padding: 0 0 0 10px;
	border-bottom: 1px solid #E8E7D0;
}

#sidebar ul ul li a {
	display: block;
	margin: 0 0 0 -10px;
	padding: 2px 10px 0 10px;
	width: 190px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 170px;
}

html>body #sidebar ul ul li a {
	width: 170px;
}

#sidebar ul ul li a:hover {
	background-color: #FFF;
}

/* Nested lists? */

#sidebar ul ul ul {
	margin: 0;
	border: none;
}

#sidebar ul ul ul li {
	margin: 0 0 0 -10px;
	padding: 0 0 0 25px;
	border-bottom: none;
	border-top: 1px solid #E8E7D0;
}

#sidebar ul ul ul li a {
	margin: 0 0 0 -25px;
	padding: 2px 10px 0 25px;
	width: 190px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 155px;
}

html>body #sidebar ul ul ul li a {
	width: 155px;
}

/* Blog */

.post {}

.posttitle {
	margin-bottom: 0;
	width: 100%;
	color: #FFF;
	overflow: auto;
	/* Width and overflow to clear '.posttitle a' */
}

.singleposttitle {
	margin-bottom: 0;
	background: #e58712 url(/images/posttitle2.gif) no-repeat top right;
	padding: 0 10px;
	color: #FFF;
}

.posttitle a {
	float: left;
	padding: 0 10px;
	background: #e58712 url(/images/posttitle2.gif) no-repeat top right;
}

.posttitle a:link, .posttitle a:visited {
	color: #FFF;	
}

.posttitle a:hover, .posttitle a:active {
	background: #fed5a0 url(/images/posttitle2.gif) no-repeat 100% -91px;
	color: #000000;
}

.postmeta {
	margin-top: 0;
	padding-top: 1px;
	background: url(/images/postmeta2.gif) no-repeat top left;
	font-size: 0.9em;
	color: #999;
}

.postentry {}

.permalink {
	margin: 0 1.8em 0 0;
	padding: 0 0 0 14px;
	background: url(/images/permalink.gif) no-repeat center left;
}

.commentslink {
	padding: 0 0 0 17px;
	background: url(/images/commentslink.gif) no-repeat center left;
}

.paging, .articlenav {
        text-align: center;
        margin-top: 3em;
        margin-bottom: 3em;
}

.paging a, .articlenav a {
	padding: 10px 20px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
        text-align: center;
        text-decoration: none;
}

/* Comments */

ol.comments {
	margin: 1.2em 0;
	padding: 0;
	border-bottom: 1px solid #E8E7D0;
	list-style-type: none;
}

ol.comments li {
	border-top: 1px solid #E8E7D0;
	padding: 1px 20px;
	background-color: #FFF;
}

.alt {
	background-color: #FAFAF0 !important;
}

.commenttitle {
	margin-bottom: 0;
	font-size: 1.1em;
}

.commentmeta {
	margin-top: 0;
	font-size: 0.9em;
	color: #999;
}

#comment {
	width: 98%;
}

form#txpCommentInputForm {
        margin-top: 40px;
}

input.comment_name_input, input.comment_email_input, input.comment_web_input, textarea.txpCommentInputMessage {





        margin-bottom: 20px;
        margin-left: 5px;
}

input.comment_name_input {
        margin-right: 20px;
}

input#forget, input#remember {
        margin-right: 5px;
}

textarea.txpCommentInputMessage {
        height: 200px;
        width: 275px;
}

p#txpCommentInputForm {
        width: 300px;
        text-align: center;
        font-weight: bold;
        padding: 10px 0 10px 0;
        border-top: 1px solid #E8E7D0;
        border-bottom: 1px solid #E8E7D0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        margin-bottom: 30px;
}


/* ---------- plugin glx_image ---------- */
.image-element {
  text-decoration:none;
  /* clear:both; */
  /* float:right; */
  margin:2px 40px 0px 10px;
  padding:1px;
  /*border:solid 1px #C2B0A1; (borde completo que engloba el caption)*/
}

.postext img {
  padding: 5px;
  border:solid 1px #B0B0B0;
  background-color: #F0F0F0;
}

.postext a {
  /* font-size:1px; */
  line-height:1px;
  text-decoration: none;
  border: none;
}

.postext a:hover img {
  background:#6600CC;
}

.postext .caption {
  font-family:sans-serif;
  font-size:10px;
  line-height:1.2em;
  margin:0px 2px;
  color:#7C6355;
  text-align:center;
}

.postext a:link {
  color: #6600CC;
  text-decoration: none;
  border-bottom: 1px solid #CC99FF;
}

.postext a:visited {
  color: #6600CC;
  text-decoration: none;
  border-bottom: 1px solid #CC99FF;
}

.postext a:hover {
  color:  white;
  border-bottom: 1px solid black;
  background-color: #663399;
  text-decoration: none;
}
/* para no mostrar el div caption, porque no funciona bien en el plugin */
/*  div.caption {
  display: none;
}*/

/* Para los thumbnails al lado del resumen */
/* de los articulos en la seccion fotos */
.floatimg {
  float:left;
  margin: 0px 13px 5px 0px;
}

.floatimg a {
  text-decoration: none;
  border: none;
}

.floatimg img {
  padding: 4px;
  border:solid 1px #B0B0B0;
  background-color: #F0F0F0;
}

.floatimg a:hover img {
  background:#6600CC;
}

.clear{clear:left;}

/* ---------- plugin rss_thumbpop ---------- */

.rssThumbs {
font-size: 0.8em;
}

.rssThumbs a {
  text-decoration: none;
  border: none;
}

.rssThumbs img {
  padding: 4px;
  border:solid 1px #B0B0B0;
  background-color: #F0F0F0;
}

.rssThumbs a:hover img {
  background:#6600CC;
}

.rssThumbs a:link {
  color: #6600CC;
  text-decoration: none;
  border-bottom: 1px solid #CC99FF;
}

.rssThumbs a:visited {
  color: #6600CC;
  text-decoration: none;
  border-bottom: 1px solid #CC99FF;
}

.rssThumbs a:hover {
  color:  white;
  border-bottom: 1px solid black;
  background-color: #663399;
  text-decoration: none;
}

.rssThumbFloat {
  float: left;
  width: 150px;
  border: 1px solid #999;
  margin: 0 15px 15px 0;
  padding: 5px;
  text-align: center;
  font-size: .85em;
}

.rssThumbFloat a {
  text-decoration: none;
  border: none;
}

.rssImg {
text-align:center;
}

/* personales */
.resaltado {
  background-color: #F8F8F8;
  margin: 0px 30px 0px 15px;
  padding: 0px 15px 0px 20px;
  border: 1px solid #E8E8E8;
}

#paginate {
margin: 0 0 1em 0;
}