/*
Credit: http://www.templatemo.com
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0d2d4b;
    background: #67d2f4  url(images/templatemo_body_top.png) top repeat-x;
}

a:link, a:visited { color: #1b95ac; text-decoration: none; font-weight: normal; }
a:active, a:hover { color: #CC0066; text-decoration: underline; }

.button_01 a {
	display: block;
	width: 80px;
	height: 21px;
	padding: 3px 0 0 0;
	background: url(images/templatemo_button.png)  no-repeat;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.button_01 a:hover{
	color: #666;
    background: url(images/templatemo_button_hover.png) no-repeat;
}

p { margin: 0px; padding: 0px; text-align: justify; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }

.margin_r40 { margin-right: 35px; }
.margin_l40 { margin-left: 35px; }
.float_l { float: left; }
.float_r { float:  right; }


/* menu */

#templatemo_menu_wrapper {
	width: 100%;
	height: 55px;
	margin: 0 auto;
	background: url(images/templatemo_menu.png) no-repeat center top ;
}

#templatemo_menu {
	width: 940px;	
	height: 55px;
	margin: 0 auto;
	background: url(images/templatemo_menu.png) no-repeat center top;
}

#templatemo_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#templatemo_menu ul li {
	padding: 0;
	margin: 0;
	display: inline;
}

#templatemo_menu ul li a {
	float: left;
	display: block;
	width: 120px;
	height: 43px;
	padding: 12px 4px 0 0px;
	font-size: 18px;
	text-decoration: none;
	color: #999999;	
	text-align: center;
	font-weight: normal;
	outline: none;	
/*	background: url(images/templatemo_menu_divider.png) top right no-repeat; */
}

#templatemo_menu li a:hover, #templatemo_menu li .current {
	color: #333333;
}


/* end of menu */

/* header */

#templatemo_header_wrapper {
	clear: both;
	width: 100%;
	height: 145px;	
	margin: 0 auto;	
	background: url(images/templatmeo_header.jpg) no-repeat center;
}

#templatemo_header {
	width: 940px;
	height: 145px;
	margin: 0 auto;
	text-align: center;
	background: url(images/templatmeo_header.jpg) no-repeat center;
}

#templatemo_header  #site_title {
	padding-top: 30px;
	width: 940px;
}

#templatemo_header  #site_title h1 {
	margin: 0;
	padding: 0;
}

#templatemo_header  #site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#templatemo_header  #site_title h1 a:hover {
	font-weight: bold;	
	text-decoration: none;
}

#templatemo_header  #site_title h1 a span {
	display: block;
	margin-top: 5px;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	letter-spacing: 2px;
}


/* end of header */

/* slider */

#templatemo_slider_wrapper {
	clear: both;
	width: 100%;
	height: 202px;	
	margin: 0 auto;	
	background: url(images/templatemo_slider.jpg) no-repeat center;
}

#templatemo_slider {
	width: 940px;
	height: 202px;
	margin: 0 auto;
	background: url(images/templatemo_slider.jpg) no-repeat center;
}

#templatemo_slider #latest_product_slider {
	padding: 40px 10px;
}


/* end of slider */

/* content */

#templatemo_content_wrapper {
	width: 880px;
	padding: 0 50px 0 30px;
	margin: 0 auto;	
	background: url(images/templatemo_content_middle.png) repeat-y;
}

#templatemo_content_wrapper_bottom {
	margin: 0 auto;
	width: 960px;
	height: 15px;
	background: url(images/templatemo_content_bottom.png) no-repeat;
}

#templatmeo_sidebar {
	float: left;
	width: 270px;
	padding: 30px 0;
	background: url(images/templatemo_sidebar.jpg) repeat-y; 
	
}

#templatmeo_sidebar .sidebar_section {
	margin-bottom: 30px;
}

#templatmeo_sidebar .sidebar_section_content {
	margin:0 15px 0 35px;
}

