/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #4D4D4D;
}

h1 {
	font-size: 2.1em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #CC0001;
	color: #BF4D36;
}

a:hover {
	background: none;
}

/* Header */
#cabezote_estatico{
    position:fixed;
    display: block;
    width:100%;
    background: #fff url(../images/img01.jpg) repeat-x left top; 
   z-index: 100;
   margin: 0 auto;
}
#menu_estatico{
    position:fixed;
    top:141px;
    display: block;
    width:100%;
    background: #fff url(../images/img01_1.jpg) repeat-x left top; 
    z-index: 100;
    width:100%;
    
}
#sidebar_estatico{
    position:fixed;
    
    width: 200px;
    /*display: block;*/
    /*width:100%;*/
    /*background: #fff url(../images/img01.jpg) repeat-x left top; */
   /*z-index: 100;*/
   margin: 0 auto;
   
}
#sidebar_debajo_estatico{
    height: 55px;
    background-color: green;

}
#header {
	width: 900px;
	height: 141px;
	margin: 0 auto;
	background: url(../images/img02.jpg) no-repeat top;

    
}

/* Logo */

#logo {
	width: 600px;
	padding: 140px 0 0 100px;
	color: #BF4D02;
}

#logo h1, #logo p {
}

#logo h1 {
	padding: 0;
	margin-right: 10px;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.8em;
	font-style: italic;
}


#logo p {
	margin: 0;
	padding: 0;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	color: #7B5C02;
}

#logo p a {
	color: #7B5C02;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #BF4D02;
}

/* Search */

#search {
	float: right;
	width: 230px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 70px 0 0 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 210px;
	border: none;
	text-transform: lowercase;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 930px;
	height: 37px;
	margin: 0 auto;
	padding: 0;  
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 7px 15px 7px 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

/*---------- Tooltip -----------*/
#menu a.tt{
  position:relative;
  z-index:24;
}

#menu a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
#menu a.tt:hover{ 
  z-index:25; 
}

#menu a.tt:hover span.tooltip{
  display:block;
  position:absolute;
  top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #fff;
	font-size: 12px;
  text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}

#menu a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
  background: url(../images/bubble.gif) no-repeat top;
}

#menu a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(../images/bubble_filler.gif) repeat bottom; 
}

#menu a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #fff;
  background: url(../images/bubble.gif) no-repeat bottom;
}

#menu .img {
  padding:5px 25px 5px 20px;
}
/*Hasta aca va el tooltip*/

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	background: url(../images/img03.jpg) no-repeat center top;
}

#menu .first {
	background: url(../images/img03.jpg) no-repeat center top;
}

#wrapper1 {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: url(../images/img04.jpg) repeat-y left top;
    
    position: relative;
    z-index: 0;
    
}

#wrapper1-top {
	width: 900px;
	background: url(../images/img07.jpg) no-repeat left top;
    
}

#wrapper1-btm {
	width: 900px;
	background: url(../images/img05.jpg) no-repeat left bottom;
    /*background-color: green;*/
    
}

.img_fija {
   /* background-color: red;*/
  float: right;
  position: fixed;
  
  top:35%;
  /*left:95%;    */
  padding: 0 0 0 895px;
  z-index: -1;
  
}



/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 30px;
}

/* Content */

#content {
	float: right;
	width: 620px;
	margin: 0;
	padding: 0;
    z-index: 0;
    top:250px;
}

.post {
}

.post .title {
	color: #967001;
	border-bottom: 1px #A9A9A9 dashed;
}

.post .title a {
	background: none;
	color: #967001;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	margin-bottom: 30px;
	padding: 3px 0px;
	border-top: 1px #A9A9A9 dashed;
	border-bottom: 1px #A9A9A9 dashed;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.post .entry {
	padding: 10px 0 5px 0;
	text-align: justify;
}

.post .imagen1 {
	padding: 10px 0 5px 0;
	float: left;
}

.post a {
	color: #967001;
	border-bottom: 1px #967001 dotted;
}

.post .meta a {
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: left;
    
	width: 200px;
    
	margin: 0;
	padding: 0 0 0 35px;
}

#sidebar .llamanos {
  text-align: center; 

}

#sidebar h2 {
  font-family: arial;
  font-size: 21px;
  color: #fff;
}

#sidebar h1 {
  font-family: arial;
  font-size: 50px;
  color: #fff; 
  font-weight: bold;
  padding-bottom: 10px;
}

#sidebar h3 {
  font-family: arial;
  font-size: 25px;
  color: #fff; 
  font-weight: bold;
  
}

#sidebar .img_izq {
  float: left;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #590000;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
  font-family: tahoma, arial, verdana;
	letter-spacing: -.8px;
	color: #FFF;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #BF4D36;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 910px;
	height: 10px;
	margin: 0 auto;
	padding: 25px 0 15px 0;
	background: #4D4D4D url(../images/img06.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FF833B;
	border-bottom: 1px #FF833B dotted;
}

.clr {
  clear: both;
}
td.vertical{
    width:200px;
    text-align:center;
}
td.horizontal{
    width: 400px;
    text-align: center;
}
/*modificaciones agregar imagenes*/

 td.foto{
    width: 302px;
    text-align: center ;
}
 td.foto_vertical{
    width: 201px;
    text-align: center ;
}
 td.espacio_vertical{
    height: 40px;
    
}
h1.inicio {
  font: 23px georgia, sans-serif;
  color: #967001;
}