@charset "utf-8";
/* CSS Document */


body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.oneColFixCtrHdr #header {
	background: #FFFFFF; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: left;
		
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:18px;
	color:#333;
	margin-left:0px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
table { border-bottom: 0px dotted red; border-left: 0px dotted red}

td { padding: 3px 5px 5px 3px; border-top: 0px dotted red; border-right: 0px dotted red; text-align:center; }

ul { margin-top: 10px; margin-bottom: 0px; margin-left: 0; padding-left: 1em }

li { margin-bottom: 10px}

#tablaheader { border-bottom: 0px dotted red; border-left: 0px dotted red; height:90px}

th { padding: 0px 0px 10px 0px; border-top: 0px dotted red; border-right: 0px dotted red; text-align:center; }

#tema1 {
	text-align:center;
	background-image: url(/oig/img/fisica/Franja_fisica.gif);
	line-height: 24px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
#tema2 {
	background-image: url(/oig/img/desiciones/Franja_decisiones.gif);
	background-color: #00376d;
	text-align: center;
	line-height: 24px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	
}
#tema3 {
	background-image: url(/oig/img/econ/Franja_economica.gif);
	background-repeat: repeat-x;
	height: 24px;
	background-color: #532849;
	text-align: center;
	line-height: 24px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	}
#menu {
	text-align:right;
	
}
#logoojo {
	float:right;
	text-align:right;
	width:200px;
	margin-top:-100px;
	margin-right:0px;
	
}

#indicador1 {
	width:350px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	
}
#indicador2 {
	width:350px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	
}

#indicador3 {
	width:350px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;

}
#indicador4 {
	width:350px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	
}
#indicador5 {
	width:350px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	
}
#indicador6 {
	width:350px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	
}

#indicador7 {
	width:350px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;

}
#indicador8 {
	width:350px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#indicador8_fc31 {
	width:624px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#indicador9 {
	width:350px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	
}
#indicador10 {
	width:624px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
}

#indicador11 {
	width:350px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;

}
#indicador12 {
	width:350px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	
}
#indicador13 {
	width:350px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	
}
.small_box
{
	margin:5px 0 0 0;
}

.small_box .top
{
	background:url(/oig/img/box_header.png);
	background-repeat:no-repeat;
	height:50px;
	line-height:25px;
}

.small_box .top h4
{
	color:#91141B;
	font-size:90%;
	font-weight:bold;
	text-align:center;
	line-height:17px;
	
}
.small_box .top h3
{
	color:#00376D;
	font-size:90%;
	font-weight:bold;
	text-align:center;
	line-height:17px;
	
}
.small_box .top h2
{
	color:#532849;
	font-size:90%;
	font-weight:bold;
	text-align:center;
	line-height:17px;
	
}
.small_box .middle
{
	background:#fff;
	border:solid #a8b2bb;
	border-width:0 1px;
	/*padding:1px 10px;*/
}

.small .middle
{
	padding:5px;
}

.small_box.menu .middle
{
	padding:0;
}

.small_box .bottom
{
	clear:both;
	background:url(/oig/img/box_bottom.png) bottom no-repeat;
	height:14px;
}
.clsSplitter
{
	clear:both;
}

.big_box
{
	margin:5px 0 0 0;
}

.big_box .top
{
	background:url(/oig/img/box_header_grande.png);
	background-repeat:no-repeat;
	height:50px;
	line-height:25px;
}

.big_box .top h4
{
	color:#532849;
	font-size:90%;
	font-weight:bold;
	text-align:center;
	line-height:17px;
	
}

.big_box .middle
{
	background:#fff;
	border:solid #a8b2bb;
	border-width:0 1px;
	/*padding:1px 10px;*/
}

.big .middle
{
	padding:5px;
}

.big_box.menu .middle
{
	padding:0;
}

.big_box .bottom
{
	clear:both;
	background:url(/oig/img/box_bottom_grande.png) bottom no-repeat;
	height:14px;
}
.clsSplitter
{
	clear:both;
}

.big_box2
{
	margin:5px 0 0 0;
}

.big_box2 .top
{
	background:url(/oig/img/box_header_grande2.png);
	background-repeat:no-repeat;
	height:50px;
	line-height:25px;
}

.big_box2 .top h4
{
	color:#532849;
	font-size:90%;
	font-weight:bold;
	text-align:center;
	line-height:17px;
	
}

.big_box2 .middle
{
	background:#fff;
	border:solid #a8b2bb;
	border-width:0 1px;
	/*padding:1px 10px;*/
}

.big2 .middle
{
	padding:5px;
}

.big_box2.menu .middle
{
	padding:0;
}

.big_box2 .bottom
{
	clear:both;
	background:url(/oig/img/box_bottom_grande2.png) bottom no-repeat;
	height:14px;
}
.clsSplitter
{
	clear:both;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a {
	font-size: 14px;
	font-weight: bold;
	color: #8C5A1E;
	text-decoration:none;
}
a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}



