
/*** Primary Style Sheet for Theme ***/

body {
	margin: 0;
	padding: 0;
	background: #222 url("../images/bottom-bg-glow.gif") repeat-y 30% 0;
	font: normal 13px/1.5 Arial, Helvetica, Garuda, sans-serif;
	color: #000;
}



/**** Link Styles ****/

a:link, a:visited {
	color: #2FA694;
/*	text-decoration: underline;*/}
a:hover, a:active {
	color: #444;}
	
	
/* main menu */

#header .sf-menu a:link, #header .sf-menu a:visited {
	color: #000;
	text-decoration: none;}
#header .sf-menu li li a:link, #header .sf-menu li li a:visited {
	color: #999;
	text-decoration: none;}


/* top menu */	

#TopMenu { margin: 2px 0 0; }
#TopMenu li { list-style: none; float: left; margin: 0; padding: 0; }

	
/* scroll to top ^ */

a.scroll-top {
	float: right;
	margin-top:2px;
	padding:5px 4px 4px 8px;
	color: #999;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 70% Verdana, Arial, Helvetica, Garuda, sans-serif;
	border: 1px dotted #D6D6D6;
	background-color: #f6f6f6;
	border-bottom: 0;}



/**** Text Styles ****/

/* blockquote, code and pre */

blockquote {
	border-left: 5px solid #C6C6C6;
    background: #FFF4E5;
    font-style: italic !important;
    margin: 0 0 21px 4px;
    padding: 13px 11px 1px 12px;
}
blockquote p {    font-style: italic !important;}

code, pre {
	font: normal 13px/18px Consolas, "Courier New", Courier, monospace;
	background: #F0EEF9 url("../images/pre-bg.gif") repeat 0 0;
	padding: 18px 5px;
	border: 1px dotted #C6C6C6;
	color: #333;}

code {
	padding: 1px 3px;
	background-image: none;}
	

#Note .success {
	background:#FFFFE0;
	border:2px solid #E6DB55;
	color:#413D21;
	font-weight:bold;
	padding:8px;
	text-align:center;}
	
#Note .error {
	background:#FCCFD8;
	border:2px solid #B50409;
	color:#B50409;
	font-weight:bold;
	padding:8px;
	text-align:center;}

/* UL and OL lists */

#page-content ul, #page-content ol {margin: 0 0 20px 5px;}
#page-content ol {padding-left: 2em;}
#page-content ul ul, #page-content ol ol,
#page-content ul ol, #page-content ol ul {
	margin-top: 8px;}
#page-content ul li, 
#page-content ol li {
	line-height: 1.3em;
	padding: 3px 5px;}
#page-content ul li {padding-left: 15px;}
#page-content ol li {
	list-style-type:decimal;
	list-style-position: outside;}

	
/* styled lists */

#page-content ul li {background: transparent url("../images/bullets/dot_gray.gif") no-repeat 0 .6em;}	/* default list style */
#page-content ul.bullet-black li {background: transparent url("../images/bullets/dot_black.gif") no-repeat 0 .6em;}
#page-content ul.bullet-gray li {background: transparent url("../images/bullets/dot_gray.gif") no-repeat 0 .6em;}
#page-content ul.bullet-silver li {background: transparent url("../images/bullets/dot_gray_light.gif") no-repeat 0 .6em;}
#page-content ul.bullet-blue li {background: transparent url("../images/bullets/dot_blue.gif") no-repeat 0 .6em;}
#page-content ul.bullet-green li {background: transparent url("../images/bullets/dot_green.gif") no-repeat 0 .6em;}
#page-content ul.bullet-orange li {background: transparent url("../images/bullets/dot_orange.gif") no-repeat 0 .6em;}
#page-content ul.bullet-red li {background: transparent url("../images/bullets/dot_red.gif") no-repeat 0 .6em;}
#page-content ul.bullet-disc-black li {background: transparent url("../images/bullets/circle_black.gif") no-repeat 0 .6em;}
#page-content ul.bullet-disc-gray li {background: transparent url("../images/bullets/circle_gray.gif") no-repeat 0 .6em;}
#page-content ul.bullet-disc-silver li {background: transparent url("../images/bullets/circle_gray_light.gif") no-repeat 0 .6em;}
#page-content ul.bullet-disc-blue li {background: transparent url("../images/bullets/circle_blue.gif") no-repeat 0 .6em;}
#page-content ul.bullet-disc-green li {background: transparent url("../images/bullets/circle_green.gif") no-repeat 0 .6em;}
#page-content ul.bullet-disc-orange li {background: transparent url("../images/bullets/circle_orange.gif") no-repeat 0 .6em;}
#page-content ul.bullet-disc-red li {background: transparent url("../images/bullets/circle_red.gif") no-repeat 0 .6em;}
#page-content ul.bullet-check li {
	background: transparent url("../images/bullets/check.gif") no-repeat 0 .2em; 
	padding-left: 20px;}
