/*  
Theme Name: Big City
Theme URI: 
Description: WP Big City theme designed by <a href="http://www.aoemedia.de">AOE media GmbH</a>. A simple but very beautiful minimalistic design in blue, grey and white colors. Now also widget ready.
Version: 1.22
Author: AOE media GmbH
Author URI: http://www.aoemedia.de
Tags: two-columns, fixed-width, blue, dark, custom-header
	By downloading and using this theme, you agree to the following terms:
    - All variations of this theme have to remain GPL
    - You may use this theme for personal or commercial projects
    - You may modify, translate or distribute

For support requests please contact: wordpress(at)aoemedia.com. Requests through other channels (website etc.) can unfortunately not be responded to.

*********************************************************************
ATTENTION
If you don't need any logo in your theme, please find #header element
and remove last two lines from it's decoration 
*********************************************************************

************
CSS CONTENTS
************
* --- reset
* --- typography
* --- text elements decoration
* --- wordpress styles
* --- layout
* --- header
* --- navigation
* --- content
* --- sidebar
* --- search form
* --- comments
* --- footer
* 
* 
*/

/* Reset needed styles
*******************************/
html,body,div,span,form,h1,h2,h3,h4,h5,h7,p,blockquote{margin:0;padding:0;border:0;outline: 0;}
:focus {outline: 0;}
body {line-height: 1;}
html {height: 100%;margin-bottom:1px;margin-top:-8px;width:950px;} 

/* Typography
*******************************/
body {
   
    font-family:Arial, Helvetica, sans-serif;
} 
td {line-height: 1.2;}
h1,h2,h3,h4,h5,h6,h7,td,span,div,p {
      font-family:Arial, Helvetica, sans-serif;
}
pre,
var,
code { 
    
    font-family:Arial, Helvetica, sans-serif;
}
h3,
#sidebar,
.postdata,
.entry-content {
    
    font-family:Arial, Helvetica, sans-serif;
   
}



#header h2 {
    font-family:Arial, Helvetica, sans-serif;
}

/* Header elements
*******************************/
h1 {
    font-size:1em;
}
h2 {
    font-size:16px;
    line-height:1.0; 
    color:#323230; 
}
h3 {
   
    color:#152942;
}
                                                    /*titulo cajas de cetegoria*/
h4 {
    font-size:15px;
    color:#000000;
    margin-top:.3em;
}

                                                    /*titulo de nota en forma single*/
h5 {
  
    line-height:1.0; 
    color:#152942;
    margin-bottom:.1em; 
    font-size:24px;
    font-weight: bold;
}

h7 {
    font-size:18px;
    line-height:1.0;
    color:#323230; 
}

h8 {
    font-size:30px;
    line-height:1.0; 
}


/* Text elements
*******************************/
ul,ol,p,dl {
    line-height:1.8;
}
ul,ol         {margin: 0 0 1em .8em;} 
ul            {list-style-type:disc;}
ol            {list-style-type:decimal;}
p,dl	       {margin: 0 0 1em 0; text-align: left; line-height:1.3; font-family: Arial, Helvetica, sans-serif; font-size:13px;}    /*texto archive*/
strong        {font-weight: bold;}
em            {font-family: Arial, Helvetica, sans-serif; font-size:9px;color:#3b506b;}
ins           {text-decoration:none;}
del           {text-decoration:line-through;}
img           {border:0;outline:0;}


blockquote {
    border-left: 2px solid #D2D6D8;
	margin:0 0 0 1.6em;
	padding: 0 0 0 1.6em;
}
a:link {
    color:#000000;
    text-decoration:none;
} 
 
a:visited
    {
    color:#3b506b;
    text-decoration:none;
} 
a:hover
 {
    color:#3b506b;
    text-decoration:underline;
} 
a:active{
    color:#000000;
    text-decoration:underline;
}






/* Wordpress styles
*******************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin:0 1em 1em 0;
}
.alignright {
   float: right;
   margin:0 0 1em 1em;
}
.wp-caption {
   border: 1px solid #ccc;
   text-align:left;
   padding-top: 4px;
   font-size:9px;
}
.wp-caption img {
   margin: 0 0 2px 4px;;
   padding: 1px;
   border:none;
}
.wp-caption p.wp-caption-text {
   font-size: 1em;
   line-height:1.0;
   padding: 0 4px 4px;
   margin: 0;
}

/* Layout
*******************************/
body {
	color: #363636;
    /*background:url(images/bg.gif) 0 0 repeat-x #fff;*/
}
#root{
	width:950px;
	/*margin:0 auto;*/
       margin-top:10px;
    /*background:url(images/header.gif) 100% 28px no-repeat;*/
}

/* Header
*******************************/
#header {
    height:5px;
    margin-bottom:1px;
    color:#fff;
    width:950px;
    padding:40px 0 0 0px;
    /*remove next two lines if you don't need logo in your blog*/
    /*background:url(images/logo.gif) 0 40px no-repeat;*/
    /*padding-left:96px;*/
}
#header a {
    color:#fff;
    text-decoration:none;
}
#header h2 {
   
    font-size:1em;
    color:#fff;
}

