﻿body {
	margin:0;
	/*background: url('../../Images/body.png') repeat scroll left top;*/
	background:#fff url('../../Images/bkg_body.png') repeat-x scroll left top;		
}

.link{
	font-family: Arial narrow, Arial, Verdana, HelvCondensed, helvetica, Lucida Sans, Lucida Sans Unicode;
	font-size:10pt;
	text-decoration:none;
	cursor:hand;
}
.link:hover{
	font-family: Arial narrow, Arial, Verdana, HelvCondensed, helvetica, Lucida Sans, Lucida Sans Unicode;
	font-size:10pt;
}
.center{
	text-align:center;
}

.light_grey{
	color:#666;
}
	.light_grey:hover{
		color:#333;
	}
.dark_red{
	color:#6f1f22;
}
.black{
	color:#000;
}
.menu{
	color: #333;
	text-align:center;
	text-decoration:none;
}
.menu:hover{
	color: #000;
	text-align:center;
	background: url('../../Images/button_bar.png') no-repeat scroll center top;
	text-decoration:none;
}
.menu_selected{
	color: #fff;
	font-weight:bold;
	text-align:center;
	background: url('../../Images/button_bar.png') no-repeat scroll center top;
	text-decoration:none;
}

.arrow:hover{
	background: url('../../Images/link_bar_selected.png') no-repeat scroll center bottom;
	text-decoration:none;
}
.link_bar_selected{
	background: url('../../Images/link_bar_selected.png') no-repeat scroll center bottom;
	text-decoration:none;
}

.mas{
	background: url('../../Images/mas.png') no-repeat scroll right center;
	cursor:hand;		
}
.mas:hover{
	background: url('../../Images/mas_gray.png') no-repeat scroll right center;
	cursor:hand;		
}

.close{
	width:16px;
	height:16px;
	background: url('../../Images/close.png') no-repeat scroll center top;
}

.close:hover{
	width:16px;
	height:16px;
	background: url('../../Images/close_active.png') no-repeat scroll center top;	
}

#divLogo{
	width:760px;
	margin:30px auto auto auto;
	height:60px;
	background: url('../../Images/logo.png') no-repeat scroll center center;	
}


#divMenu{
	width:747px;
	height:25px;
	/*display: block;*/
	background: url('../../Images/menu_bar.png') no-repeat scroll center top;
	margin:auto;
	cursor:pointer;
}

#divSubmenu{
	width:747px;
	height:25px;
	display: block;	
	margin:auto;
	cursor:pointer;	
}

#divContainer{
	display:block;
	background:url('../../Images/bkg.png') no-repeat scroll left top;
	margin:10px auto auto auto;
	width:760px;	
	height:450px;
}

	#divContenedor{	
		width:746px;
		border:none;		
		/*float:right;*/
		height:379px;
		display:block;
		margin:auto;
		/*background: url('../../Images/bkg_quienessomos.png') no-repeat scroll left top;*/
	}
		#divContenedorBkg{
			border:none;	
			width:746px;
			/*float:right;*/
			height:379px;
			display:block;
			margin:auto;
			/*background: url('../../Images/bkg_quienessomos.png') no-repeat scroll left top;*/
		}
		#divContenido{
			width:700px;
			margin:auto auto auto auto;			
			/*background:#fff;*/
		}

#divPie{
	width:746px;	
	margin:0px auto auto auto;
}

.titulo{
	font-size: 10pt;
	font-family: Arial narrow, Arial, Verdana, HelvCondensed, helvetica, Lucida Sans, Lucida Sans Unicode;
	text-transform:capitalize;
	font-weight:bold;
}	
.label{
	font-size: 10pt;
	font-family: Arial narrow, Arial, Verdana, HelvCondensed, helvetica, Lucida Sans, Lucida Sans Unicode;
	text-align:justify;
}

.text{
	color: #000;
	font-size: 10pt;
	font-family: Arial narrow, Arial, Verdana, HelvCondensed, helvetica, Lucida Sans, Lucida Sans Unicode;
	border:solid 1px #666;
    text-align: left;
    vertical-align:top;
}
.button{
	color:#333333;
	font-size:10pt;
	/*border:solid 1px #DFE4F2;*/
	vertical-align:top;		
	font-family: Arial narrow, Arial, Verdana, HelvCondensed, helvetica, Lucida Sans, Lucida Sans Unicode;		
}
.combo{
	color:#333333;
	font-size:10pt;
	/*border:solid 1px #DFE4F2;*/
	vertical-align:top;		
	font-family: Arial narrow, Arial, Verdana, HelvCondensed, helvetica, Lucida Sans, Lucida Sans Unicode;		
}
.tab .ajax__tab_header { /*Cabecera de las pestañas*/
    /*color: #aa976b;*/
    color: #000;
    font-size: 10pt;
    font-weight: bold;
    background-color: White;
    cursor:hand;
    border-bottom:solid 1px #6f1f22;
    /*margin-left: 10px;*/
}
.tab .ajax__tab_outer {
    /*background-color: White;*/
}

.tab .ajax__tab_inner
{
    padding: 6px;
    margin-right: 1px;
    margin-left: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    background-color: #f8f6ea;
}
.tab .ajax__tab_hover .ajax__tab_outer
{
    background-color: Orange;
}
.tab .ajax__tab_hover .ajax__tab_inner
{
    background-color: #FFFFE1;
}
.tab .ajax__tab_active .ajax__tab_outer
{
    background-color: White;
}
.tab .ajax__tab_active .ajax__tab_inner
{
    background-color: #fefdf7;
}