@charset "UTF-8";
/* CSS Document */
body {
	font: 100%/1.3 Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	color:#E28A15;
}
p{
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
p.pie {
    color: #FFF;
	font-size:70%;
}
p.tgal {
	font-weight:bold;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
/* ~~this fixed width container surrounds the other divs~~ */
#container {
	width: 1015px;
	background: #FFF;
	border-style:solid;
    border-width:1px;
	border-color:#999;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

#header {
	width:1014px;
	height:112px;
}
#header #logo a {
	background: url(images/Trixperience_Logo.jpg) no-repeat;
	width: 168px;
	height: 102px;
	margin-left:20px;
	float: left;
}

#header #banner {
	background: url(images/Trixperience_banner.jpg) no-repeat;
	width: 729px;
	height: 91px;
	margin-right:20px;
	clear: right;
	float: right;
}
.contacto-header{
	font-size:12px;
	text-align:rigth;
	float:right;
	margin-right:20px;
}
#form1{
	color: #FFF;
	font-size: 75%;
	padding-left:15px;
	padding-top:5px;
	float: left;
}
.single{
	font-size:85%;
	padding: 10px 0;
	margin-top: 12px;
	margin-right:16px;
	margin-left:22px;
	margin-bottom:12px;
	float: left;
	width: 640px;
	background: #FFF;
	border-style:solid;
    border-width:1px;
	border-color:#999;
	
}
/* BUBBLE PLASTIC HORIZONTAL MENU */
.bubplastic.horizontal {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	background: #000000 url(images/bg-bubplastic.gif) top left repeat-x;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}
.bubplastic.horizontal ul li a {
	display:block;
	height: 50px;
	padding-left: 35px;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	text-align:center;
	text-decoration:none;
	line-height:103%;
}
.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 35px;
	background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}
/* ORANGE HOVER */
.bubplastic.orange ul li a:hover,
.bubplastic.orange ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-orange.gif) top left repeat-x;
}
.bubplastic.orange ul li a:hover span.menu_ar,
.bubplastic.orange ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-orange.gif) top right repeat-x;
}
#test li {
	display: block;
	border: solid 1px red;
}
/* ORANGE HOVER */

#register-bar{
	background-color:#E08107;
	height:32px;
}
.register_b_der{
	float:right;
	padding:7px;
}
#sidebar {
	float: right;
	width: 305px;
	background: #FFF;
    margin-top: 12px;
	padding-bottom: 10px;
	margin-right:26px;
}

.widget{
border:#999 solid;
border-width:1px;
margin-bottom:10px;
}
.widget-title{
	font-size:80%;
	background-color:#E28A15;
	padding-top:9px;
	padding-left:8px;
	padding-bottom:1px;
	color:#FFF;
}

.widget-content-text{
    font-size:85%;
	padding-left:8px;
	padding-top:9px;
}

#content_left {
	
	border:#999 solid;
    border-width:1px;
	font-size:85%;
	padding: 10px 0;
	width: 310px;
	margin-top: 12px;
	margin-left:26px;
	margin-bottom:12px;
	float: left;
}
#content_right {
	
	border:#999 solid;
    border-width:1px;
	font-size:85%;
	padding: 10px 0;
	width: 310px;
	margin-top: 12px;
	margin-right:16px;
	margin-bottom:12px;
	float: right;
}
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
/* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
/*.content ul, .content ol { padding: 0 15px 15px 40px; }*/


/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #ADB96E;
	color: #FFF;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background: #000000;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.postImg{
	padding-left:12px;
	
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#main {
	margin-top:12px;
	margin-left:26px;
	border: 1px solid #ccc;
}
a {color: #fff;}

/*--Main Image Preview--*/
.galeria-style{
	width: 640px;
	height:324px;
	background: #FFF;
	border-style:solid;
    border-width:1px;
	border-color:#999;
}
.main_image {
	width: 474px; height: 324px;
	float: right;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.main_image h2 {
	font-size: 3em;
	font-weight: normal;
	margin-top:5px;
}
.main_image p {
	font-size: 80%;
	padding: 5px;	margin: 0;
	line-height: 1.6em;
}
.block small { 
	padding: 0 0 0 20px; 
	background: url(icon_calendar.gif) no-repeat 0 center; 
	font-size: 1em; 
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
.main_image .block{
	width: 100%;
	background: #111;
	border-top: 1px solid #000;
}
.main_image a.collapse {
	background: url(btn_collapse.gif) no-repeat left top;
	height: 27px; width: 93px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 20px; 
}
.main_image a.show {background-position: left bottom;} 


.image_thumb {
	float: left;
	width: 81px;
	background: #f0f0f0;
	border-right: 1px solid #fff;
	border-top: 1px solid #ccc;
}
.image_thumb img {
	border: 1px solid #ccc; 
	float: left;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0; padding: 3px 5px;
	background: #f0f0f0 url(nav_a.gif) repeat-x;
	width: 155px;
	float: left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
}
.image_thumb ul li.hover {
	background: #ddd;
	cursor: pointer;
}
.image_thumb ul li.active {
	background: #fff;
	cursor: default;
}
html .image_thumb ul li h5 {
	font-size: 67%;
}
.image_thumb ul li .block {
	float: left; 
	margin-left: 10px;
	padding: 0;
	width: 100px;
}	
.image_thumb ul li p{display: none;}

/*--RSS Reader--*/

.rssFeed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	width: 303px;
	
	
}

.rssHeader {
	color:#FFF;
	background-color:#E28A15;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:12px;
}
.contetTabla{
	margin-left:16px;
}
.tabla{
color:#FFF;
background-color:#E28A15;

}
.textoTabla{
	padding:10px;

}
.titulo{
	margin-top:30px;
	margin-bottom:20px;
	padding:10px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-weight:bold;
	background-color:#EFEFEF;
}

.menu-pagina{
	
	padding:1px;

}
.menu-pagina ul
{
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}
.menu-pagina a
{
float:left;
width:9em;
text-decoration:none;
color:white;
background-color:#E28A15;
padding:0.2em 0.6em;
border-right:1px solid white;
}
menu-pagina a:hover {background-color:#E28A15;}
li {display:inline;}

.rssFeed a {
	color:#E28A15;
	text-decoration: none;
}
.rssFeed a:hover {
	text-decoration: underline;
}

.rssBody {
 border-top: 1px solid #999; 
 }
.rssRow h4, .rssRow p, .rssRow div {
	margin: 0;
	padding: 0.5em;
}

#ticker .odd { background-color: #F1F1F1; }
#ticker .even { background-color: #ffffff; }

#galleria{height:640px;}
.content{color:#777;font:12px/1.4 "helvetica neue",arial,sans-serif;width:620px;margin:1px auto;}

.shadow {
  -moz-box-shadow: 1px 1px 4px #000;
  -webkit-box-shadow: 1px 1px 4px #000;
  box-shadow: 1px 1px 4px #000;
}