/* Navigation
*******************************/
#nav{
    overflow:hidden;
    width:940px;
    margin:0;
    padding:0;
    list-style:none;
}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
#nav li{
    float:left;
}
#nav a{
    float:left;
    padding:6px 0 0 0;
    margin-right:18px;
    height:26px;
    border-bottom:3px solid #D2D6D8;
    text-decoration:none;
    font-size:1em;
}
#nav a:hover,
#nav .current_page_item a{
   border-color:#fff;
}

/* Content
*******************************/
#content {
    width:390px;
    margin:70px 55px 30px -10px;
    float:left;
}




#content2 {
    width:560px;
    margin:71px 50px 30px -175px;
    float:left;
}
    
    
#contenthome {
    width:385px;
    margin:0px 45px 30px 5px;
    float:left;
}

.hentry{
             clear:both;  
           }

                                      /*titulo archive */
#content .post {
   
    margin-bottom:1.5em;
    padding-top:.3em;
    padding-left:.5em;
    width:520px;
    background-position: top;
/*  background-image: url(images/borde.jpg);*/
    background-repeat: repeat-x;
    border-top-color: #666666;
    border-top-style:solid;
    border-top-width:1px;
/*    border-top-style: 1px solid #D2D6D8;*/
    float:left;

}

#content2 .post {
   
    margin-bottom:1.5em;
    padding-top:.3em;
    padding-left:0;
    width:590px;
    background-position: top;
    /*background-image: url(images/borde.jpg);*/
    background-repeat: repeat-x;
    border-top-color: #666666;
    border-top-style: 1px solid #D2D6D8;
    float:left;
    margin-right:70px;
}




.entry-title{
   padding-top:.1em;
   font-size:20px;
   font-weight:bold;
   width:400px;
}
.entry-title a {
    color:#003399;
    font-size:20px;
    text-decoration:none;
   }

.entry-title2 {
   padding-top:.1em;
   font-size:24px;
   font-weight:bold;
}
.entry-title2 a {
    color:#003399;
     font-size:24px;
     
   }

                                        /*titulo single*/
.entry-title3 {
   padding-top:.1em;
   font-size:26px;
   font-weight:bold;
}
.entry-title3 a {
    color:#003399;
     font-size:26px;
    text-decoration:none;
   }


.entry-content2 a {                /*formato lee mas*/
    color:#003399;
    text-decoration:none;
    font-size:12px;
    font-weight: bold;
   }



.especial{                /*bodes deja aqui cometario*/
    margin-bottom:1.5em;
    margin-top:1.5em;
    padding-top:.4em;
    padding-left:.5em;
    width:590px;
    height:25px;
    font-size:14px; 
    float:left; 
    border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}


#content .single {
    border:1px;
    width:600px;
    color:#000000;
    overflow:visible;
    padding:5px;
    
}

#content h2 a {
    
    text-decoration:none;
    font-size:16px; 
    color:#000000; 
    font-weight:bold;
}

#content h7 a {
    
    text-decoration:none;
    font-size:17px; 
    font-weight:bold;
}



#content h3 {
    margin-bottom:20px;
    border-bottom:2px solid #D2D6D8;
}

#content h2 a:hover {
   
    color:#000;

}

#content2 h2 a {
    
    text-decoration:none;
    font-size:16px; 
    color:#000000; 
    font-weight:bold;
  
   
}

#content2 h3 {
    margin-bottom:20px;
    border-bottom:2px solid #D2D6D8;
}

#content2 h2 a:hover {
   
    color:#000;

}

.letras{ color:#747474;float:none;}

                            /* publicado y categoria */
.postdata {
    padding:3px 0;
    margin-bottom:8px;
   /*
    border:1px solid #eee;
    border-left:0;
    border-right:0;
    color:#747474;
  */
    
    color:#999999;
    font-size:11px;
   
}

.postdata a {
    color:#354a56;
    text-decoration:none;
   

}

.postdata h8 {
    color:#354a56;
    text-decoration:none;
font-size:18px;
}


.postdata a:hover {
    text-decoration:none;
     
}
.tags {
    clear:both;
}



#contentpub {
    width:600px;
    margin:1px 11px 30px 0px;
    float:left;
}

#contentpub .post {
   
    margin-bottom:1.5em;
    padding-top:.5em;
    padding-left:.5em;
    width:600px;
    background-position: top;
    /*background-image: url(images/borde.jpg);*/      /*bode superior single*/
    background-repeat: repeat-x;
    border-top-color: #666666;
    border-top-style: 1px solid #D2D6D8;
    float:left;
     
}
                                       /*formato single*/
#contentpub .single {
    border:1px;
    width:600px;
    color:#000000;
    overflow:visible;
    padding:0px;
    float:left;
    
}

