/*
--------------------
=GENERAL RULES
--------------------
*/

/* START mac hide \*/
html, body { 
	height: 100%;
	width: 100%;
}
/* END mac hide */

body {
	background: #272626 url('../img/bgduela.png') repeat-x fixed center top;

	color: #060606;
	margin: 0;
	min-height: 240px;
	min-width: 552px;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#cabecera{
 width:1000px;
 height: 125px;
 background: #000 url(../img/banner.png) no-repeat fixed center top;
 
}

#cabecera #textocabecera{
 width:312px;
 height: 125px; 
 border: 0px solid blue;
 margin-left:auto;
}
#cabecera #textocabecera #titulo{
 color:#eeeeaa;
 font-size:0.9em;
 text-align:center;
 padding:2px 10px;
 font-weight:bold;
 height: 20px; 
 
}
#cabecera #textocabecera #homenajeado{
 color:#000;
 font-size:1.3em;
 text-align:center;
 padding:2px 10px;
 font-weight:bold;
 text-shadow: 1px 1px 2px #fff,
               -1px -1px 2px #fff,
               1px -1px 2px #fff,
               -1px 1px 2px #fff;
 height: 65px; 
}
#cabecera #textocabecera #periodo{
 color:orange;
 font-size:0.9em;
 text-align:right;
 padding:2px 10px;
 font-weight:bold;
}


#contenido{
 width:1000px;
 background-color: #fff;
 padding: 5px ;
}

footer{
 width:990px;
 background-color:#000;
 color:#ccc;
 font-size:0.7em;
 padding:10px;
}


p {
	color: #060606;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0 0 1.3em 0;
}
strong {
	color: #00000044;
	font-weight: bold;
}

.mainImage {
	margin: 20px 0;
}

.text_title_wrap {
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
	margin: 0 auto 30px auto;
	text-align: center;
	/*width: 500px;*/
}
.text_title {
	color: #161616;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	margin: 10px 0;
	text-align: center;
}
.text_bottom_wrap {
	border-top: solid 1px #666666;
	margin: 20px auto 0 auto;
	text-align: center;
	/*width: 500px;*/
}
.text_bottom {
	color: #262626;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	margin: 10px 0;
	text-align: center;
}


/*
--------------------
=HEADINGS
--------------------
*/
h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
	margin: .25em 0 .25em 0;
	padding: 0 0 .25em 0;
}
h1.border, h2.border, h3.border, h4.border, h5.border, h6.border {
	border-bottom: solid 1px #666666;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.3em;
}
h3 {	
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: .9em;
}


.tablaarea{width:100%;}

table.tabla {	border-color: #646466 ;	cbackground-color: white;	font-family: Helvetica, sans-serif;	font-size:12px;	color: #040464;	empty-cells:show;}
table.tabla td {	font-family:Arial, Helvetica, sans-serif;		border-width: 1px ;	border-style:solid;	border-color: #646466 #646466 #dddddd #dddddd;	height:20px;	padding-left:5px;	padding-right:5px;	vertical-align:middle;	height:25px;	empty-cells:show;}
table.tabla th {	font-family:Arial, Helvetica, sans-serif;	border-width: 1px ;	background-color: #F0F1F3;	border-style:solid;	color: #546998;	border-color: #646466  white  white white;	height:20px;	padding-left:10px;	vertical-align:middle}


/*
--------------------
=LINKS
--------------------
*/
a:link {
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #ff6600;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #ee0000;
	text-decoration: underline;
}


#menuppal{
 background-color: #333333;
 padding:4px;
 border: 2px solid black;
 color: #ffcc66;
}

#menuppal a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding:0px 10px 0px 10px;
}

#menuppal a:hover{
	color: #ff;
	font-weight: bold;
	text-decoration: none;
	padding:0px 20px 0px 20px;
}

.amarilla{  
  border: 2px solid #333333; 
  background-image: url(../img/background2.jpg);
  padding:3px;
}
.amarillatitulo{
 background-color:#333333;
 color:#ffffff;
}

.tabla{
 background-image: url(../img/background2.jpg);
 font-weight: bold;
}