#templatmeo_sidebar h2 {
	width: 235px;
	height: 28px;	
	margin: 0 0 15px 0;
	padding: 7px 0 0 35px;
	color: #fff;
	background: url(images/templatemo_sidebar_header.png);
}

#templatmeo_sidebar .categories_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

#templatmeo_sidebar .categories_list li {
	padding: 0;
	margin: 0;
}

.categories_list li a {
	display: block;
	color: #201f1c;
	padding: 5px 0 5px 20px;
	background: url(images/templatemo_list.png) center left no-repeat;
}
.categories_list li a:hover {
	color: #dd0034;
	text-decoration: none;
}

form {
	margin: 0;
	padding: 0;
}

#searchfield {
	height: 15px;
	width: 208px;
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
	color: #988392;
	font-size: 12px;
	font-variant: normal;
	line-height: normal;
}

#searchbutton {
	float:right;
 	height: 29px;
	width: 60px;
	padding: 4px 0 8px 0;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
}

#templatemo_content {
	float: right;
	width: 560px;
	padding: 30px 0;
}

#templatemo_content h2 {
	margin: 0 0 20px 0;
	font-size: 26px;
	color: #000000;
}

.content_section {
	clear: both;
	width: 100%;
	border-bottom: 1px solid #666666;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.content_section p {
	margin-bottom: 10px;
}

.content_section1 {

	width: 45%;
        float: left;
	border-bottom: 1px solid #666666;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.content_section1 p {
	margin-bottom: 10px;
}

.content_section2 {

	width: 45%;
        float: right;
	border-bottom: 1px solid #666666;
	padding-bottom: 30px;
	margin-bottom: 30px;
        overflow: auto;
}
.content_section2 h3{
	margin-top: -5px;
	margin-bottom: -5px;
}

.content_section2 p {
	margin-bottom: 10px;
}

.product_box {
	float: left;
	width: 260px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #666;
	margin-bottom: 20px;
}

#templatemo_content .product_box p {
	padding: 0;
	margin: 0 0 5px 0;
}

#templatemo_content .product_box a {
	color: #000000;
	font-weight: bold;
}

.price {
	color: #f3df6c;
	font-size: 14px;
	font-weight: bold;
}

.product_box h3 {
	margin: 10px 0;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.product_box .image_wrapper {
	border: 10px solid #e0e0e0;
	margin-bottom: 10px;
}

/* end of content */

/* footer */

#templatemo_footer {
	width: 900px;
	padding: 30px 20px;
	margin: 0 auto;
	text-align: center;
	color: #000000;
}

#templatemo_footer a {
	color: #000000;
	font-weight: bold;
}

#templatemo_footer .footer_menu {
	margin: 0 0 10px 0;
	padding: 0px;
	list-style: none;
}

.footer_menu li {
	margin: 0px;
	padding: 0 20px;
	display: inline;
	border-right: 1px solid #000000;
}

.footer_menu li a {
	color: #000000;
}

.footer_menu .last_menu {
	border: none;
}
#itembitacora{
    width: 100%;
    border: 2px dashed #666666;
    min-height: 50px;
    margin-bottom: 20px;
    padding: 5px;
}
#itemblogs{
    width: 95%;
    border: 2px dotted #666666;
    min-height: 50px;
    margin-bottom: 20px;
    padding: 5px;
}
#itembitacora img{
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 100px;
    height: 75px;
    position: relative;
}
/* end of footer */


.infobar{
	    background-color:#fff;
	    height:28px;
	    line-height:28px;
	    right:20px;
	    position:relative;
	    bottom:0px;
	    left:20px;
	    z-index:0;
	    text-align:center;
	    color:#222;
	    -moz-border-radius:10px 10px 0px 0px;
	    -webkit-border-top-left-radius:10px;
	    -webkit-border-top-right-radius:10px;
	    border-top-left-radius:10px;
	    border-top-right-radius:10px;
	    text-shadow:0px 0px 1px #ccc;
	}

        span#description{
	    text-shadow:1px 1px 1px #000;
	    display:none;
	}
	span#loading{
	    display:none;
	    padding-right: 30px;
	    background:transparent url(loading.gif) no-repeat center right;
	}


