body {
	background: #060606 url('bg.jpg') repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #F7F5D9;
	font-size: 10pt;
	line-height: 1.6em;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	}

#intro {
	font-family: Helvetica, verdana, sans-serif;
	text-align:left;
	padding: 10px 16px;
}
#intro h1 {
	font-variant: small-caps;
	font-size: 22pt;
	text-align: center;
}

#intro h2 {
	font-variant: small-caps;
	font-size: 15pt;
	text-align: center;
}

#textoSumario {
	font-size:10pt;
}

#contenedor {
	margin: 0 auto;
	background: #371212;
	color: #F7F5D9;
	text-align: center;
	width: 760px;
	padding: 5px 15px;
	border:2px solid #4E1919;
	backgroung-image: url(./i/bg.jpg);
	background-repeat: repeat-x;
	<!--[if IE]>
	font-size: 8pt;
	<![endif]-->
}

.entrada {
	text-align: justify;
	background: Black;
	color: #F7F5D9;
	/*padding: 3px 15px 3px 15px;*/
	margin: 6px 6px 6px 6px;
}

.entrada .titulo_entrada {
	text-align: left;
	font-variant:small-caps;
	font-size:14pt;
	color: #F7F5D9;
	margin-top: -5px;
	padding-bottom: 4px;
	padding-left: 25px;
	border-bottom: 2px solid #371212;
}

.entrada .imagen {
	clear: left;
	float: right;
	border: 3px solid Black;
	margin: 15px 15px 15px 15px;
}

.cont-thumb {
	margin: 60px 10px 60px 20px;
}
.cont-thumb a {
	text-decoration: none;
	border: 0;

}

.cont-thumb a:link {
	text-decoration: none;
	border: 0;
} 
.cont-thumb a:visited {text-decoration: none;
	border: 0;} 
.cont-thumb a:hover {text-decoration: none;
	border: 0;}

.thumbnail {
	border: 3px solid #7D2929;
}

/*  fonts ------------------------------------------------------------------------- */


/* bordes redondeados ------------------------------------------------------------ */



.round p {
	margin: 0 10px;
	padding: 3px 15px 3px 15px;
}

.roundtop { 
	background: url(../i/b-ur.jpg) no-repeat top right; 
}

.roundbottom {
	background: url(../i/b-dr.jpg) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}



a:link {
	color: #EA7156;
   text-decoration: none;
	border-bottom: 1px dotted #EA907F;
} 
a:visited {color: #EA907F;text-decoration: none;} 
a:hover {color: #EA907F;border-bottom: 1px solid #EA907F;}


#logo {
	clear: left;
	float: left;
}

#logo a{
	border: 0;
text-decoration: none;
}

.menu {
  display:table;         /* ignored by IE */
  padding:0; 
  list-style-type:none;
  white-space:nowrap;    /* keep text on one line */

  /*border:1px solid #06a; /* add a border to show size of menu */
  }
* html .menu {
  display:inline-block;  /* for IE only */
  width:1px;             /* IE will expand to fit menu width */
  padding:0 2px;         /* fix bug in IE for border spacing */
  }  
.menu li {
  display:table-cell;    /* ignored by IE */
  }
* html .menu li {
  display:inline;        /* for IE only */
  }
.menu a, .menu a:visited {
  display:block;         /* for all browsers except IE */
  padding:14px 24px;
  margin-top:10px;
  color:#fff; 
  background-image: url(../i/eq1.jpg);
  background-position: top;	
  border:1px solid #4E1919; /* add a 1px white border around items */ 
  text-decoration:none;
  }
* html .menu a, * html .menu a:visited {
  display:inline-block;  /* for IE only */ 
  margin:0 -2px;         /* to correct an IE border width bug */  
  }
.menu a:hover {

  background-image: url(../i/eq2.jpg);
  background-position: top;
}

.lefted {margin:0 auto 0 0;}
.centered {margin:0 auto;}
.righted {margin:0 0 0 auto;}

#logo a{
	text-decoration: none;
	border: 0;
}
#logo a img{
	border: 0;
}
