@charset "iso-8859-2";
body {
	background-color: #F0F0F2;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #2C2C2C;
	font-size: 13px;
	line-height: 19px;
}

.bold1 {
	font-weight: bold;
	color: #005CA2;
}

a {
	outline:none;
}

.textos {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 25px;
    font-style: italic;
    font-weight: bolder;
    line-height: 28px;
}

.canvas {
	width:1000px;
	margin:auto;
	background-image: url(../images/index_r5_c1.jpg);
}

.canvascontacto .content {
	width:936px;
	margin:auto;
	padding:4px;
}

.submenu {
	position:absolute;
	margin-top:44px;
	margin-left:7px;
	display:none;
	width:249px;
	height:340px;
	background-image: url(../images/submenu.gif);
}

.submenu table {
	margin-top:10px;
	margin-left:2px;
}

div.h1 {
	padding:4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDEDE;
	margin-bottom: 6px;
}

.fields {
	padding:4px;
}

.grid {
	background-color:#DEDEDE;
}

.grid tr td {
	background-color:#FFFFFF;
}

/* HEADER */

.header_links {
	width:906px;
	margin:auto;
	color:#000000;
	text-align:right;
}

.header_links a {
	font-size:11px;
	color:#666666;
	text-decoration:none;
}

.header_links a:hover {
	color:#333333;
}

ul.sdt_menu{
	margin:0;
	padding:0;
	list-style: none;
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:10px;
	width: 700px;    /*antes decia 1000*/
}
ul.sdt_menu a{
	text-decoration:none;
	outline:none;
}
ul.sdt_menu li{
	float:left;
	/*width:170px;*/
        width:100px;
	/*height:85px;*/
        height:30px;
	position:relative;
	cursor:pointer;
}
ul.sdt_menu li > a{
	position:absolute;
	top:0px;
	left:0px;
	/*width:170px;*/
        width:100px;
	/*height:85px;*/
        height:30px;
	z-index:12;
	background:transparent url(../images/overlay.png) no-repeat bottom right;
        /*background-color: #F000;*/
	-moz-box-shadow:0px 0px 2px #000 inset;
	-webkit-box-shadow:0px 0px 2px #000 inset;
	box-shadow:0px 0px 2px #000 inset;
}
ul.sdt_menu li a img{
	border:none;
	position:absolute;
	width:0px;
	height:0px;
	bottom:0px;
	/*left:85px;*/
        left:40px;
	/*z-index:100;*/
        z-index:25;
	-moz-box-shadow:0px 0px 4px #000;
	-webkit-box-shadow:0px 0px 4px #000;
	box-shadow:0px 0px 4px #000;
}
ul.sdt_menu li span.sdt_wrap{
	position:absolute;
	top:5px;
	left:0px;
	/*width:170px;*/
        width:100px;
	/*height:60px;*/
        height:30px;
	z-index:15;
}
ul.sdt_menu li span.sdt_active{
	position:absolute;
	background:#111;
	/*top:85px;*/
        top:5px;
	/*width:170px;*/
        width:100px;
	height:0px;
	left:0px;
	z-index:14;
	-moz-box-shadow:0px 0px 4px #000 inset;
	-webkit-box-shadow:0px 0px 4px #000 inset;
	box-shadow:0px 0px 4px #000 inset;
}
ul.sdt_menu li span span.sdt_link,
ul.sdt_menu li span span.sdt_descr,
ul.sdt_menu li div.sdt_box a{
	margin-left:15px;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #aaaaaa;    /*ojo con la vision de las letras al hacer zoom negativo!!*/
}
ul.sdt_menu li span span.sdt_link{
	color:#7f7f7f;
        /*color:#fff;*/
/*	font-size:24px;*/
        font-size:10px;
	float:left;
	clear:both;
}
ul.sdt_menu li span span.sdt_descr{
	color:#0B75AF;
	float:left;
	clear:both;
	/*width:155px; For dumbass IE7*/
        width:100px;
	font-size:8px;
	letter-spacing:1px;
}
ul.sdt_menu li div.sdt_box{
	display:block;
	position:absolute;
	/*width:170px;*/
        width:100px;
	overflow:hidden;
	/*height:170px;*/
        height:85px;
	/*top:85px;*/
        top:30px;
	left:0px;
	display:none;
	background:#000;
}
ul.sdt_menu li div.sdt_box a{
	float:left;
	clear:both;
	line-height:10px;
	color:#0B75AF;
}
ul.sdt_menu li div.sdt_box a:first-child{
	margin-top:15px;
}
ul.sdt_menu li div.sdt_box a:hover{
	color:#fff;
}