#page-content ul li.favor {
	background: transparent url("../images/favor.gif") no-repeat 0 .2em; 
	padding-left: 30px;}
#page-content ul li.contra {
	background: transparent url("../images/contra.gif") no-repeat 0 .2em; 
	padding-left: 30px;}
#page-content ul.favorcontra{margin-top:10px}
#page-content ul.favorcontra li p{margin:0}
	

/* numbered list with styling */	
	
#page-content ol.number-pad {
	padding: 3px 5px 5px 22px;
	border-left: 1px solid #E9E9E9;
	background: transparent url("../images/bullets/ordered-background.gif") repeat-y 0 0;}
#page-content ol.number-pad ol, 
#page-content ol.number-pad ul {
	background: none; margin-left:18px;}
#page-content ol.number-pad  li {
	padding-left: 10px;
	border-bottom:1px dotted #D6D6D6;}


/* list with image, title and description */

#page-content ul.post-list {
	margin-left:0;}
#page-content ul.post-list li {
	margin: 0 0 1em;
	padding: 0 0 5px;
	background: none;
	border-bottom: 1px dotted #D6D6D6;
	font-size: 85%;
	clear: left;
	line-height: 1.45em;}
#page-content ul.post-list li img {
	float: left;
	margin: 0 8px 4px 0;
	border: 1px solid #C6C6C6;}
#page-content ul.post-list li a.recentTitle {
	display: block;
	font-weight:bold;
	margin-bottom: 0.6em;}

	
/* style-less list */

#page-content ul.no-list {margin: 0 0 1em;}
#page-content ul.no-list li {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;}

#page-content ul.social-list li { float: left; margin-right:8px; }

/* headings */

h1, h2, h3, h4, h5, h6 {
	font-weight: 800;
	line-height: 1;
	margin: 0 0 0.5em;
	padding: 0 0 0.25em;
	color: #000;
	border-bottom: 1px solid #C6C6C6;}
h1 {font-size: 3em; font-weight: normal; letter-spacing: -1px;}
h2 {font-size: 2em;}
h3 {font-size: 1.5em; margin-bottom: 0.75em;}
h4 {font-size: 1.25em; margin-bottom: 0.75em; border-bottom: none;}
h5 {font-size: 1em; font-weight: bold; margin-bottom: 1em; border-bottom: none;}
h6 {font-size: 1em; font-weight: lighter; text-transform:uppercase; margin-bottom: 1em; border-bottom: none;}

#featuredHomePage1 .wp-post-image, #featuredHomePage2 .wp-post-image, #featuredHomePage3 .wp-post-image {
	margin: 0 0 -11px;
}




/**** Page Layout and Design Styles ****/

/* layouts styles */

.one-third {
/*border-left: 1px solid #CCCCCC;*/
    float: left;
    margin: 0 0 0 13px;
    padding-left: 5px;
    width: 314px;}
	