#contentpub h2 a {
    
    text-decoration:none;
    font-size:18px; 
    color:#000000; 
    font-weight:bold;
   
}


#contentpub h7 a:link {font-size:17px;font-weight:bold;text-decoration:none; }
#contentpub h7 a:visited {font-size:17px;font-weight:bold;text-decoration:none; }
#contentpub h7 a:hover {font-size:17px;font-weight:bold;text-decoration:underline; }
#contentpub h7 a:active {font-size:17px;font-weight:bold;text-decoration:none;  }




/*                                   titulo single * /
#contentpub h5 a {
    
    text-decoration:none;
    font-size:1em; 
    color:#152942; 
    font-weight:bold;
    
}




#contentpub h3 {
    margin-top:30px;
    margin-bottom:15px;
    border-bottom:2px solid #D2D6D8;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}



#contentpub,
.postdata
{
font-size:.9em;

}
,
.entry-content2 {
    
    font-family:Arial, Helvetica, sans-serif;
    margin-bottom:2px;
       
 }



.entry-content {
    
    font-family:Arial, Helvetica, sans-serif;
    margin-bottom:50px; 
}
.entry-content3 {
    
    font-family:Arial, Helvetica, sans-serif;
    float:left;
    
    
}


.seguirleyendo{
       float:left;
       font-family:Arial, Helvetica, sans-serif;
       padding-top:1em;
       margin-bottom:20px; 
 	
}





#contentpub h3 a {
    font-size:16px; 
    color:#000000;
    margin-bottom:20px;
    border-bottom:2px solid #D2D6D8;
}









/* Sidebar 
*******************************/
#sidebar {
    width:48px;
    float:left;
   /* margin:-10px 0 30px 0; */
}

#sidebariz { 
    width:130px;
    float:left;
    margin:10px 50px 1px 0px;
}

#sidebar h3 {
    padding:0 0 12px 20px;
    border-left:2px solid #D2D6D8;
}
#sidebar .box {
    width:309px; 
    margin-top:0px;
    margin-bottom:18px;
    margin-left:0px;
    float:left;
    background-position: top;
    background-image: url(images/borde.jpg);
    background-repeat: repeat-x;
    border-top-color: #666666;
    border-bottom-color: #666666;
    border-top-style: 1px solid #D2D6D8;
    border-bottom: 1px solid #D2D6D8;
    border-right-color: #666666;
    border-right: 1px solid #D2D6D8;
    border-left-color: #666666;
    border-left: 1px solid #D2D6D8;
    
}



#sidebariz2 {
    width:130px;
    float:left;
    margin:1px 45px 1px 0px;
}


#recentcomments,
#sidebar #calendar_wrap,
#sidebar .box .content,
#sidebariz .box .content,
#sidebar #searchform,
#sidebar .box li a, 
                                        /*barra izquierda categorias*/
#sidebar .box .current-cat li a {
  /*  border-left:5px solid #D2D6D8;*/
    
}
#sidebar .box .tags,
#sidebar #calendar_wrap,
#sidebar .box li a,
#sidebar #searchform {
    padding:0 0 0 10px;
}
#sidebar .box .tags {
    line-height:1.0;
}
#sidebar .box li {
    display:inline;/*for IE*/
    }

                                                    /*titulo breves*/
#sidebar .box li a {
    display:block;
    font-family:Arial;
    font-size:28px; 
    font-color:#000000;
    font-weight:bold;
    line-height:1.2em;   
  
}

                                                    /*detalle categorias*/
#sidebar .box li li a {
    background-repeat: no-repeat;
    background-image: url(images/imagcat.jpg);
    font-family:Arial;
    font-size:18px;
    line-height:1.1em;
                                  /*posicion texto subopciones categorias*/
    padding-left:50px;   
}





#sidebar .box li li li a {
    padding-left:60px;
  
  
}
#sidebar .box li a:hover,
#sidebar .box .current-cat li a:hover {
    border-color:#7E929E;
    
}
#sidebar .box .current-cat a,
#sidebar .box .current-cat a:hover {
    border-color:#152942;
    
}
                            /*borde del detalle detalle categorias*/
#sidebar ul {
    font-family: Arial, Tahoma, Verdana;
    margin:0px;
    /* list-style:none; */
    padding:0px 0px 20px 0px;
    
}
#sidebar li {
    font-family: Arial, Tahoma, Verdana;
   
}

/*rss button*/
#sidebar .rss {
    height:59px;
    margin-bottom:2px;
}
#sidebar .rss a {
    float:right;
    width:77px;
    height:59px;
    background:url(images/rss-icon.gif) 0 0 no-repeat;
    text-indent:-9999px;
}

/*recent comments widget*/
#sidebar #recentcomments {
    padding-left:20px;
}
#sidebar  #recentcomments li.recentcomments {
    display:block;
}
#recentcomments li.recentcomments a {
    display:inline;
    border:0;
}

