 /* CSS Document */
 @import url(reset.css); 

body {
	color: #666;
	text-align: justify;
	margin-top: 0px;
	font: normal 18px/150% Arial, Helvetica, sans-serif;
}

p {font: normal 14px Arial, Helvetica, sans-serif;
	padding: 5px 0;}

#header {
	border:1px solid #999;
	border-bottom:0px solid #999;
	width: 1024px;
	height: 180px; /* height: 9.42em; */
	margin: 0 auto;
	display:table;
}

#header .logo {padding: 0 0 0 20px;}

#header h1 {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: white;
	font-variant: small-caps;
	font-style: normal;
	text-shadow: 0.1em 0em 0.2em black;
	letter-spacing: 1px;
	padding-left: 20px;
	margin: 0;
}
#header h3 {
	font: normal 10px Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	top: 5px;
	left:850px;
	text-shadow:none;
	padding: 5px 0px;
	text-align: center;
	background: white;
	filter: alpha(opacity=60);
	opacity: .60;
	width: 150px;
	position: relative;
}

#header h5 {
	font-family: normal 14px Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	right: 10px;
	bottom:10px;
	text-shadow:none;
	padding: 10px 10px 0px 0px;
	text-align: right;
}

#header a {
	text-decoration:none;
	color:Black;
	text-shadow: 0.2em 0em 0.2em white;
}

#header a:hover {
	color:	white;
	text-shadow: 0.2em 0em 0.2em black;
}

#cuerpo {
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:0px solid #999;
	border-top:0px solid #999;
	/*width: 85.4em; */
	width: 1024px;
	height: auto; 
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
	background-color:#FFF;
	display:table;
	}

#cuerpo h1 { 
	font:normal 2em Arial, Helvetica, sans-serif;
	color: #900;
	top:2px;
	margin: 2px;
	padding: 5px;
	border: thin none #FF0000;
	width: 95%;
	text-align: left;
	height: auto;
/*	position: relative; */
	left: 2px;
	bottom: 2px;
	right: 2px;
}

#cuerpo h4 {
	color: #060;
	background-color: #FC3;
	margin: 5px 0;
	padding: 3px 0;
	font: small-caps bold 14px Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 1px;
}

#cuerpo .col1 {
	height: auto;
	width: 190px;
	float:left;
	margin: 5px 2px 0px 5px;
}

.col2 {
	height: auto;
	width: 553px;
	margin: 5px 1px 5px 1px;
	float:left;
}

.col2 p {
	font-size: 12px; 
	padding: 2px 10px 2px 10px;
	line-height: 150%; 
}

.col2 img{
	float:left;
	padding: 0px 10px 6px 0px;
}

.col3 {
	background-color: #FFFFFF;
	height: auto;
	width: 250px;
	border: 1px solid #003300;
	float:left;
	margin: 5px 1px 5px 1px;
}

#cuerpo .col4 {
	height: auto;
	width: 750px;
	float:left; 
	line-height: 150%;
	text-align: justify;
	padding: 0px 30px 30px 30px;
}

#cuerpo .col4 h1{
	font-size: 20px;
	color: #990000;
	padding: 30px 2em 0px 0px;
	margin: 0;
	font-variant: small-caps;
	font-weight: bold;	
}

#cuerpo .col4 h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	padding: 1em 2em 0 0;
	margin: 0;
	font-variant: small-caps;
	font-weight: bold;
/*	border: solid 1px red;  */
}

#cuerpo .col4 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	padding: 10px 2em 1em 0px;
	margin: 0;
	font-variant: small-caps;
	font-weight: bold;
}

#cuerpo .col4 p{
	font: normal 12px/160% Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	color: #333333;
	margin: 0;
/*	border:solid 1px red; */
}

caption {
	font: bold small-caps 12px/150% Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	padding: 10px 2em 1em 0px;
	margin: 0;
	text-align:center;
}

#cuerpo .col2 p{
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	color: #333;
}

#cuerpo .col3 p{
	font-size: 10px;
	font-: normal 10px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0em;
	color: #333;
}

#cuerpo .col4 ul{
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	color: #333;
	padding: 10px 0 0 30px;
	list-style-type:square;
}

#cuerpo .col4 li{
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	color: #333;
	padding: 5px 0 0 0;
	list-style-type:square;
}

#cuerpo .col4 img{
	padding: 3px;
	margin:0px 0px 17px 17px;
	float:right;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	border-right:solid 2px #333;
	border-bottom:solid 2px #333;

}

#cuerpo .col4 .imgleft{
	margin:0px 17px 17px 0px;
	float:left;
}

#cuerpo .col4 .imgcenter{
	margin:10px 50px;
	border:dotted 1px #660099;
	clear:both;
	float:none;
	text-align: center;
}

#cuerpo .col4 table {
	font: normal 10px/150% Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	color: #333;
	border:dotted 1px red;
	margin-left:auto;
	margin-right:auto;
	padding: 2px;
}

