/* GENERAL DEFINITIONS STARTS */
* {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}
/*body {
	background-image:url(../images/index/bg_web.jpg);
	background-repeat:no-repeat;
}*/

img {
	vertical-align:bottom;
	border: none;
}
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
h1{
	font-size:36px;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	color:#CB072C;
	font-size:14px;
	}
h3{
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:18px;
	padding-bottom:7px;
}
h4{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:14px;
	font-weight:normal;
	padding:11px 0;
	background-image:url(../images/defaults/bg_h4.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	color:#CCC;
	font-size:12px;
}
a {
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	/*font-size:12px;*/
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:none;
	color:#CB072C;
}
/* GENERAL DEFINITIONS ENDS */

/* TOP STARTS */
#Top {
	margin: 0 auto;
	width: 960px;
}
#Top div {
	position: relative;
	z-index: 100;
}
#logo{
	position:absolute;
	top:15px;
	left:30px;
	z-index:110;
	float:left;
}

ul#topMenu{
	text-align:right;
	float:right;
	width:500px;
	font-size:12px;
	position: absolute;
	top:15px;
	right:30px;
	z-index:110;
}
ul#topMenu li{
	display:inline;
}
ul#topMenu a{
	color:#666666;
	display:inline;
	padding:0 0 0 20px;
}
ul#topMenu a:hover{
	color:#000000;
}
/* TOP ENDS */

/*MENU START*/
#Menu_wrapper {
	background:url(../images/defaults/bg_main.jpg) repeat-x bottom;	
	clear:both;
}

ul#MenuCentral{
	margin:0 auto;
	padding:0;
	padding-bottom:9px;
	list-style: none;
	width:960px;
	height:120px;
	font-size:14px;
}
ul#MenuCentral li{
	float:left;
	width:120px;
	height:120px;
	position:relative;
	cursor:pointer;
}
ul.sdt_menu li > a{
	position:absolute;
	top:0px;
	left:0px;
	width:120px;
	height:120px;
	z-index:120;
	text-decoration:none;
	outline:none;
	color:#666;
}
ul.sdt_menu li a img{
	border:none;
	position:absolute;
	width:0px;
	height:0px;
	bottom:0px;
	left:60px;
	z-index:1000;
}
ul.sdt_menu li span.sdt_wrap{
	position:absolute;
	top:50px;
	left:0px;
	z-index:150;
	padding:0 15px;
}
ul.sdt_menu li span.sdt_wrap span{
	font-weight:bold;
	display:block;
}
ul.sdt_menu li span.sdt_active{
	position:absolute;	
	height:0px;
	left:0px;
	z-index:140;
	background:#999;
	top:120px;
	width:120px;
	background: url(../images/defaults/bg_form2.jpg) no-repeat bottom;
	display:none;
}

ul.sdt_menu li div.sdt_box{
	display:block;
	position:absolute;	
	overflow:hidden;	
	top:120px;
	left:0px;
	display:none;
	z-index:100;
	
	background: url(../images/defaults/bg_form2.jpg) no-repeat bottom;
	width:220px;	
	padding:15px 10px 10px;
	background-color:#E3E3E3;
	/*height:170px;*/
}
ul.sdt_menu li div.sdt_box a{
	float:left;
	clear:both;
	line-height:20px;
	color:#A3010C;
	font-size:12px;
	padding-bottom:15px;
}
/*ul.sdt_menu li div.sdt_box a:first-child{
	margin-top:15px;
}*/
ul.sdt_menu li div.sdt_box a:hover{
	color:#666;
}


/*EN INTERNAS*/
ul.sdt_menu li.active img{
	display:block;
	width:auto;
	height:auto;
	left:0;
}


/*MENU ENDS*/




/* PAGE STARTS */

#MainContainer {
	background-image:url(../images/defaults/bg_page.gif);
	background-repeat:repeat-x;
	background-position:top center;
	padding:60px 0 40px 0;
}
#PageContent {
	width:1012px;
	margin:0 auto;
	clear:both;
	position:relative;
}

/* MAIN PAGE ENDS */

/* FOOTER STARTS */
#Footer_wrapper {
	margin: 0 auto;
	background-image:url(../images/index/bg_footer.jpg);
	background-repeat:repeat-x;
	background-color:#290706;
}
#Footer {
	margin: 0 auto;
	background-image:url(../images/index/bg_footer_wrapper.jpg);
	background-repeat:repeat-x;
	background-position:top center;
}

