/* CSS Document */
 * html body{
  overflow:hidden;
 }
 
body{
  margin:0;
  padding:99px 0 0 220px;
  background-color: #df6800;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:small;
 }
 
 
 div#header{
  position:absolute;
  top:0;
  left:220px;
  width:500%;
  height:99px;
  background-color: #7e311f;
  text-align: left;
  padding-left: 90px;
 }
 div#sidebar{
  position:absolute;
  top:0;
  left:0;
  width:220px;
  height:100%;
  background-color: #c73b17;
  text-align: center;
  padding-top: 150px;
 }
 
 @media screen{
  body>div#header{
   position:fixed;
  }
  body>div#sidebar{
   position:fixed;
  }
 }
 

 
 /* scrolling */
  * html div#content{
  height:100%;
  overflow:auto;
 }
  

.table {
	border:0;
	background-color:#df6800;
}

a:link {
	color: #ffffff;
	font-weight:normal;
}
a:visited {
	color: #ffffff;
	font-weight:normal;
}
a:hover {
	color: #000000;
	font-weight:bold;
}
a:active {
	color: #000000;
	font-weight:bold;
}

#bold {
	font-weight:bold;
}

#brown {
	color:#660000;
	font-weight:bold;
}

#darkred {
	color:#990000;
	font-weight:bold;
}

#darkrednormal {
	color:#990000;
}


.linie {
  border-bottom-color:#CCCCCC;
  border-bottom-width:2px;
  border-bottom-style:solid;
  margin:0px 0px 20px 0px;
  padding:0px 0px 20px 0px;
}


.middle {
	text-align:center;
}

#container {
	width:700px;
}

#menu {
	text-align:left;
	padding:20px 0px 0px 10px;
	margin:0px 0px 10px 0px;
}

#actuaciones {
	padding:10px 0px 0px 10px;
	text-align:left;
	width:650px;
}

#actuaciones h1 {
	font-size:large;
	font-weight:bold;
	color:#330000;
	text-align:center;
}

#actuaciones #tableentry {
	padding:20px 0px 0px 20px;
	width:390px;
	float:left;
	text-align:left;
}

#actuaciones #tableentry h1 {
	font-size:small;
	text-align:left;
}

#actuaciones #tableentry p {
	font-size:small;
	color:#000000;
	font-weight:normal;
	text-align:justify;
}

#actuaciones #photo {
	text-align:center;
	padding:30px 0px 0px 30px;
	width:200px;
	margin-left:410px;
	vertical-align:middle;
}

#publicacion {
	padding:10px 0px 0px 10px;
	text-align:left;
	width:650px;
}

#publicacion h1 {
	font-size:large;
	font-weight:bold;
	color:#330000;
	margin-bottom:20px;
	text-align:center;
}

#publicacion #photo {
	padding:30px 0px 0px 20px;
	width:160px;
	float:left;
}

#publicacion #tableentry {
	text-align:left;
	padding:20px 0px 0px 20px;
	width:400px;
	margin-left:220px;
}

#publicacion #tableentry h1 {
	font-size:small;
	text-align:left;
}

#publicacion #tableentry p {
	font-size:small;
	color:#000000;
	font-weight:normal;
	text-align:justify;
}

#publicacion #tableentry #author {
	text-align:left;
	width:50px;
	float:left;
	margin:0px 10px 5px 0px;
}

#publicacion #tableentry #author_quer {
	text-align:left;
	width:100px;
	float:left;
	margin:0px 10px 5px 0px;
}

#readingexamp {
	padding:10px 0px 0px 30px;
	text-align:left;
	width:650px;
}

#readingexamp h1 {
	font-size:large;
	font-weight:bold;
	color:#330000;
	margin-bottom:20px;
	text-align:center;
}

#readingexamp p {
	text-indent:20px;
	margin-top:-10px;
	text-align:justify;
	color:#000000;
}

#prensa {
	padding:10px 0px 0px 10px;
	text-align:left;
	width:650px;
}

#prensa h1 {
	font-size:large;
	font-weight:bold;
	color:#330000;
	text-align:center;
}

#prensa h2 {
	font-size:large;
	font-weight:normal;
	color:#990000;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:40px;
}

#prensa #photo {
	padding:20px 0px 0px 20px;
	width:150px;
	float:left;
	text-align:center;
}

#prensa #tableentry {
	text-align:left;
	padding:20px 0px 0px 10px;
	width:400px;
	margin-left:200px;
}

#prensa #present {
	text-align:justify;
	padding-left:20px;
}

#overview {
	padding:10px 0px 0px 10px;
	text-align:left;
	width:700px;
}

#overview h1 {
	font-size:large;
	font-weight:bold;
	color:#330000;
	margin-bottom:-10px;
	text-align:center;
}

#overview #photo {
	padding:30px 0px 0px 20px;
	width:80px;
	float:left;
}

#overview #tableentry {
	text-align:left;
	padding:20px 0px 0px 20px;
	width:220px;
	float:left;
}

#overview #tableentry h1 {
	font-size:small;
	text-align:left;
}

#overview #tableentry p {
	font-size:smaller;
	color:#000000;
	font-weight:normal;
	text-align:left;
}

#overview #tableentry2 h1 {
	font-size:small;
	text-align:left;
}

#overview #tableentry2 p {
	font-size:smaller;
	color:#000000;
	font-weight:normal;
	text-align:left;
}


#footer {
	text-align:center;
	padding:20px 0px 0px 10px;
	font-size:medium;
	margin-bottom:30px;
}