#cuerpo .col4 td {
	text-align: left;
	font-size: 8px;
	padding: 2px 5px;
	/*border:dotted 1px green; */
	border:	dotted thin #900;
}

.biblio{
	text-align: left;
	font-size: 9px;
	border: 1px solid #FFFFCC;
	padding: 2px;
}
.left {
	text-align: right;
}

#cuerpo .col4 th {
	font-weight: bold;
	color: #990000;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #900; 
	border:	dotted thin #900;
	text-align: center;
}

#cuerpo .col4 .lateral{
	text-align: left;
	font-weight: bold;
	padding-left: 10px;	
}

#cuerpo .col4 .nota{
	font-weight: normal;
	font-size:x-small;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #666;
	text-align: left;	
	padding-left: 10px;
}

#cuerpo .col4 .margen{
	border-bottom: dotted thin #900;
	border-left: dotted thin #900;
}

#cuerpo .col4 a{
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	font-variant: normal;
}

#cuerpo .col4 .pie{
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 9px;
	text-align:center;
}

.recuadro {
	font: normal 10px/150% Verdana, Arial, Helvetica, sans-serif;
	width: 46%;
	border: 2px solid #993300;
	margin: 5px;
	padding: 3px;
	background-color: #FFEEBA;
	float:left;
}

.recuadro h3{
	background-color:#993300;
	font-size:12px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	padding: 3px 1px 3px 1px;
}

.recuadro img{
	float:right;
	padding:2px;
}


.recuadro1 {
	font: normal 10px/150% Verdana, Arial, Helvetica, sans-serif;
	/*width: 93%; */
	border: 2px solid #FD9A00;
	margin: 5px;
	padding: 3px;
	background-color: #FFEEBA;
}

.recuadro1 h3{
	font-size:12px;
	color: #A1000C;
	text-align: center;
	text-transform: uppercase;
	padding: 3px 1px 3px 1px;
	font-weight: bold;
}

.recuadro1 img{
	float:right;
	padding:2px;
}

.editorial {
	width: 46%;
/*	background-color: #FFFFFF; */
	border: 1px solid #333;
	float: left;
	margin: 5px 5px 5px 5px; 
	margin: 0.3em 0.3em 0.3em 0.3em;
}

 .editorial h1{
	font-variant: small-caps;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

.public {
	margin: 10px;
	width:90%;
	/*background-color: #FFFFFF; */
	border: 1px solid #333;
	float: left;	
}

.col4 .public h1{
	color: green;
	font-size: 12px;
	font-variant: small-caps;
	
/*	background-image: url(../imagen/new/fondoeditoral1.jpg); */
	padding: 3px;
}

.public img{
	margin-left: 10px;
	}

.revista {
	float:left;
	text-align: center;
	padding: 10px 60px;
	/*	display:block; */
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	width: 110px;
/*	border:dotted 1px #666666; */
}
.revistafin { clear: both; }

.notmini {
	font-size: 10px;
	text-align: justify;
	width: 94%;
	padding: 5px;
	line-height: 120%;
	color: #333;
}

.notmini img {
	float: left;
	margin: 3px;
}

.titnotmini {
	font-weight: bold;
	color: #060;	
}

.titlateral{
	font-weight: bold;
	color: #990000;
	padding-left: 3px;	
}

#footer {
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	position: relative;
	width:1024px;
	/*width: 85.4em; */
	top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #006A10;
	/*float:none; */
}
#footer p {
top:0px;
padding: 3px 3px 3px 3px;
letter-spacing: 1px;
margin-top:0px;
margin-bottom:0px;
font-size:10px;
color:#FFFFFF;
text-align:center;

}
#footer a {
	text-decoration:none;
	color:white;
	font-weight: normal;
}
#footer a:hover {
color:	#FF0;
}

h3 {color: white}
h3.a {color: white; text-shadow: black 0.1em 0.1em 0.2em}

#cuerpo .col4 .bloque {
/*	border: 1px solid #009900;	width: 500px; */
	display: block;
	float:none;
	min-height: 110px;	
}

.spacer {clear: left;}

.col4 #finca table {
	width: 100%;
	font: normal 12px/150% Verdana, Arial, Helvetica, sans-serif;
	
	color: #333333;
	border:dotted 1px red;
	margin-left:auto;
	margin-right:auto;
	padding: 2px;
}

.col4 #finca td {
	text-align: left;
	font-size:12px;
	border:dotted 1px green;
}

.col4 #finca th {
	text-align: center;
	font-size:12px;
	font-weight: bold;	/*border:dotted 1px green; */
}

.col4 #finca td img {
	padding: 3px;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	border-right:solid 2px #333;
	border-bottom:solid 2px #333;
	clear: both;
	margin: 0 0 5px 5px;
}

.finfloat{clear:both;}

.directorio {
	font-size: 8px;
	color: #333;
	text-align:justify;
	border: solid 1px #666;
}

.pie {
	font: normal 9px/110% Verdana, Geneva, sans-serif;
	}

.notlateral {
	float:left;
	width:250px;
}
