@charset "UTF-8";
@font-face {
	font-family: "Barthowheel-Regular";
    src: url(fonts/Barthowheel-Regular.ttf) format("truetype");
}

body{	
	color: #eee;
	font-family: "Barthowheel-Regular", Arial, sans serif;
	font-size: 11pt;
	}
	
body{
background:
linear-gradient(135deg, #F19138 22px, #F19138 24px, transparent 24px, transparent 67px, #F19138 67px, #F19138 69px, transparent 69px),
linear-gradient(225deg, #F19138 22px, #F19138 22px, #F19138 24px, transparent 24px, transparent 67px, #F19138 67px, #F19138 69px, transparent 69px)0 64px; 
background-color: #F37022; 
background-size: 64px 128px;
}	

/* Wrappers  */
#outerWrapper{
	margin: 0px auto;
	padding: 0px;
	width: 954px; border:1px solid #D0D0D0;
	}

#headerWrapper{
    margin:0px auto; 
	height:105px;
	border-bottom:1px solid #E5E5E5;
	background:#fff url(../img/titulares.png) center center no-repeat;
	}

#welcomeWrapper{
	margin: 0px auto;
	background-color: #333;
	color: #fff;
	width: 954px;
	border-width: 10px 1px 0px 0px;
	border-style: solid;
	border-color:  #7C7C7C;
	}


#centerWrapper{
	float: left;
	margin: 0px auto; padding-top:10px;
	background-repeat: no-repeat;
	width: 954px; min-height:400px; background: rgba(255,255,255,.80);
	}


#footerWrapper{
	margin: 0px auto;
	text-align:right;
	border: 1px solid #7C7C7C;
	color: #333;
	height:50px; background:#7c7c7c; clear:both;
	}


/* headings */
#headerWrapper h1{
	font-family: "Barthowheel-Regular", Arial, sans serif;
	font-size: 32pt;
	font-weight: normal;
	color:  #FFF; padding-top:40px;
	margin:0px auto; text-align:center;
	}
/* Navigation */
#footerWrapper ul#navi{
	margin-top: 5px;
	}

#footerWrapper ul#navi li{
	display: inline;
	list-style: none;
	padding: 10px;
	border-left: 1px solid #eee;
	}

#footerWrapper ul#navi li:hover{
	background-color: none;
	}

#footerWrapper ul#navi li a{
	text-decoration: none;
	border: 0px; font-size:18px;
	color:#fff;
	}

#footerWrapper ul#navi li a:hover{
	text-decoration: none;
	letter-spacing: 0px;
	color: #CACACA;
	}
.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background: rgba(0, 0, 0, 0.85);623588;#A34198;*/
	background-color:#f26e22 !important; 
background-image:
radial-gradient(#dacce0, rgba(255,255,255,.2) 2px, transparent 10px),
radial-gradient(#dacce0, rgba(255,255,255,.15) 1px, transparent 5px),
radial-gradient(#dacce0, rgba(255,255,255,.1) 2px, transparent 8px),
radial-gradient(rgba(255,255,255,.4), rgba(255,255,255,.1) 2px, transparent 10px);
background-size: 230px 230px, 350px 350px, 250px 250px, 150px 150px; 
background-position: 0 0, 40px 60px, 130px 270px, 70px 100px;
overflow:hidden;
	
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}

.modalDialog h2{
}
.modalDialog > div {
    width: 850px; height:300px;
    position: relative;
    margin: 40px auto; text-align:left;
	font-family: 'Barthowheel-Regular', Arial, sans-serif;
	font-size:28px;
	/*color:#ffeb41; amarillo*/
	color:#fff;
	text-shadow: 0.1em 0.1em 0.1em rgba(26,26,26,1);	
    /*background: url(info.png) no-repeat !important;*/
}

.modalDialog > div span{ 
   color:#ffeb41; 
}

.modalDialog > div p{ 
   color:#ffeb41; font-size:1.6em;
}
.modalDialog ol.circles-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
     
    margin-top: 20px;
    margin-left: 5em;
    padding: 0;
     
    counter-reset: li-counter;
}
.modalDialog ol.circles-list > li{
    position: relative;
    padding-left: 0.5em; min-height:2.8em;
}
.modalDialog ol.circles-list > li:before {
    position: absolute;
    top: 0;
    left: -1.33em;
    width: 1.2em;
    height: 1.2em;
     
    font-size: 1.6em;
    line-height: 1.2;
    text-align: center;
    color: #fff;
 
    border: 3px solid #fff; background:#f5af18;
    border-radius: 50%;
    content: counter(li-counter);
    counter-increment: li-counter;
}

.close {
    color: #FFFFFF;
    position: absolute; font-size:36px;
	top:0px;
    right: 0px;
    text-align: center;
    width: 32px;
    text-decoration: none;
}
.close:hover {
    background: #868686;
}