@charset "utf-8";
/* CSS Document */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

a {
	font-size: 10pt;
	color: #E31836;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #900;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: underline;
	color: #333;
}
h1, h2, h3 {
	margin: 0.5em 0 1em 0;
	padding: .3em 0;
	font-weight: normal;
}
h1 , h1 a{
	font-size: 2em;
	color: #E31836;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-family: DTLNobel;
}
h1.subtitle  {
	font-size: 1.5em;
	color: #E31836;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-family: DTLNobel;
}
h2 , h2 a{
	font-size: 1.5em;
}
h3 , h3 a{
	font-size: 1.2em;
}
h4 , h4 a{
	font-size: 1em;
	font-weight: bold;
}
ul  {
	margin: 15px 0 15px 30px;
}
ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 3px 0;
}

select {
	width: 210px;
}
textarea , input[type=text]{
	width: 200px;
	font-family: Arial;
	font-size: 10pt;
}



.red {
	color: #E31836;
}
.infobox {
	border: solid 1px #ccc;
	padding: 1em;
	margin: 1em 0;
}
.infobox_advise {
	background-color: #FEFFE6;
	color: #333;
	background-image: url(../images/advise_icon.png);
	background-repeat: no-repeat;
	background-position: 10px 20px;
	padding-left: 40px;

}
.infobox_critical {
	background-color: #FFD5D5;
	color: #C00;
	font-weight: bold;
	background-image: url(../images/error_icon.png);
	background-repeat: no-repeat;
	background-position: 10px 15px;
	padding-left: 40px;

}
.infobox_successful {
	background-color: #FFC;
	color: #333;
	background-image: url(../images/checked_icon.gif);
	background-repeat: no-repeat;
	background-position: 10px 20px;
	padding-left: 40px;
}

.borderBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
input[type=submit].red ,input[type=reset] .red,input[type=button] .red{
	border: solid 1px #333;
	background-color: #E31836;
	color: #FFF;
	font-weight: bold;
	padding: 2px 5px;
}
.bigButton   {
	color: #FFF;
	font-weight: bold;
	background-image: url(../images/button_big.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 93px;
	height: 43px;
	border: 0;
	background-color: transparent;
	text-align: center;
}
.largeButton   {
	color: #FFF;
	font-weight: bold;
	background-image: url(../images/button_large.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 155px;
	height: 43px;
	border: 0;
	background-color: transparent;
	text-align: center;
}
a.largeButton   {
	color: #FFF;
	font-weight: bold;
	background-image: url(../images/button_large.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 155px;
	height: 43px;
	border: 0;
	background-color: transparent;
	text-align: center;
	display: block;
	padding-top: 7px;
	text-decoration: none;
}
a:link.bigButton   , a:visited.bigButton{
	color: #FFF;
	font-weight: bold;
	background-image: url(../images/button_big.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 94px;
	height: 36px;
	border: 0;
	background-color: transparent;
	text-align: center;
	display: block;
	padding-top: 7px;
	text-decoration: none;
}
.lightButton   {
	color: #000;
	font-weight: bold;
	background-image: url(../images/button_light.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 86px;
	height: 29px;
	border: 0;
	background-color: transparent;
	text-align: center;
}
a:link.lightButton   ,a:visited.lightButton{
	color: #000;
	font-weight: bold;
	background-image: url(../images/button_light.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 86px;
	height: 29px;
	border: 0;
	background-color: transparent;
	text-align: center;
	display: block;
	text-decoration: none;
}
a:link.smallButton   , a:visited.smallButton{
	color: #FFF;
	font-weight: bold;
	background-image: url(../images/button_small.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 81px;
	height: 29px;
	border: 0;
	display: block;
	text-decoration: none;
	padding-top: 2px;
	background-color: transparent;
	text-align: center;
}

.imagen_a_la_derecha {
	float: right;
	margin-left: 10px;
}
.imagen_a_la_izquierda {
	float: left;
	margin-right: 10px;
}
.flotante_a_la_derecha {
	float: right;
}
.flotante_a_la_izquierda {
	float: left;
}



.header {
	clear: both;
	position: relative;
	height: 148px;
	max-height: 148px;
}

a.header_adminb:link , a.header_adminb:visited{
	background-image: url(../images/admin_button_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 135px;
	height: 26px;
	position: relative;
	float: right;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	font-size: 8pt;
	font-weight: bold;
	padding-top: 5px;
	right: -20px;
	text-decoration: none;
}
.adminloginbox {
	width: 100%;
	background-color: #E31836;
	display: none;
}
.adminloginbox_inner {
	color: #FFF;
	margin-bottom: 50px;
	margin-top: 50px;
}

.header_logo {
	float: left;
	position: relative;
	padding-top: 30px;

}
.header_search {
	float: right;
	clear: right;
	position: relative;
	margin: 10px 0;
}

.header_search_btn {
	position: absolute;
	float: right;
	right: 7px;
	top: 4px;
	background-color: transparent;
	border: 0;
}
.header_search_field {
	background-image: url(../images/header_gsearch_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 13px;
	width: 116px;
	border: 0;
	background-color: transparent;
	font-size: 8pt
!important;
	padding: 5px 25px 5px 10px;
	display: block;
	max-width: 116px;
}
.header_menu {
	float: right;
	width: 558px;
	position: relative;
}
.header_menu ul{
	margin: 0;
	padding: 0;

}
.header_menu ul li{
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;

}
.header_menu ul li a:link, .header_menu ul li a:visited{
	display: block;
	text-transform: uppercase;
	vertical-align: middle;
	text-align: left;
	color: white;
	font-weight: bold;
	background-position: left bottom;
	text-decoration: none;
	font-family: "DTLNobelT Light";


}
.header_menu ul li a:hover    {
	background-position: left top;


}
.header_menu ul li a.active    {
	background-position: left top;


}
.b1 {
	background-image: url(../images/menu_butt_1.jpg);
	background-repeat: no-repeat;
	width: 66px;
	padding: 20px 0 0 25px;
	height: 36px;
}
.b2 {
	background-image: url(../images/menu_butt_2.jpg);
	background-repeat: no-repeat;
	width: 93px;
	padding: 20px 0 0 19px;
	height: 36px;
}
.b3 {
	background-image: url(../images/menu_butt_3.jpg);
	background-repeat: no-repeat;
	width: 99px;
	padding: 12px 0 0 20px;
	height: 44px;
}
.b4 {
	background-image: url(../images/menu_butt_4.jpg);
	background-repeat: no-repeat;
	width: 98px;
	padding: 12px 0 0 20px;
	height: 44px;
}
.b5 {
	background-image: url(../images/menu_butt_5.jpg);
	background-repeat: no-repeat;
	width: 99px;
	padding: 20px 0 0 19px;
	height: 36px;
}
.header_SGC {
	float: right;
	position: relative;
	clear: right;
	width: 57px;
	height: 56px;
}
a:link.header_SGC , a:visited.header_SGC{
	width: 57px;
	height: 56px;
	background-image: url(../images/menu_butt_6.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
}
a:hover.header_SGC  {
	background-position: left bottom;
}
.pbox {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 900;
	display: block;
}
.pbox_overlayedbg {
	background-color: #000;
}
.pbox_box_image {
	width: 214px;
	height: auto;
	overflow: hidden;
}
.pbox_x   , .blackbox-box .pbox_x{
	float: right;
	position: absolute;
	top: -15px;
	right: -15px;
	text-indent: -9999px;
	width: 36px;
	height: 36px;
	background-image: url(../images/pbox_x_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	clear: both;
}

.pbox_box {
	background-color: white;
	height: auto;
	margin: 20px auto;
	width: 488px;
	z-index: 901;
	padding-top: 30px;
	position: relative;
	padding-bottom: 30px;
}




.banner {
	background-image: url(../images/mslide_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 301px;
	overflow: visible;
	width: 100%;
	position: relative;
	left: 0px;
	clear: both;
	font-family: Arial;
}
.banner_bg2 {
	background-image: url(../images/redbar_background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 301px;
	overflow: visible;
	width: 100%;
}
.banner_flash {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}
.banner_slide {
	position: relative;
	z-index: 10;
}
.banner_slide_inner {
	height: 270px;
	border: none;
	padding-top: 15px;
}
.banner_slide_inner_marco {
	border: 2px solid #333;
	width: auto;
	height: 270px;
	position: relative;
	overflow: hidden;
}
.banner_slide_inner_marco_slidingbox {
	width: 952px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 270px;
}
.banner_sims_box {
	width: 238px;
	height: 270px;
	float: left;
	position: relative;
	overflow: hidden;
}
.banner_sims_box_desc {
	background-image: url(../images/galleryB_item_desc_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 75px;
	position: absolute;
	bottom: -95px;
	width: 218px;
	color: #FFF;
	padding: 10px;
	font-size: 9pt;
	opacity: .9;










    /* For IE 5-7 */  
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);      
	/* For IE 8 */  
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.banner_sims_box_image {
	width: 449px;
	height: auto;
	overflow: hidden;
}
.bannerShadow {
	background-image: url(../images/body_tborder_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 38px;
}
.boddy {
}
.boddy *{
	line-height: 150%;
}
.boddy_inner {
	line-height: 150%;
}
.sboddy {
	background-image: url(../images/body_secondary_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	overflow: visible;
	width: 100%;
	position: relative;
	left: 0px;
	clear: both;
	min-height: 486px;
}
.sboddy *{
	line-height: 150%;

}
.sboddy_inner {
	background-image: url(../images/body_secondary_bg_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: visible;
	width: 100%;
	min-height: 486px;
}
.sboddy_inner_contents {
	line-height: 150%;
	padding-top: 70px;

}
.gtabs {
	background-image: url(../images/tab_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 38px;
	width: 100%;
	clear: both;
}
a:link.gtabs_btn ,a:visited.gtabs_btn{
	position: relative;
	display: block;
	background-image: url(../images/gtabs_btn_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 28px;
	width: 125px;
	text-decoration: none;
	background-color: transparent;
	text-align: center;
	padding-top: 10px;
	float: left;
	color: #000;
}
a:hover.gtabs_btn {
	background-position: left top;
	color: #E31836;
}
a:link.gtabs_btn_active , a:visited.gtabs_btn_active{
	background-position: left top;
	color: #E31836;
}
.gallery {
	clear: both;
	padding-bottom: 30px;
	padding-top: 30px;

}
.gallery_item {
	height: 280px;
	font-size: 10pt;
	padding: 4pt 12pt;
	border: solid 1px transparent;
}
.gallery_item:hover {
	border: solid 1px
#;
	border: 1px solid #CCC;
}
.gallery_item_image {
	width: 136px;
	height: 150px;
	overflow: hidden;
	margin: 8pt 0;
}

.gallery_paginationbar {
	margin-bottom: 20px;
	clear: both;
	margin-top: 20px;
	background-image: url(../images/pagination_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 40px;
}
.gallery_paginationbar_left {
	background-image: url(../images/pagination_left_btn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 44px;
	display: block;
	text-indent: -9999px;
	float: left;
}
a:link.gallery_paginationbar_pagenumber , a:visited.gallery_paginationbar_pagenumber{
	display: block;
	float: left;
	margin-top: 9px;
	width: 20px;
	text-align: center;
	text-decoration: none;
}
a:hover.gallery_paginationbar_pagenumber {
	color: #FFF;
	background-color: #E31836;
	font-weight: bold;

}
.gallery_paginationbar_pagenumber_active  {
	color: #FFF
!important;
	background-color: #E31836
!important;
	font-weight: bold;
}

.gallery_paginationbar_right {
	background-image: url(../images/pagination_right_btn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 44px;
	display: block;
	text-indent: -9999px;
	float: right;
}
.galleryB {
	clear: both;
	padding-bottom: 30px;
	padding-top: 30px;

}
.galleryB_item {
	height: 320px;
}
.galleryB_item h4{
	margin: 5px 0;

}
.galleryB_searchbar {
	background-image: url(../images/galleryB_sbar_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 55px;
	margin-top: 15px;
}
.galleryB_searchbar_inner {
	padding: 15px;
	color: #FFF;

}
.galleryB_searchbar_inner select{
	width: 120px;


}
.galleryB_item_module {
	position: relative;
	height: 260px;
	width: 292px;
	overflow: hidden;
}
.galleryB_item_module_stratum {
	position: absolute;
	top: 5px;
	background-image: url(../images/galleryB_stratum_button.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 42px;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	font-weight: bold;
	font-size: 12pt;
	padding-top: 12px;
	left: 55px;
}
.galleryB_item_module_stratumlegend {
	position: absolute;
	top: 20px;
	color: #E31836;
	font-weight: bold;
	left: 10px;
}

.galleryB_item_module_desc {
	background-image: url(../images/galleryB_item_desc_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 75px;
	position: absolute;
	bottom: -95px;
	width: 272px;
	color: #FFF;
	padding: 10px;
	font-size: 9pt;
	opacity: .9;










    /* For IE 5-7 */  
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);      
	/* For IE 8 */  
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.galleryB_item_module_desc a, .banner_sims_box_desc a{
	color: #FFF;
	font-weight: bold;
}
.galleryB_details_module {
	position: relative;
	width: 449px;
	overflow: hidden;
}
.galleryB_details_module_image {
	width: 449px;
	height: auto;
	overflow: hidden;
}

.galleryB_details_module_stratum {
	position: absolute;
	right: 5px;
	top: 5px;
	background-image: url(../images/galleryB_stratum_button.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 42px;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	font-weight: bold;
	font-size: 12pt;
	padding-top: 12px;
}
.searchr {
	clear: both;
}

.searchr_item {
	width: 278px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding: 10pt;
	float: left;
}
.searchr_item:hover {
	background-color: #EFEFEF;

}
.searchr_item_logo {
	width: 110px;
	overflow: hidden;
	margin-right: 10pt;
	float: left;
	max-height: 110px;
	max-width: 110px;
}
.searchr_item_desc {
	float: left;
}












a:link.cliente , a:visited.cliente{
	background-image: url(../images/home_clients_button_bg.jpg);
	height: 128px;
	width: 315px;
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
}
a:hover.cliente  {
	background-position: left -128px;

}

.footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 100%;

}
.footer_inner {
	color: #666;
	line-height: 150%;
	font-size: 9pt;
	border-top: solid 1px #ccc;
	padding-top: 5px;
	margin-bottom: 30px;
	margin-top: 50px;
}
.footer_inner a{
	color: inherit;
	text-decoration: none;
}

.footer_inner_copyrights {
	float: left;
}
.footer_inner_autor {
	float: right;
	font-size: 8pt;
}
.footer_inner_autor *{
	font-size: 8pt;
}

.tooltip {
	background-image: url(../images/tooltip/black_arrow_bottom.png);
	background-repeat: no-repeat;
	background-color: transpoarent;
	height: 70px;
	display: block;
	width: 209px;
	padding: 50px 0 0 0;
	color: #FFF;
	font-size: 130%;
	text-align: center;
}
.error {
	font-weight: bold;
	color: #C00;
	clear: both;
	display: block;
}
.blackbox {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 700;
}
.blackbox-overlay {
	background-color: #000;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: .7;
	z-index: 701;
}
.blackbox-box {
	width: 854px;
	margin: 0 auto;
	margin-top: 70px;
	z-index: 702;
	background-color: #FFF;
	position: absolute;
	padding: 20px;
	left: 50px;
}
.blackbox .blackbox-box .pbox_x {
	right: -14px;
	top: -14px;
}
