body {
	background:#c3c3c3;
	margin:5px 0
}

body,td,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#2f2f2f;
	font-size:8.5pt;
}

p {
	text-align:left;
	line-height:1.5
}

img {
	border:none
}

ul, ul li {
	margin:0;
	padding:5px 0;
	list-style:none;
}

.titulo-menu {
	color:#000000;
	font-size: 10pt;
	font-weight: bold;
}

.titulo-menu2 {
	color:#fff;
	font-size: 10pt;
	font-weight: bold;
}

h3 {
	color:#768330;
	font-size: 11pt;
}

div.img-izq-texto{
	width:250px; 
	float:left; 
	padding:5px 10px 10px 0
}

div.img-der-texto{
	width:250px; 
	float:right; 
	padding:5px 0 10px 10px
}

a {
	color:#333333;
	text-decoration:none
}

a:hover {
	text-decoration:underline
}

.link {
	color: #FFFFFF; font-size: 7.5pt; font-weight: bold; text-align: center; text-decoration:none
}

.link:hover {
	color: #FFFFFF; font-size: 7.5pt; font-weight: bold; text-align: center; text-decoration:underline
}


/*------------------layers estructura----------------*/

#pagina {
	margin:auto;
	height: auto;
	width: 960px;
}

#layer1 {
	padding:5px 0 0 0
}

#layer2 {
	padding:0 0 5px 0
}

#contenedor {
	margin:0
}

#top {
	background:#768330;
	height:113px;
	margin:0 0 10px 0
}

#columna-a {
	width:200px;
	float: left;
	padding:23px 10px 0 0
}

#columna-b {
	float: right;
	padding:0;
	width: 750px;
}

#columna-c {
	width:170px;
	float: left;
	padding:0 0 0 5px
}

#footer {
	background:#163c83;
	height:40px;
	padding:15px 5px;
	margin:5px 0 0 0
}
/*------------------fin layers estructura----------------*/

/* -----------------------------MODULOS----------------------------- */

div.box-menu {
	width:200px;
	height:auto;
	background:#d6e875 url(../images/box-d-2.gif) top repeat-y;
	margin: 0 0 5px 0;
	color: #FFFFFF;
}
div.box-menu-top {
	background:url(../images/box-d-1.gif) top no-repeat;
	height:auto
}
div.box-menu-bottom {
	background:url(../images/box-d-3.gif) bottom no-repeat;
	height:auto;
	padding: 15px 12px;
	font-size: 8pt;
}

div.box-menu2 {
	width:200px;
	height:auto;
	background:#768330 url(../images/box-a-2.gif) top repeat-y;
	margin: 0 0 5px 0;
	color: #FFFFFF;
}
div.box-menu-top2 {
	background:url(../images/box-a-1.gif) top no-repeat;
	height:auto
}
div.box-menu-bottom2 {
	background:url(../images/box-a-3.gif) bottom no-repeat;
	height:auto;
	padding: 15px 12px;
	font-size: 8pt;
}


div.box-contenido {
	width:750px;
	height:auto;
	background:#fff url(../images/box-b-2.gif) top repeat-y;
	margin: 0 0 5px 0
}

div.box-contenido-top {
	background:url(../images/box-b-1.gif) top no-repeat;
	height:auto
}
div.box-contenido-bottom {
	background:url(../images/box-b-3.gif) bottom no-repeat;
	height:auto;
	padding: 20px 15px;
}

div.imagen-cap {
	float:right;
	margin: 0 0 0 10px;
	border: #CCCCCC 1px solid;
	padding:3px
}
div.imagen-cap1 {
	position: relative;
	width: 700px;
	margin: auto;
}

div.box-contenido2 {
	width:750px;
	height:auto;
	background:#ececec url(../images/box-c-2.gif) top repeat-y;
	margin: 0 0 5px 0
}
div.box-contenido2-top {
	background:url(../images/box-c-1.gif) top no-repeat;
	height:auto
}
div.box-contenido2-bottom {
	background:url(../images/box-c-3.gif) bottom no-repeat;
	height:auto;
	padding: 10px 15px;
}
/* -----------------------------FIN MODULOS----------------------------- */

/*--------------tabs-------------*/

.tabcontent{
	display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


#glowingtabs{
	font-size:90%;
	line-height:1.7;
	display:inline;
	top:2px;
	position: relative;
	float: left;
}


#glowingtabs ul{
	list-style-type: none;
	margin:0;
	margin-left: 15px; /*Left offset of entire tab menu relative to page*/
	padding:0;
}

#glowingtabs li{
display:inline;
margin:0;
padding:0;
}

#glowingtabs a{
	float:left;
	background:url(../images/glowtab-left.gif) no-repeat left top;
	margin:0;
	margin-right: 5px; /*spacing between each tab*/
	padding:0 0 0 13px;
	text-decoration:none;
}

#glowingtabs a span{
	float:left;
	display:block;
	background:url(../images/glowtab.gif) no-repeat right top;
	padding: 4px 13px 2px 3px;
	font-weight:bold;
	color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#glowingtabs a span {
	float:none;
}
/* End IE5-Mac hack */

#glowingtabs a:hover span {
color: black;
}

#glowingtabs #current a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs #current a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: black;
}

#glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs a:hover span{ /*onMouseover style*/
	background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}

/*------------fin tabs------------*/

