/*
* I2BC - CSS Tema para home - 2008
*/
.jqmWindow {
    display: none;
    text-align:left;
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -300px;
    width: 700px;
    height:420px;
    background: url(http://www.i2bc.es/resources/themes/default/images/popup_orange.png) center center no-repeat;
    color: #333;
    
}

.jqmOverlay { background-color: #fff; }
.jqmClose{
    
    position:absolute;
    right:12px;
    top:15px;
    height:29px;
    width:25px;
    margin-right:5px;
    margin-top:-3px;
    cursor:pointer;
    background: transparent url(http://www.i2bc.es/resources/themes/default/images/x.png) center center no-repeat;
};

* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
#dialog-content{
    position:relative;
    top:40px;
    margin:50px;
    margin-right:30px;
    margin-top:0px;
    padding-top:10px;
    clear:right;
    height:330px;
    color:#fff;
    overflow:auto;
    background:transparent;
}

.home-orange-boxes {
	margin-top:15px;
	height: 250px;
}
.home-orange-boxes .orangebox{
	width:240px;
	height:240px;
	float:left;
	margin-right:15px;
}
.orange_content .lefttextbox{
	float:left;
	width: 650px;
	margin-left:100px;
	margin-top:20px;
	font-size:110%;
}
 .projectbox{
	position:relative;
	top:10px;
	z-index:1000;
	float:right;
	right:0px;
	background:#fff;
}
.projectbox .orangebox{
	width: 220px;
	height:415px;
}

#abuelo{
	position:absolute;
	float:left;
	bottom:0px;
	left:0px;
	z-index:100;
}

.inner_wrap{
	padding-bottom:30px;
}

.orangebox h2 a{
	color:#f2b500;
	text-decoration:none;
}

.orangebox h2 a:hover{
	text-decoration:underline;
}
.orangebox h2{
	font-size:2em;
	padding-top:3px;
	margin:3px;
	text-align:center;
}
.orangebox h3{
	font-size:1.5em;
	margin:5px;
	text-align:center;
}
.proyectos_head{
	margin:5px 0 5px 5px;
	text-align:left;
	font-size:1.5em;
}
ul#proyectos {
	list-style:none;
	position:absolute;
	width:100%;
	bottom:0px;
}
ul#proyectos li {
	border-bottom: 2px solid #f2b500;
	color: #6c6c6c;
	font-size:1.20em;
	text-align:right;
	width:90%;
    font-size: 95%;	
	margin: 0 10px;
	padding:8px 0;
}

ul#proyectos li#moreprojects{
	border-bottom:none;
}






























div.webmapbox{
	float:left;
	width:120px;
	border:1px solid #ddd;
	padding:2px;
	margin-left:5px;
	height:80px;
}
div.webmapbox a{
	display:block;
}
div.webmapbox a.main{
	font-weight:bold;
}
div.webmapbox a.sub{
	font-weight:bold;
	margin-left:10px;
	font-size:0.8em;
}



.subseccion-gr{
    position:relative;
    border:4px solid #f2a500;
    width:1011px;
    /* Hack para IE*/
    height:auto !important;

    border-bottom:none;
}

.body-subseccion-gr{
    padding:20px;
}
.body-subseccion-gr a{
    text-decoration:none;
    font-weight:bold;
    color:#f2a500;
}
.footer-subseccion-gr{
    clear:both;
    height:15px;
    background:white url(images/empty-big-box-1019.png) left bottom no-repeat;
}
.body-subseccion-gr{
    padding:20px;
}
.red{
    color:red;
}

#thanks_window{
    display: none;
    text-align:center;
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height:200px;
    background: #666;
    color: #fff;
    font-weight:bold;
    display:none;
}
#thanks_window h2{
    color:#fff;
    border:none;
}
#thanks_window button{
    background: transparent url(images/home_button_bg.png) center center no-repeat;
    color:white;
    border:none;
    width:57px;
    height:21px;
    font-weight:bold;
    margin-bottom:5px;
}