.two-thirds {
	float: left;
	width: 608px;
	margin: 0 0 0 17px;}

.half-page {
	float: left;
	width: 450px;
	margin: 0 0 0 22px;}
	
.full-page {
	margin: 0 0 0 22px;}
	

/* logo */

#logo {
	float: left;}
#logo img {
	margin: 15px 10px 0 0;}
#logo-footer {
	float: right;
	margin-top: -20px;
	margin-bottom: -20px;}


/* design width and position */

#top-content, #main-content, #footer-content {
	margin: 0 auto;
	width: 967px;
	padding: 0 12px 0 11px;}
#slideshow, #page, .home #header-graphic {
	width: 990px;
	margin: 0 -12px 0 -11px;}
	

/* top */

#top {
	height: 35px;
	background: #333 url("../images/top-bg.gif") repeat-x 0 0;
	font-size: 10px;
	font-weight: bold;
	overflow: hidden;}
#top a:link, #top a:visited {
	color: #b2b1b1;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 15px;}
#top a:hover, #top a:active {
	color: #fff;}
#top-content {
	padding-top: 6px;}
#top-content-icons {
	float: right;
	margin-top: -10px;}
#top-content-icons a:link, #top-content-icons a:visited {
	margin-right: 0;}


/* main page structure  */

#main {
	background: #fff url("../images/spacer.gif") no-repeat 50% 0;}
#main-content {padding-bottom: 35px;}


/* header */

/*#header {height: 107px;}
.home #header {height: 119px;}*/
#header-graphic {
	clear: both;
	display: none;}
.home #header-graphic {
	display: block;
	height: 22px;
 	background: transparent url("../images/header-underline.png") no-repeat 0 0;}


/* main menu - edit menu styles using MENU.CSS file */	

.sf-menu {
	float: right;
	padding:5px 0;}


/* content area */

#page{
	background: transparent url("../images/page-bg.png") no-repeat 0 0;
	margin-top: -11px;}
.home #page{
	position: relative;
	z-index: 99;}
#page-top-gap {height: 11px;}
#page-content {
	min-height: 400px;
	margin: 0 12px 0 11px;
	padding: 15px 0px 0 0;
	border-top: 10px solid #333;
	background: #fff url("../images/page-bg-repeat.gif") repeat-x 0 1px;}


/* slideshow */

#slideshow {
	height: 337px;
	margin-top: -1px;
	overflow: hidden;}
#slideshow div { text-align: center; }


/* footer */

#footer {
	padding: 16px 0 0;
	background: transparent url("../images/bottom-bg.gif") repeat-x 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #b2b1b1;}
#footer-content {
	padding-top: 21px;
	padding-bottom: 21px;	}
#footer-content a:link, #footer-content a:visited {
	color: #fff;
	text-decoration: none;}
#footer-content a:hover, #footer-content a:active {
	text-decoration: underline;}
	
	
/* sub-navigation menu */

#page-content ul.sub-navigation,
#Sidebar ul {
	padding: 0;
	margin-left: 0;}
#page-content ul.sub-navigation li,
#page-content ul li.cat-item {
	background: none;
	padding: 0;
	margin: 0;}
.sub-navigation a, 
#page-content li.cat-item a {
	display: block;
	padding: 5px 4px 2px;
	border-bottom: 1px dotted #c6c6c6;
	font-size: 1.1em;
	text-decoration: none;}

	
/* portfolio */

.gallery {margin-left: -22px;}
.two-thirds .gallery {width:630px;} /* stupid IE (version 7 only)  */
.gallery-item {
	float: left;
	width: 293px;
	margin: 0 0 22px 22px;}
.gallery-item h5, .gallery-item p {
	margin: 0 0 .65em;
	padding: 0;}
.gallery-image {
	width: 291px;
	height: 163px;
	overflow:hidden; 
	display:block;
	border: 1px solid #666;
	background: #f3f3f3;
	text-align: center;}