/* Search Form
*******************************/
#searchform input {
    vertical-align:middle;
    border:1px solid #ccc;
    font-size:1em;
    color:#152942;
}
#searchform input#search-submit {
    background:#D2D6D8;
    border:1px solid #D2D6D8;
    width:30px;
}

/************************************************
*	Comments									*
************************************************/

	
.cancel-comment-reply{
	margin-top:2px;
	margin-bottom:20px;
}

.titulocomentario2 {
       margin-top:20px;
	margin-bottom:5px;
       text-align: center;
       border-top: 1px solid #b3adad;
	border-bottom: 1px solid #b3adad;
       padding-top: 10px;
       padding-bottom: 10px;

}

.titulocomentario3 {
       margin-top:20px;
	margin-bottom:-5px;
       text-align: center;
       border-bottom: 1px solid #b3adad;
       padding-top: 10px;
       padding-bottom: 10px;

}

.commentlist li ul li {
	font-size: 12px;
       
	}

.commentlist li {
	font-weight: bold;
       
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0px 5px 0px 10px;
	padding: 2px;

	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;

	}

.commentlist p {
	font-weight: normal;
	text-transform: none;

	}

.commentmetadata {
	font-weight: normal;

	}

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

#commentform {
	margin: 5px 10px 0px 0px;
       
	}
	
#commentform textarea {
	width: 98%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float:center;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li {
       margin-top:10px; 
	margin-right: -1px;
	margin-left:50px;
	}

.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply a, .reply a:visited {
	background: #999;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #999;
	}
	
.reply a:hover {
	background: #003663;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #003663;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}


	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
     
	}
	
.thread-even {
	background: #e4f1e8;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px dotted #b3adad;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px solid #b3adad;
	border-bottom: 1px solid #b3adad;
	border-left: 1px solid #b3adad;
	margin-bottom: 10px;
	padding-top: 50px;
	}
/* Footer
*******************************/
#footer {
    clear:both;
    padding-top:20px;
    height:40px;
    background:#E8E8E8;
    border-top:1px solid #D2D6D8;

    
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.0em;
	line-height: 1.5em;
	}

#footer .copyright {
    padding-right:8px;
    width:600px;
    margin:0 auto;
    display:block;
}
#footer img {
    vertical-align:middle;
    margin-right:10px;
}


/* cuadro de publicidad */

.cajacategoria {
 padding: 10px 10px 10px 10px;
}


.confycaja {
       margin-bottom:18px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	/* width:300px; */ 
	height:auto;
	clear: left;
	float: left;
	padding: 4px;
       /* padding-buttom: 1px; */
}
.cajamula {
	width:300px;
	height:3px;
       float:left;
}


.cajamula2 {
	width:600px;
	height:80px;
       float: left;
       margin-left: 0px;
      
       
}

.cajamula3 {
	width:600px;
	height:1px;
       float: inherit;
       margin-left: 0px;
       
}

.cajamula4 {
	width:600px;
	height:20px;
       float: inherit;
       margin-top: 20px;
       margin-left: 0px;
       border-top-style: solid;
       border-top:1px ridge #D2D6D8;
       border-bottom-color: #D2D6D8; 
       float:left;
}


.ResTipoComidaTitulo {
 font-size:13px;
 font-weight:bold;
}
.ResTipoComidaBajada {
 font-family: Arial;
 font-size:11px;
 color:#000000;
}

.confycaja2 {
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	width:150px;
	height:500px;
	clear: left;
	float: left;
	padding: 1px;
       padding-bottom: 1px; 
       
}

.confycaja3 {
	width:430px;
	height:auto;
	clear: left;
	padding: 1px;
       padding-bottom: 1px;
       float:right;
       }

.confycajaXX {
	width:160px;
	height:1500px;
	clear: left;
	padding: 1px;
       padding-bottom: 1px;
       float:left;
       border-style: solid;
       border:1px ridge #D2D6D8;
       border-color: #D2D6D8;
       }


#contentpage {
    width:600px;
    margin:1px 16px 30px 0;
}





#contentpage .post {
   
    margin-bottom:1.5em;
    padding-top:.5em;
    width:600px;
    background-position: top;
    background-image: url(images/borde.jpg);
    background-repeat: repeat-x;
    border-top-color: #666666;
    border-top-style: 1px solid #D2D6D8;
    float:left;
}


#contentpage .single {
    border:1px;
    width:590px;
    color:#ffffff;
    overflow:visible;
    padding:5px;
    
}

#contentpage h2 a { 
    
    text-decoration:none;
    font-size:18px; 
    color:#000000; 
    font-weight:bold;
   
}

