* { 
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	color: #666666;
	background-color: #c4681a;
	background-image: url(images/body.png);
	background-repeat: repeat-y;
	background-position: center center;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
	}

body, select, input, textarea {
	line-height:1.5em;
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	}
	
p {	
	margin: 15px 0;
	}
	
dd {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
}

dl {
	margin: 0px;
	padding: 0px;
}

dt {
	margin: 0px;
	padding: 0px;
}	

a:link, a:visited {
	text-decoration:none;
	}

a:hover, a:active {
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	border:0;
	background-color: #c8cd9d;
	}

/****** Images ****************************/

img, a:link img, a:visited img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img.left-2,img.center,img.right-2,img.norm{
	margin-top: 5px;
	margin-right: 12px;
	margin-bottom: 5px;
	margin-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img.left-2{ float:left; margin:0 12px 5px 0; }
img.center{ display:block; margin:0 auto 5px auto; }
img.right-2{ float:right; margin:0 0 5px 12px; }
img align left{ float:left; margin:0 12px 5px 0; }
	
		
/******************************************
*   Estructura General                        
******************************************/



#page {
	width:950px;
	font-size:1em;
	background-image: url(images/fondo.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	float: none;
	}
	
	#headernos {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	width: 960px;
	padding-right: 20px;
	padding-left: 20px;
	background-position: center top;
	padding-top: 30px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	margin-top: 0px;
}


#branding {/*logo*/
	width:625px;
	height:99px;
	padding-bottom:15px;
	background:url(images/logo.png) no-repeat;
	}

.left-2 {
	float:left;
	}

.right-2 {
	float:right;
	padding-right: 35px;
	padding-top: 30px;
	}

#sidebar-interior {/*you guessed it: it´s the sidebar container*/
	width: 250px;
	float:left;
	background-color: #333333;
	background-image: url(images/sociales.png);
	background-repeat: repeat-x;
	padding: 20px;
	border: 1px solid #424242;
	margin-left: 0px;
	color: #999999;
	font-size: 14px;
	}	
		
#sidebar {/*you guessed it: it´s the sidebar container*/
	width: 270px;
	float:right;
	padding-right: 45px;
	}

#leftcol {/*the left homepage column carrying the "Featured Article" section*/
	width:287px;
	padding-right:12px;
	float: left;
	}
	
#rightcol {/*actually the column in the middle of the homepage (if the right column is the sidebar)*/
	width:277px;
	padding-left:0px;
	margin-top: 0px;
	text-align:left;
	padding-right:0px;
	float: left;
	}

/******************************************
*   Headlines                         
******************************************/

h1 {
	
	}
	
h2 {
	color: #FF6600;
	padding-bottom:8px;
	font-family: Tahoma;
	font-size: 34px;
	font-weight: normal;
	line-height: 41px;
	letter-spacing: -1px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	}

h3 {
	font-weight:normal;
	color:#CCCCCC;
	font-family: Tahoma;
	font-size: 24px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	}

h3 a:link, h3 a:visited {
	color: #DFDFDF;
	text-decoration: none;
	font-weight: normal;
	}

h4 {
	font-weight:normal;
	color:#CCCCCC;
	font-family: Tahoma;
	font-size: 24px;
	letter-spacing: -1px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	padding-top: 20px;
	}
	
	h4 a {
	color:#CCCCCC;
	text-decoration: none;	
	}
	
	h4 a:hover {
	color:#CCCCCC;
	text-decoration: underline;
	}
	
h5  {
	font-size: 24px;
	color: #000000;
	text-decoration: none;
	letter-spacing: -1px;
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-weight: normal;
	line-height: 28px;
}
	
/******************************************
*   Content                        
******************************************/

#content {
	width:575px;
	float:left;
	padding-left: 30px;
	padding-top: 20px;
	}
	
#content-index {
	width:575px;
	float:left;

	}	

/* Formating of "rightcol" which is the column in the homepage middle ;-) */

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol {
	padding:12px 0;
	}	
	
/* Post Formatting */

.entry {
	padding-bottom:28px;
	text-align:left;
	width: 550px;
	line-height: 25px;
	font-size: 12px;
	color: #333333;
	}
	
	
	.entry small {
	text-align:left;
	font-size: 10px;
	color: #666666;
	}
	
	.entry img {
	padding: 10px;	
	}
		
	.entry a img:hover {
	background-color: #DEE5BB;
	}
	
	.entry a {
	color: #FF6600;
	text-decoration: underline;
	}
	
	.entry strong {
	color: #000;
	}
	
	
	.entry h3 {
	color: #000000;
	text-decoration: none;
	font-size: 18px;
	}
	
.entry blockquote {
	color:#FFFFFF;
	padding:25px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	background-color: #FF6600;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/bg-quote.gif);
	background-repeat: repeat-x;
	}	
	
.entry blockquote a {
	color: #FFFFCC;
	}		
	
	
.entry blockquote strong {
	color: #FFFFFF;
	}
		
.entry blockquote h3 {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;	
	}	
	
/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
.button {
	padding: 1px;
	color:#fff;
	border:none;
	background-color: #f36c0d;
	}

.button:hover {
	color:#FFF;
	text-decoration:none;
	background-color: #dc6410;
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	}
	
.commentlist li {
	padding: 25px;
	border:1px solid #d4d4d4;
	background-color: #f3f3f3;
	background-image: url(images/bg-comment.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	line-height: 24px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	}
	
	.commentlist li a{
	color: #000000;	
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}

.commentlist small {
	background:#fff;
	border:1px solid #E6E3D3;
	}



/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:block;
	}
	
	