.gallery-image img { width: 291px; }
.gallery-description {
/*	height: 110px;*/
	margin: 8px 0 0;
	overflow: hidden;}


/* blog */

.blog {}
.post-summary {
	margin: 0 0 2em;}
.post-date {
	float:right;
	color: #fff;
	font: 18px Arial, Helvetica, Garuda, sans-serif;
	line-height: 0.9;
	text-transform: uppercase;}
.post-date .month {}
.post-date .day {}
.post-title {
	margin-bottom: .3em;
/*	border-bottom: 0;*/}
.post-details {
	margin: 0 0 1px;
	padding: 4px 6px;
	font-family: Verdana, Arial, Helvetica, Garuda, sans-serif;
	font-size: 85%;
	color: #aaa;
	background: #333;}
.post-details a, 
.post-details a:link, .post-details a:visited,
.post-details a:hover, .post-details a:active {
	color: #C6C6C6;
	font-weight: bold;}
.post-image img {
	width: 606px; 
	height: 115px;
	border: 1px solid #666;
	margin: 0 0 .5em;}
.post-description {margin-top:10px}

.comment-author .avatar { float: left; margin: 0 15px 0 0; }
.comment-author .fn { font-weight: bold; }
.commentmetadata { font-size:0.85em; margin:2px 0 8px; }

.pagination {text-align: center; font-weight:bold;}
.pagination .newer { float: left; }
.pagination .older { float: right; }

/* contact */

#comment-form fieldset legend {
	display: none;}
label {
	display: block;}
.text-input, .text-area {
	background: #f6f6f6;
	border: 1px solid #C6C6C6;
	color: #333;
	height: 22px;
	padding: 4px 0 0 2px;
	width: 325px;}
.text-area {
	height: 150px;
	font-family: Arial, Helvetica, Garuda, sans-serif;}
input.error, textarea.error {
	background-color: #ffc;
	border-color: #EF7E58;}
label.error {
	color: #f33;
	font: bold 10px Verdana, Arial, Helvetica, Garuda, sans-serif;}


/* login */

.login-container {
	width: 400px;
	height: 200px;
	background: transparent url("../images/login-bg.png") no-repeat 0 0;
	color: #C6C6C6;
	overflow: hidden;}
.login-container p {
	margin: 0 0 15px;}
.login-container fieldset legend {
	display: none;}
.login-container form {
	padding: 53px 0 0 30px;}
.login-container label {
	display:block;
	float:left;
	width:100px;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;}
.login-container .login-input {
	color: #999;
	font-size: 16px;
	width: 230px;
	border: 0;
	margin: 2px 0;
	cursor: text;
	background: transparent none;}
#login-close {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 43px;
	width: 43px;
	text-indent: -999px;
	overflow: hidden;
	background: transparent url("../images/spacer.gif") repeat 0 0;}
.login-submit {
	width: 105px;
	height: 30px;
	margin: 2px 0 0 95px;
	overflow: hidden;
	border: 0;
	background: transparent url("../images/spacer.gif") repeat 0 0;
	cursor: pointer;}
	
	
/* table styles */
table {
	border-collapse: collapse;
	border-spacing: 0;}
#FeatureMatrix {
	padding: 25px 0;
	background-color: #F0EEF9;}
#FeatureMatrix {
	font-size: 12px;
	background-color: #ebece2;}
#FeatureMatrix th#MatrixItems {
	background-color: #fff;}
#FeatureMatrix th.matrixColumn, #FeatureMatrix td.matrixItem,
#FeatureMatrix td.matrixOdd, #FeatureMatrix td.matrixEven {
	background-color: #e4e4e4;
	text-align: center;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #C6C6C6;}