/*                                   titulo single * /
#contentpage h5 a {
    
    text-decoration:none;
    font-size:1em; 
    color:#152942; 
    font-weight:bold;
    
}


#contentpage h3 {
    margin-top:30px;
    margin-bottom:15px;
    border-bottom:2px solid #D2D6D8;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}

#contentpage ,
.postdata
{
font-size:.9em;
}
,
.entry-content2 {
    
    font-family:Arial, Helvetica, sans-serif;
    margin-bottom:2px;   
},
.entry-content {
    
    font-family:Arial, Helvetica, sans-serif;
    margin-bottom:50px; 
}
.entry-content3 {
    
    font-family:Arial, Helvetica, sans-serif;
    float:left;
    
    
},

.seguirleyendo{
       float:left;
       font-family:Arial, Helvetica, sans-serif;
       padding-top:1em;
       margin-bottom:20px; 
 	
}





#contentpage h3 a {
    font-size:16px; 
    color:#000000;
    margin-bottom:20px;
    border-bottom:2px solid #D2D6D8;
}



/*cuadro comentar*/
.style1c {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style3c {
	font-size: 11px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}
.style_tit_com {
	font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
       font-weight: bold;
}


.cajamula2comentario {
	width:597px;
	height:10px;
       float: left;
       margin-top:50px;
       margin-bottom:20px;
       padding-top:15px;
       border-top-style: solid;
       border-top-width: 1px;
	border-top-color: #999999;
	
}


.cajacomentar {
	border-style: solid;
	border-width: 1px;
       border-color: #EDEDED;
       background-color: #EDEDED;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
       font-style: italic;
       font-weight: bold;
       color: #000099;
	width:413px;
	height:13px;
	float:left;
	padding-right:10px;
       padding-top:2px;
       clear:both; 
}

.cajacomentar a {
        color: #003399;
}

.cajacomentar2 {
	border-style: solid;
	border-width: 1px;
       border-color: #EDEDED;
       background-color: #EDEDED;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
       font-style: italic;
       font-weight: bold;
       color: #000099;
	width:588px;
	height:13px;
	float:left;
	padding-right:10px;
       padding-top:2px;
}

.cajacomentar2 a {
        color: #003399;
}



.cajapie
{
	margin-top:10px;
       margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
	color: #003399;
	border: 1px solid #969696;
}

.titulopie
{
  height:15px;
  font-size:14px;
  font-family: "Arial Black";
  background-color:#595959;
  border-bottom-style:solid;
  border-bottom:1px;
  border-bottom-color:#979797;
  color:#FFFFFF;
  padding-left:4px;
  padding-bottom:5px;
  padding-top:3px;
}


.titulopie2
{
  height:15px;
  font-size:14px;
  font-family: "Arial Black";
  background-color:#dcdcdc;
  border-bottom-style:solid;
  border-bottom:1px;
  border-bottom-color:#979797;
  color:#000000;  
  padding-left:4px;
  padding-bottom:5px;
  padding-top:3px;
}

.cajalinkpie
{
	font-size:13px;
	color: #003399;
	text-decoration:none;
	background-color:#FFFFFF;
	padding-top:3px;
	padding-left:2px;
	padding-bottom:3px;
}


.linkpie
{
	font-size:11px;
	color: #003399;
	text-decoration:none;
	background-color:#FFFFFF;
	padding-left:3px;
}

.linkpie:hover
{
	text-decoration:underline;
	color:#003399;
}

.navigation {
       clear:both;
	display: block;
	text-align: center;
	height:16px;
       padding-top:4px;
	padding-bottom:3px; 
       
	}

.navigation2 {
	display: block;
	text-align: center;
	height:16px;
       padding-top:4px;
	padding-bottom:3px; 
       border:solid;
	border-color:#ABABAB;
	border:1px;
       background-position: top;
       background-image: url(images/borde.jpg);
       background-repeat: repeat-x;
	}

.derecha {
	float: right;
	}

.izquierda {
	float: left
	}



.btnMenuServ {
	margin:0 15px 0 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
       color: #FFFFFF;
}
.btnMenuServ:hover {
	text-decoration:underline;
       color: #FFFFFF;
}



.barraBtnMenu{
	margin-right:2px;
}
.HeaderLinks{
	font-family:Arial;
	font-size:10px;
	color:#003399;
	text-decoration:none;
}
.HeaderLinks:hover{
	text-decoration:underline;
}




.linkinterno:link {
    font-family:Arial, Helvetica, sans-serif;
    font-size:14;
    color:#003399;
    text-decoration:none;
      
} 
 
.linkinterno:visited
    {
    color:#003399;
    text-decoration:none;
} 
.linkinterno:hover
 {
    color:#003399;
    text-decoration:underline;
} 
.linkinterno:active{
    color:#003399;
    text-decoration:underline;
}


.linkinterno:link {
    font-family:Arial, Helvetica, sans-serif;
    font-size:14;
    color:#003399;
    text-decoration:none;
      
} 
 
.linkinternoE:visited
    {
    font-family:Arial;
    color:#003399;
    text-decoration:none;
} 
.linkinternoE:hover
 {
    font-family:Arial;
    color:#003399;
    text-decoration: underline;
} 
.linkinternoE:active{
    font-family:Arial;
    color:#003399;
    text-decoration:none;
}
.linkinternoE:link {
    font-family:Arial;
    font-size:14;
    color:#003399;
    text-decoration:none;
      
}




.titmapa {
	font-size: 14px;
	font-family: "Arial Black";
	font-weight: bold;
	color:#000066;
}
.titprecio {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000000;
}
.titdirecc {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#999999; 
}

.titfoto {
	border:1px;
	border-style:solid;
	border-color:#000000;
	padding:1px;

}

.titverficha {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.cuadroprecio {
	background-color:#999999;

}

.cajapub
{
   height:20px;	
   clear:both;
}

.cajapub01
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	padding-left:180px;
       padding-top:30px;
       
       padding-bottom:130px; 
	clear:both;
}

.cajapub01x
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
       padding-left:160px;
	padding-top:10px;
       margin-bottom:50px;
       width:200px;
	clear:both;
}


