/*Aquí vamos a definir las propiedades de la página en general, más adelante definiremos las de las cajas principales*/
/*formatos de párrafo, linea de separacion, encabezados 1 al 6, tablas, vínculos (en sus 4 estados) y body respectivamente*/
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	text-align : justify;
	line-height: normal;/*10px;*/
	height: auto;
}

html{
	height: auto;
}

p {
	font-size: 11px;
	color: #586885;
	line-height: normal;/*120%;*/
}
hr {
	display: none;
 }
h1 {
	font-size: 30px;
	text-align : center;
	color : #ffffff;
	margin: 0;
}
h2 {
	font-size: 25px;
	text-align : left;
	color: #486895;
	text-transform: capitalize;
}
h3 {
	font-size: 20px;
	text-align : left;
	color : #666666;
}
h4 {
	font-size: 18px;
	text-align : left;
	color : #666666;
}
h5 {
	font-size: 15px;
	text-align : left;
	color : #666666;
	margin: 2% 0% 2% 0%;
}
h6 {
	font-size: 13px;
	text-align : left;
	color : #666666;
	margin: 2% 0% 2% 0%;
}
td {
	font-size: 12px;
	/*text-align : center;*/
	color : #586885;
	border: none;
	vertical-align: middle;
}
a {
	font-size: 12px;
	color: #325FA0;
	text-decoration: none;
	/*border:0;*/
}
a:link {
	text-decoration: none;
	/*border: 0;*/
}
a:visited {
	text-decoration: none;
	color: #325FA0;
	/*border: 0;*/
}
a:hover {
	text-decoration: none;
	/*color:#000066;*/
	/*border: 0;*/
}
a:active {
	text-decoration: none;
	/*color:#0099CC;*/
	/*border: 0;*/
}   

img{
	border: 0;
}

ul{
	list-style: none;
	line-height:200%;
}

#container {
       background-color: white;
       /*border-style: solid;
       border-color: #000000;*/
       margin: 0 auto;
       width: 95%;
       height: 100%;
}

#header{
       width: 100%;
       height: 12%;
       background-color: #06B;
       /*border-bottom-style: solid;
       border-bottom-color: #06B;*/
       margin: 0 0 0 0;
       padding: 1% 0 0 0;
}


#menu{
	width: 15%;
	height: auto;
	background-color: #FFFFEE;
	border-style:solid;
	border-width: 3px;
	border-color: #dd9988;
	margin: 2% 0% 0% 0%;
	float: left;
	padding: 0% 1% 0% 0%;
}

#menu ul{
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #586885;
	line-height: normal;
	text-transform: capitalize;
	margin: 0;
	padding: 5%;
}

#news_tab{
	width: 25%;
	height: auto;
	background-color: #FFFFDD;
	border-style:solid;
	border-width: 3px;
	border-color: #dd9988;
	margin: 2% 0% 0% 1%;
	float: right;
	padding: 0% 0% 0% 1%;
	text-align: justify;
}

.news_block{
	width: 96%;
	height: auto;
	background-color: #ddf;
	/*border-style: solid;
	border-width: 1px;
	border-color: #000000;*/
	margin: 0 0 4% 0;
	padding: 0 0 0 0;
	
}

.title_news{
	width: 100%;
	text-align: center;
	height:auto;
	padding: 0 0 0 0 ;
	margin: 2% 0 2% 0;
	font-size: 15px;
	font-weight: bold;
	color : #666666;
}

.img_news{
	width: 46%;
	text-align: center;
	/*float: left;*/
	padding:0 0 0 26%;
	margin:0;
}

.txt_news{
	width:100%;
	height:100%;
	text-align:left;
	/*float:right;*/
	padding:1% 1% 1% 2%;
	margin:1% 1% 1% 1%;
}

#principal{
	width: 54%;
	height: 71%;
	background-color: white;
	/*border-style: solid;*/
	/*border-width: 1px;*/
	/*border-color: #000000;*/
	margin: 0% 0% 0% 16%;
	padding: 0% 1% 1% 2%;
	text-align: justify;
}

#principal2{
	width: 85%;
	height: 71%;
	background-color: white;
	/*border-style: solid;*/
	/*border-width: 1px;*/
	/*border-color: #000000;*/
	margin: 0% 0% 0% 16%;
	padding: 0% 1% 1% 2%;
	text-align: justify;
}

.generic_content{
	width: 92%;
	height: auto;
	text-align: justify;
	margin: 3% 3% 3% 1%;
	padding: 1% 3% 1% 3%;
	background-color: #eef;
  border-style:dotted;
	border-width:1px;
	border-color:#0000ff;
}

td.logo_content{
	width: 20%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

td.text_content{
	width: 100%;
	height: auto;
	margin: 10% 0 0 0;
	padding: 0 0 0 0;
}

#footer{
	width:100%;
	height:8%;
	background-color:#FFF;
	/*border-style:solid;
	border-width:1px;
	border-color:#000000;*/
	margin:1px 0% 0% 0%;
	text-align: center;
	padding: 2em 0 0 0;
}

.pub_author{
	font-weight: bold;
	font-size: 15px;
	color: #449;
}

.pub_title{
	font-style: italic;
	font-size: 15px;
	color: #449;
}

.pub_abstract{
  font-size:13px;
	color: #666;  
}

.pub_publisher{
	font-size:15px;
	color: #669;
}

td.logo_result{
	width: 40%;
	height: auto;
	margin: 1% 1% 1% 1%;
	padding: 1%;
}

td.text_result{
	width: 100%;
	height: auto;
	margin: 1% 0 0 0;
	padding: 1%;
}