#FeatureMatrix td.matrixItem { font-weight: bold; }
#FeatureMatrix td.matrixEven { background-color: #F0EEF9; }
#FeatureMatrix td.matrixOdd { background-color: #F9F9F9; }
#FeatureMatrix th h6 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 11px;
	padding-bottom: 3px;}
#FeatureMatrix .matrixItem {
	width: 200px;
	padding: 5px;}
#FeatureMatrix td {
	width: 150px;}
#FeatureMatrix td.checkMark {
	background-image: url("../images/bullets/check.gif");
	background-position: center center;
	background-repeat: no-repeat;}
#FeatureMatrix td.last {
	border-bottom: 1px solid #C6C6C6;}
.matrixOdd{text-align:left !important;padding-left:5px;}
	
/* search */

.searchPage #searchform div {
	padding: 0 0 10px; 
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}

/*propios*/
#top-icons a{text-indent:-9999px;width:30px;height:29px;display:block;float:left}
#facebook{background:url(../images/bt_facebook.gif) no-repeat}
#twitter{background:url(../images/bt_twitter.gif) no-repeat}
#youtube{background:url(../images/bt_youtube.gif) no-repeat}
#rss{background:url(../images/bt_rss.gif) no-repeat}
#mail{background:url(../images/bt_mail.gif) no-repeat}
a#facebook:hover, a#twitter:hover, a#youtube:hover, a#rss:hover, a#mail:hover{background-position:bottom}
#top-login{color:#b2b1b1;float: right;font-size:11px}
#top-buscador{float:right}
a#registro{text-decoration:underline !important;color:white !important}
#top-content-icons, #top-login{padding-top:6px}
#link_identi{position:relative;left:15px}
.buscador_txt{border:1px solid #c6c6c6;float:left;width:120px;margin-left:10px;padding-left:5px}
.container {border: 1px solid #c6c6c6;position: relative; width: 124px; height: 18px; overflow: hidden;;float:left;}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
 .container
 {
  margin-top:2px
 }
}
.inpSelect {
  color: black; background: white;
  position: absolute; width: 128px; top: -2px; left: -2px;
  height:22px;
  padding:2px;
}
.buscador_btn{border:1px solid #c6c6c6}
#newsticker_container{float:right;padding-top:30px}
#newsticker{width:562px;height:30px;background:url(../images/fondo_newsticker.png) no-repeat;color:white;}
#novedades{padding:5px 0 0 5px}
#novedades a{color:white}
#novedades a:hover{color:#eaeaea}
#newsticker div{float:left}
.slider_next, .slider_prev{float:right}
#featured{margin-top:10px;float:left}
#cabecera{}
.boton_interno{float:right;font-size:13px;background:#e8a93f;padding:8px;color:white}
h3{margin-right:0px !important;padding-right:0px !important}
.boton_interno a{color:white !important}
.boton_interno a:hover{color:#333 !important}
ul.post-list li h4{padding:0;margin:0 0 4px 0;line-height:19px}
ul.post-list li{font-size:12px !important}
#videos_post, #attachments, #noticias_relacionadas{margin-top:10px}
.video_relacionado{width:180px;float:left;padding:0 0 10px 10px}
.video_thumb_portada{width:140px;float:left;margin-left:5px;margin-bottom:10px}
.video_thumb a img, .video_thumb_portada a img {
filter:alpha(opacity=50);
-moz-opacity: 0.5; 
opacity: 0.5;
-khtml-opacity: 0.5;}

.video_thumb a:hover img, .video_thumb_portada a:hover img {
filter:alpha(opacity=100); 
-moz-opacity: 1.0; 
opacity: 1.0;
-khtml-opacity: 1.0; }
.lista_albums{float:left;margin:0 2px}
.lista_albums a img{border:1px solid #C6C6C6;width:91px}
.lista_albums a:hover img{border:1px solid black}
.post-list p{padding:0;margin:0}
.valoracion{border:1px solid #c6c6c6;background:#f6f6f6;padding:10px}
#tabla_caracteristicas{float:right;margin-left:10px;width:260px}
ul.advanced-recent-posts{list-style-type:none !important;margin:0;padding:0;width:100%}
ul.advanced-recent-posts  li{padding:0;margin:0;background:none}

ul.advanced-recent-posts  li a{width:auto;display:block;padding:0}
ul.advanced-recent-posts  li a:hover{text-decoration:none}

#ngg-webslice{margin-bottom:10px}
#especial_cabecera{height:151px;width:324px;background:url(../images/cape-epic2.png) no-repeat;float:right;margin-top:10px}
#especial_cabecera .contenido{border:0px solid black;width:224px;height:90px;display:block;position:relative;left:90px;top:40px;line-height:17px}
#especial_cabecera .contenido h5{margin-bottom:5px;padding-bottom:0}
h2.pruebas_h2 {
left:0;
position:absolute;
top:200px;
width:100%;
}
.image              { position: relative; margin-bottom: 10px; width: 100%; }
h2.pruebas_h2                  { position: absolute; top: 50px; left: 0; width: 100%; font-size:12px;border:0}
h2.pruebas_h2 span             { color: white; font: bold 12px/45px Helvetica, Sans-Serif;border:0;
                      background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.7); padding: 10px; }
h2.pruebas_h2 span.spacer      { padding: 0 2px; background: none; }
.imagen_portada_videos, .imagen_portada_pruebas{border:1px solid black}
a:hover .imagen_portada_videos, a:hover .imagen_portada_pruebas{border:1px solid black}
#page-content ul.blog{margin-bottom:10px !important}
/*a.slider_next, a.slider_prev{color:#E68E1D !important}*/
.alignright{float:right;margin:5px}
.alignleft{float:left;margin:5px}
.titulo{border-bottom:1px solid #C6C6C6;margin-bottom:5px;padding-bottom:2px;font-weight:bold}
.titulo img{float:left;}
.titulo h3{border:0;padding:0;margin:9px 0 0 6px;float:left}
.clearer{clear:both}

ul.postTabs li{background:none !important;padding-left:0px !important}
ul.postTabs li a{font-size:12px !important}
ul.postTabs li.postTabs_curr a{font-weight:bold !important}

ul.ngg-gallery-list li, .ngg-gallery-list, .ngg-thumbnail-list  { list-style: none !important; float: left; margin: 0; padding: 0; background:none !important}
.ngg-gallery-list{margin-bottom:0px !important}
.ngg-gallery-list li img {width:101px !important;height:101px !important}
.ngg-gallery-list li a {padding:0px !important;ddisplay:inline !important;border:0 !important}
ul.ngg-gallery-list, ul.ngg-gallery-list li{padding:0 !Important; margin:0px !important}
.video_container{background:url('../images/fondo_videos_p.gif') repeat-x scroll left top #000000;padding:15px 15px 1px 15px !Important;}
.video_container .post-title{color:white !Important}
.video_container .post-date{text-transform:none}
.video_container .post-summary{margin-bottom:1px !Important}
.compartir{border:1px dotted #ccc;border-bottom:1px dotted #ccc;padding:5px 0;margin-top:10px;text-align:center;background:#E8E8E8}
.compartir_google{float:left;width:150px}
.compartir_email{float:left;width:150px;}
.compartir_email a{color:black}
.compartir_email img{position:relative;top:3px}
.compartir_facebook{float:left;width:150px}
.compartir_twitter{float:left;width:150px}
.postFooter.videos_c{margin:10px}
.left_video{float:left; margin-bottom: 10px}
.left_video .pruebas_h2{width:auto !Important}
.image.left_video{width:auto !important}
.margin_video{margin-right:14px}
.margin_video2{margin-right:6px}
.left_video h2.pruebas_h2{top:100px}
.left_video a{color:white !important}
.left_video a:hover{color:#D14F10 !important}