.cajacomentar 
{
	clear:right;
       background-color:#ffffff;
       border-color:#ffffff;
	
}

.textopub01 {
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;

	
	width:auto;
	height:auto;
	clear: left;
	float: left;
	padding: 1px;
    padding-bottom: 1px;
}



.confycajapub01 {
	width:auto;
	height:auto;
	clear:both
	float: left;
	padding: 1px;
       padding-bottom: 1px;
       clear:both;
}



#paginacion {margin:20px 0px 0px 0px; color:#9d9d9d;}
#paginacion a {border:#dddddd 1px solid; margin:1px; padding:1px 5px 1px 5px;}
#paginacion a:hover {border:#3a97ca 1px solid; margin:1px; padding:1px 5px 1px 5px; background:#dfeef6; text-decoration:none;}
#paginacion span {margin:1px; padding:1px 5px 1px 5px; border:1px #dddddd solid;}
#paginacion .current { background:#3a97ca; color:#FFFFFF; font-weight:bold; border:1px #dddddd solid;}


.cuadromapa{
                       border:solid;
			  border-width:1px;
			  border-color:#6C6C6C;
                       width:610px; 
			  height:228px;
			  
			}
.cuadromotel{
                       border:solid;
			  border-width:1px;
			  border-color:#6C6C6C;
                       width:610px; 
			  
			}
.motellabel{
             font-family:Arial, Helvetica, sans-serif;
			 font-size:9px;
			 text-align:right;
           }
.moteldata{
             font-family:Arial, Helvetica, sans-serif;
			 font-size:9px;
			 text-align:left
           }	


.final{
    width:800px;
    float:left;
    clear:both;
}