/******************************************
*   Footer                        
******************************************/

#footer {
	width: 980px;
	font-size:0.9em;
	text-align:center;
	color:#000000;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

#footer a {
	color:#FFFFFF;
	}

#footer2 {
	width: 1000px;
	font-size:12px;
	color:#000;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
	background-image: url(images/footer-content.gif);
	height: 20px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
	#footer2 a {
	color: #FFFFFF;
	}
	
	#footer2 h3 {
	color: #FFFFFF;
	padding-top: 20px;
	font-size: 18px;
	}
	
	#footer-1 {
	width: 260px;
	padding-left: 50px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	float: left;
	}
	
	
	#footer-2 {
	width: 260px;
	padding-left: 30px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFE2B8;
	float: left;
	}
	
		#footer-3 {
	width: 260px;
	padding-top: 10px;
	padding-bottom: 20px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFE2B8;
	padding-right: 30px;
	padding-left: 30px;
	}
	
	
	ul.list-pop li, li.bar_comments ul li {
		margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 5px;
	list-style-type: none;
	background-image:  url(images/pop.gif);
	background-repeat: no-repeat;
	padding-left: 25px;

}



	ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

#noticias {
	color: #999999;
	background-color: #000000;
	padding: 15px;
	text-align: right;
	float: left;
	background-image: url(images/noticias.png);
	background-repeat: repeat-x;
	background-position: center top;
	width: 250px;
}

#noticias:hover {
	background-image: url(images/noticias-2.png);
	
}

#noticias h3 a {
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}

#noticias small {
	font-size: 10px;
	line-height: 10px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}


#publis-img {
	padding: 0px;
	width: 280px;
	margin: 0px;
	float: left;
}

#publis {
	color: #666666;
	background-color: #d9d9d9;
	padding: 15px;
	text-align: left;
	float: left;
	background-image: url(images/publis.png);
	background-repeat: repeat-x;
	background-position: center top;
	width: 250px;
}

#publis:hover {
	background-image: url(images/publis-2.png);
}

#publis img {
	border: 3px solid #4C4C4C;
}

#publis h3 a {
	font-size: 14px;
	line-height: 14px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

#publis small {
	font-size: 10px;
	line-height: 10px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}


.titulo  {
	color: #FF6600;
	padding-bottom:8px;
	font-family: Tahoma;
	font-size: 34px;
	font-weight: normal;
	line-height: 41px;
	letter-spacing: -1px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	width: 550px;
	}
	
	.titulo a{
	color: #FF6600;
	}
	

#noticias img {
	padding:1px;
	border:1px solid #999;
	margin-left: 10px;
}

.imagenes img{
	margin-right: 0px;
	padding: 10px;
}
	
#screenshot img {
	margin-bottom: 10px;
	border: 1px solid #999999;
}
	

/* Slider Portada */	
	
#slideshow-portadas {
	float: none;
	margin: 0px;
}	

#links-portadas {
	float: none;
	width: 250px;
	height: 38px;
}

a.bg-next {
	background-image: url(images/bg-next.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 115px;
	display: block;
	float: left;
	padding-top: 10px;
	color: #666666;
	text-align: center;
}	




/* SLIDER */
#slider1 {
    width: 560px; /* important to be same as image width */
    height: 347px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
    width: 720px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
	position: absolute;
	padding: 18px;
	width: 694px;
	background-color: #000;
	color: #fff;
	display: none;
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 13px;
	line-height: 18px;
}
.clear {
	clear: both;
}
.slider1Image span strong a {
	font-size: 20px;
	color: #FF9900;
	text-decoration: none;
	font-weight: normal;
	line-height: 22px;
}
.left {
	top: 0;
    left: 0;
	width: 180px !important;
	height: 347px;
}
.right {
	right: 0;
	bottom: 0;
	width: 180px !important;
	height: 347px;
}

/* CSS Document */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


/* tomate */


#tomate {
	width: 270px;
	background-color: #282725;
	clear: right;
	float: right;
	font-size: 11px;
	font-weight:bold;
	color: #FFD6C4;
	margin-top: 0px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

#tomate a:hover, a:active {
	color: #ff9c00;
	}
	
#tomate li {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4a4742;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	background-image: url(images/tomate-li.jpg);
	background-repeat: no-repeat;
	background-position: 10px 8px;
}

#tomate li a {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

#tomate-sidebar {
	width: 292px;
	background-color: #282725;
	float: left;
	font-size: 11px;
	color: #FFD6C4;
	margin-top: 0px;
	padding-bottom: 30px;
	margin-left: 0px;
}

#tomate-sidebar li {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4a4742;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	background-image: url(images/tomate-li.jpg);
	background-repeat: no-repeat;
	background-position: 10px 8px;
}

#tomate-sidebar a:hover, a:active {
	color: #ff9c00;
	font-family: Tahoma;
	}

#tomate-sidebar li a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}div table {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

#ordenpost {
	background-color: #FC6;
	background-image: url(images/publis.png);
	background-repeat: repeat-x;
	padding: 20px;
	font-size: 14px;
	color: #333333;
	margin-bottom: 20px;
}	

#ordenpost small {
	font-size: 12px;
	color: #666666;
	margin-top: 6px;
	margin-bottom: 6px;
}	


#ordenpost img {
	border: 3px solid #FFFFFF;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}	

#ordenpost h1 a {
	font-size: 24px;
	color: #000000;
	text-decoration: none;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-weight: normal;
	line-height: 28px;
}

#ordenpost h1 strong a {
	color: #666666;
}

#ordenpost h1 strong {
	color: #666666;
}