#thumbsWrapper{
	    overflow:hidden;
	    position:relative;
	    height:100%;
	    width:100%;
	    left:0px;
	    right:0px;
	    bottom:0px;
	}

#content{
	   position:relative;
	   top:0px;
	   height:100%;
	   width:100%;
	   left:0px;
	   background-color:#fff;
	   overflow-y:hidden;
/*	   display:none;*/
	}


#content img{
	    float:left;
	    margin:2px;
	    cursor:pointer;
	    opacity:0.4;
	    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	}


.placeholder{
	    float:left;
	    clear:both;
	    width:100%;
	    height:30px;
	}


#panel{
	    background-color:#67d2f4;
            background-image: url('images/templatemo_body_top.png') repeat-x;
	    width:100%;
	    position:fixed;
	    bottom:0px;
	    left:0px;
	    right:0px;
	    height:0px;
            	    z-index:99999999;
	    text-align:center;
	}


#panel img{
	    cursor:pointer;
	    position:relative;
	    border:1px solid #000;
	    -moz-box-shadow:0px 0px 10px #111;
	    -webkit-box-shadow:0px 0px 10px #111;
	    box-shadow:0px 0px 10px #111;
	    display:none;
	}

#wrapper{
	    position:relative;
	    margin:40px auto 0px auto;
	}


a#next,
	a#prev{
	    width:40px;
	    height:40px;
	    position:fixed;
	    cursor:pointer;
	    outline:none;
	    display:none;
	    background:#aaa url(nav.png) no-repeat top left;
	}
	a#next:hover, a#prev:hover{
	    background-color:#fff;
	}
	a#next{
	    right:0px;
	    top:50%;
	    margin-top:-20px;
	    background-position: 0px 0px;
	}
	a#prev{
	    left:0px;
	    top:50%;
	    margin-top:-20px;
	    background-position: 0px -40px;
	}

        #juego:hover{
            cursor:pointer;
}
#botones
{
    display: table;
    width: 600px;
    margin: auto;
}
#fases{
    width: 201px;
    height: auto;
    border: 5px solid #FFFFFF;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    margin-right: 40px;
}

#fasesactivo{
   border: 5px solid #FFFFFF;
    width: 201px;
    height: auto;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    margin-right: 40px;
}

span.acierto{

    font-weight: bold;
    color: #8FB325;
}


#fila
{
    width: 100%;
    margin: auto;
}
#celdas{
    width: 45%;
    height: auto;
    text-align: center;
    vertical-align: top;
    position: relative;
    float: left;
    margin-right: 20px;
}

#fila2
{
    width: 100%;
    margin: auto;
}
#celdas2{
    width: 45%;
    height: auto;
    text-align: center;
    vertical-align: top;
    position: relative;
    float: left;
    margin-right: 20px;
}

#postal{
    width: 100%;
    border-collapse: collapse;
}
#postal th{
    background: #ccc;
}

#postal tr{
    border-bottom: 1px solid #f0c060;
}

#ponentes{
    width:100%;
    vertical-align: top;
}
#ponentes td{
    width:25%;
    vertical-align: top;
    padding:3px;
    border: 1px solid #f0c060;
    
}

#ponentes p { margin: 0px; padding: 0px; text-align: left; }

p.textolupa{
    text-align: center;
    font-weight: bold;
    font-size: 10pt;
}

 td.introlupa
 {
    text-align: justify;
    font-size: 10pt;
    font-style: italic;
}

td.columnaizq{
    text-align: center;
    font-weight: bold;
    font-size: 12pt;
    text-transform: capitalize;
    width: 50%;
    border-bottom: 1px solid;
    padding-top: 15px;
    padding-bottom: 15px;
}

td.columnader{
    text-align: left;
    width: 50%;
    border-bottom: 1px solid;
    padding-top: 15px;
    padding-bottom: 15px;
}