#Footer_info{
	margin: 0 auto;
	width:1012px;
	padding:0 0 40px 20px;
	background-image: url(../images/index/bg_footer_info.png);
	background-repeat:no-repeat;
}
#Footer_info h3{
	color:#FFF;
}

#Site_map{
	padding:22px 0 0 11px;
	position:relative;
	width:677px;
	float:left;
}
.pixel{
	position:absolute;
	top:-13px;
	left:12px;
}
.footer_box{
	width:320px;
}
.footer_box a {
	font-family:Arial, Helvetica, sans-serif;
	color:#CCC;
	font-size:12px;
	text-decoration:none;
}
.footer_box p {
	padding:10px 0 25px 0;
	height:50px;
}

.footer_box a:hover {
	text-decoration:underline;
}
#Contact_form {
	width:264px;
	float:right;
	padding:14px 0 0 0;
	background-image:url(../images/defaults/bg_contacto.png);
	background-repeat:no-repeat;
}
/* CONTACTO */

fieldset{
	border:none;
	width:214px;
	
}

form{
	width:240px;
	background-image:url(../images/defaults/bg_form.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding:0 12px 37px 16px;
}

.buscarbox{ 
	height:30px; 
	width:200px; 
	border:1px solid #666;
	background-color:#333;
	font-size:12px; 
	color: #CCC;
	padding:0 5px;
}

#secureimg{
	margin: 7px 0 0 0;
}

label{
	color:#CCC;
	font-size:12px;
	padding:6px 0;
	display:block;
	width:214px;
}

textarea
{ 
	width:210px; 
	border:1px solid #666;
	background-color:#333;
	color: #CCC; 
	font-size:12px;
	height:60px;
}

#Enviar{ 
	 color: #FFF; 
	 font-size:12px; 
	 width:80px; 
	 height:26px;
	 border:0;
	 margin:10px 6px 0 0;
	 text-decoration:underline;
	 background-image:url(../images/defaults/bg_enviar.jpg);
	 background-repeat:no-repeat;
	 line-height:26px;
	 float:right;
	 clear:both;
	 padding-left:24px;
	 cursor: pointer;
}
#Enviar:hover{ 
	color:#FFFFFF;
	text-decoration:none;
}
.error{ 
	color:#999;
}
/* CONTACTO ENDS */
.social_icon {
	margin:0 10px;
}
	
#socialicons {
	float:left;
	width:600px;
	margin-left: 10px;
	}
	
#Pago {
	float:right;
	margin-right:60px;
}
	
#Cierre {
	margin: 0 auto;
	background-image:url(../images/defaults/bg_cierre.png);
	background-repeat:repeat-x;
	background-position:top center;
	padding:70px 0 0 0;
	text-align:center;
}
#Cierre p{
	background-color:#FFF;
}
#Cierre_negro{
	color:#000;
	height:26px;
	line-height:26px;
}
#Cierre_negro a{
	color:#990000;
	background-image:url(../images/defaults/igd_logo.jpg);
	background-repeat:no-repeat;
	padding-left:42px;
	display:inline-block;
}

#Cierre_negro a:hover{
	text-decoration:underline;
}

#Cierre_Blogs{
	color:#999;
	padding:4px 0;
}
#Cierre_Blogs a{
	color:#999;
}
#Cierre_Blogs a:hover{
	text-decoration:underline;
}

#Cierre_Creditos{
	color:#990000;
	padding:4px 0 20px 0;
}
#Cierre_Creditos a{
	color:#990000;
	text-decoration:none;
}
#Cierre_Creditos a:hover{
	text-decoration:underline;
}
.pago {
	color: #FFFFFF;
    display: block;
    padding-bottom: 10px;
    text-align: center;
}

/* FOOTER ENDS*/
                #awwwards{
                position:absolute;
                top:20px;
                right:0px;
                z-index:555;
                }
                #awwwards a{
                width:69px;
                height:105px;
                text-indent:-8000px;
                display:block;
                background:url(http://www.intergraphicdesigns.com/images/awwwards.png) no-repeat;
                overflow:hidden;
                }