.boxfonda { 
    width:600px;
    margin-bottom:18px;
    margin-left:-8px;
    float:left;
    background-position: top;
    background-image: url(images/borde.jpg);
    background-repeat: repeat-x;
    border-top-color: #666666;
    border-bottom-color: #666666;
    border-top-style: 1px solid #D2D6D8;
    border-bottom: 1px solid #D2D6D8;
    border-right-color: #666666;
    border-right: 1px solid #D2D6D8;
    border-left-color: #666666;
    border-left: 1px solid #D2D6D8;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}


.salto{
    margin-top:110px; 
    clear:both;
}

.boxBB {
    width:309px; 
    height:18px;
    clear:both;
}


.blanco{ 
    width:500px;
    height:20px;
    clear:both;
}

.menuworpress a:link {color:#000000; text-decoration:none; }
.menuworpress a:visited {color: #000000; text-decoration:none; }
.menuworpress a:hover {color:#000000;text-decoration:underline; }
.menuworpress a:active {color:#000000;text-decoration:none;  }
.titulomnu {
	font-family: "Arial Black";
       font-size:16px;
       color:#000000;   
}
.opsmnu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
       color:#000000;
}  



.comentariocolor1 {

	color:#000000;
       margin: 0 0 20px 0;
	padding-top: .4em;
       padding-left: .5em;
	width:591px;
	background-position: top;
	background-image: url(images/borde.jpg); 
	background-repeat: repeat-x;
	border-top-color: #666666;
	border-bottom-color: #666666;
	border-top-style: 1px solid #D2D6D8;
	border-bottom: 1px solid #D2D6D8;
	background-color:#e4f1e8;

}

.comentariocolor0 {

	color:#000000;
       margin: 0 0 20px 0;
	padding-top: .4em;
       padding-left: .5em;
	width:591px;
	background-position: top;
	background-image: url(images/borde.jpg); 
	background-repeat: repeat-x;
	border-top-color: #666666;
	border-bottom-color: #666666;
	border-top-style: 1px solid #D2D6D8;
	border-bottom: 1px solid #D2D6D8;
       background-color:#ffffff;
}

.comentariocolorautor {

	color:#000000;
       margin-left:30px;
       margin-top:5px;
       margin-bottom:20px;
	padding-top: .4em;
       padding-left: .9em;
	width:546px;
	background-position: top;
	background-image: url(images/borde.jpg); 
	background-repeat: repeat-x;
	border-top-color: #666666;
	border-bottom-color: #666666;
	border-top-style: 1px solid #D2D6D8;
	border-bottom: 1px solid #D2D6D8;
       background-color:#d4e8f5;
}


.titulocomentario {
  color:#0033ff;
}






p.date {
    width: 42px;
    height: 10px;
    padding: 18px 0 14px 0;
    text-align: center;
}
p.date span { display: none; }
/************************************************
*   iconos para cada mes                           *
************************************************/
.month1 { background: url(calendario/01.gif) no-repeat 0 0; }
.month2 { background: url(calendario/02.gif) no-repeat 0 0; }
.month3 { background: url(calendario/03.gif) no-repeat 0 0; }
.month4 { background: url(calendario/04.gif) no-repeat 0 0; }
.month5 { background: url(calendario/05.gif) no-repeat 0 0; }
.month6 { background: url(calendario/06.gif) no-repeat 0 0; }
.month7 { background: url(calendario/07.gif) no-repeat 0 0; }
.month8 { background: url(calendario/08.gif) no-repeat 0 0; }
.month9 { background: url(calendario/09.gif) no-repeat 0 0; }
.month10 { background: url(calendario/10.gif) no-repeat 0 0; }
.month11 { background: url(calendario/11.gif) no-repeat 0 0; }
.month12 { background: url(calendario/12.gif) no-repeat 0 0; }

.shield {
    position: relative;
}
.comentarionube {
    position: absolute;
    text-align: center;
    top: -4px;
    left: 22px;
    width: 30px;
    height: 24px;
    padding: 3px 0;
    background: url(calendario/bubble.png) no-repeat 0 0;
}

.comentarionom {
    position: absolute;
    text-align: left;
    top: -4px;
    left: 60px;
    width: 520px;
    height: 24px;
    padding: 3px 0;
}

.comentariotitulo {
	font-size: 9px;
       color: #666666;
}

.labelcomenta{
    font-family: Arial;
    color: #000033;
    font-size: 11px;
}
.labelcomenta2{
    font-family: Arial;
    color: #d2d2d2;
    font-size: 11px;
}
.txcomenta{
    font-family: Arial;
    color: #000000;
    font-size: 11px;
    height:15px;
}

.txcomenta2{
    font-family: Arial;
    color: #000000;
    font-size: 11px;
}

.txcomentatag{
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
}

.micomentario{
  margin-top:-10px;
  border: 0px solid #fff;
  color: #fff;
  width: 560px;
  height:220px;
  padding: 10px;
  text-align: left;
  background-color:#747474;
  border: 3px solid #fff;

  background-image: url(images/fondocomentar2.jpg);
  background-repeat: repeat-x;

  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}


.HomeCajaPanel{
 background-color:#808080;
 border-bottom:5px solid #FFFFFF;
}
.HomeCajaPanel:hover{
 background-color:#909090;
 cursor:hand;
}
.HomeCajaPanel td{
 padding:5px;
 background-image:url(http://www.800.cl/images/v2/IconoMasMiniHome.gif);
 background-repeat:no-repeat;
 background-position:top right;
}
.HomeCajaPanel a{
 color:#FFFFFF;
 text-decoration:none;
}
.HomeCajaPanel a:hover{
 text-decoration:underline;
}
.HomeCajaPanel img{
 margin-right:5px;
 float:left;
}
.HomeCajaPanel span{
 font-family:Arial, Helvetica, sans-serif;
 font-size:14px;
 color:#FFFFFF;
 font-weight:bold;
}


.labelencuestas {
    font-family:Arial, Helvetica, sans-serif;
    
} 


.entry-ferias {
    
    font-family:Arial, Helvetica, sans-serif;
    margin-bottom:2px;
    line-height:1.3;    
    
}

.linkblanco
{
	font-size:14px; 
	color: #ffffff;
	text-decoration:none;
}

.linkblanco:hover
{
	font-size:14px; 
       text-decoration:underline;
	color:#ffffff;
}

.linkblanco:visited
    {
    font-size:14px; 
    color:#ffffff;
    text-decoration:none;
} 



.linkblanco:link {
    font-size:14px; 
    color:#ffffff;
    text-decoration:none; 
      
} 



FIELDSET {
	     border: solid 1px #CCC;
	     -moz-border-radius: 16px;
	     -webkit-border-radius: 16px;
	     border-radius: 16px;
	     padding: 1em 1em;
	     margin: 1em 0em;
            width:540px;
	   }

LEGEND {
	     color: #666;
	     font-size: 16px;
	     padding: 0em .5em;
	}

	
PRE {
	     font-family: "Courier New", monospace;
	     font-size: 11px;
	     color: #666;
	     background: #F8F8F8;
	     padding: 10px;
	     -moz-border-radius: 8px;
	     -webkit-border-radius: 8px;
	     border-radius: 8px;
            width:520px;
     }


.textoevalua{
       font-family:Arial, Helvetica, sans-serif;
}

.textoevalua a:link {color:0000FF; text-decoration:none; }
.textoevalua a:visited {color: #000000; text-decoration:none; }
.textoevalua a:hover {color:#0000FF;text-decoration:underline; }
.textoevalua a:active {color:0000FF;text-decoration:none;  }



.textotemas{
       font-family: "Arial Black";
       color: #666;
	font-size: 12px;
}

.textotemas a:link {color:0000FF; text-decoration:none; }
.textotemas a:visited {color: #000000; text-decoration:none; }
.textotemas a:hover {color:#0000FF;text-decoration:underline; }
.textotemas a:active {color:0000FF;text-decoration:none;  }



.textofichatitulo{
  font-family:Georgia, "Times New Roman", Times, serif;
  
}

.textoficha {
 margin:10px; 
  
}

.textofichatitulo{
font-weight:bold;
font-size:18px
}


.textoslogan{
       font-family: "Arial Black";
       color: #cc0000;
	font-size: 18px;
}


.titulolabelact {
   font-style:italic;
}

.fechaactividad {
   padding-bottom:20px;
   color: #cc0000;
   font-size:18px;
   font-family:"Arial Black";
}
.actlugar {
   color: #003399;
   font-size:18px;
   font-family:"Arial Black";
}
.actdirecc {
   color: #000000;
   font-size:14px;
   font-family:Arial, Helvetica, sans-serif;
   padding-bottom:20px;
   line-height:16px;
}

.textohorario {
   color: #000000;
   font-size:14px;
   font-family:"Arial Black";
   padding-bottom:20px;
   }
   
.tiket {
     padding-top:5px;
     padding-bottom:25px;
   }  

.moveinfo {
   padding-top:20px;
   font-style:italic;
 
}

.moveinfoblueray {
   padding-top:0px;
   font-style:italic;
 
}

.moveinfomas {
   color: #000000;
   font-size:10px;
   font-family:Arial, Helvetica, sans-serif;
   padding-bottom:5px;
   line-height:9px;
}

.moveinfomastb {
   color: #000000;
   font-size:10px;
   font-family:Arial, Helvetica, sans-serif;
   padding:3px;
   line-height:11px;
   border-top:1px solid #cccccc;
}

.fechamove {
   padding-bottom:30px;
   color: #cc0000;
   font-size:14px;
   font-family:"Arial Black";
}

.fechamoveblueray {
   padding-bottom:5px;
   color: #cc0000;
   font-size:14px;
   font-family:"Arial Black";
}
.actmove {
   color: #003399;
   font-size:10px;
   font-family:Arial, Helvetica, sans-serif;
}


.previewpost {
   padding-top:20px;
   color: #cc0000;
   font-size:14px;
   font-family:"Arial Black";
}


/************************************************
*   EVALUACIONES AVANZADAS                      *
************************************************/

.evaluanf_concepto {
	font-family: "Arial Black";
	color: #FFFFFF;
	height:24px;
	vertical-align:middle;
	font-size: 16px;
	padding:1px;
	background-color:#FF0000;
}
.evaluanf_nota {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 64px;
	padding-top:5px;
	height:90px;
	background-color:#f6e4e4;
}

.evaluanf_slogan {
	font-family: "Arial Black";
	color:#000000;
	height:24px;
	vertical-align:middle;
	font-size: 16px;
	padding:1px;
       padding-left:10px;
	background-color:#FFFFFF;
	text-align:left;
}
.evaluanf_texto {
       font:Arial, Helvetica, sans-serif;
	color:#000000;
	padding-top:3px;
       padding-left:10px;
	background-color:#FFFFFF;
	text-align:left;
}


.evaluap_concepto {
	font-family: "Arial Black";
	color: #FFFFFF;
	height:24px;
	vertical-align:middle;
	font-size: 16px;
	padding:1px;
	background-color:#666666;
}
.evaluap_nota {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 48px;
	padding-top:5px;
	height:70px;
	background-color:#eceff5;
}

.evaluap_slogan {
	font-family: "Arial Black";
	color:#000000;
	
	vertical-align:middle;
	font-size: 16px;
	padding:1px;
       padding-left:10px;
	background-color:#FFFFFF;
	text-align:left;
}
.evaluap_texto {
       font:Arial, Helvetica, sans-serif;
	color:#000000;
	padding-top:3px;
       padding-left:10px;
	background-color:#FFFFFF;
	text-align:left;
}

.evaluap_foto {
	font-family: "Arial Black";
	color:#000000;
	vertical-align:middle;
	font-size: 16px;
	margin-top:25px;
       margin-bottom:25px;
	background-color:#FFFFFF;
	text-align:left;
       clear:both;
}
