#modalContainer {
    background-color:rgba(0, 0, 0, 0.3);
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:10000;
    background-image:url(tp.png); /* required by MSIE to prevent actions on lower z-index elements */
}

#alertBox {
    /*position:relative;*/
    width:600px;
    height: 300px;
    margin-top:10%;
    border:1px solid #666;
    background-color:#fff;
    background-repeat:no-repeat;
    background-position:20px 30px;
}

#modalContainer > #alertBox {
    position:fixed;
}

#alertBox h1 {
    margin:0;
    font:bold 0.9em verdana,arial;
    background-color:#3073BB;
    color:#FFF;
    border-bottom:1px solid #000;
    padding:2px 0 2px 5px;
}

#alertBox p {
    font:0.7em verdana,arial;
    height:50px;
    padding-left:5px;
    margin-left:55px;
    display: table;
}

#alertBox input, #alertBox label, #alertBox select {
    display: table-row;
}

#alertBox #closeBtn {
    display:block;
    position:absolute;
    margin:5px auto;
    bottom: 10px;
    left: 33%;
    padding:7px;
    border:0 none;
    width:70px;
    font:0.7em verdana,arial;
    text-transform:uppercase;
    text-align:center;
    color:#FFF;
    background-color:#357EBD;
    border-radius: 3px;
    text-decoration:none;
}

#alertBox #yesBtn, #alertBox #noBtn {
	display: flex;
	margin:5px 5px;
	padding:7px;
	border:0 none;
    width:70px;
    font:0.7em verdana,arial;
    text-transform:uppercase;
    text-align:center;
    color:#FFF;
    background-color:#357EBD;
    border-radius: 3px;
    text-decoration:none;
}

/* unrelated styles */

#mContainer {
    position:relative;
    width:600px;
    margin:auto;
    padding:5px;
    border-top:2px solid #000;
    border-bottom:2px solid #000;
    font:0.7em verdana,arial;
}

/*h1,h2 {
    margin:0;
    padding:4px;
    font:bold 1.5em verdana;
}*/

code {
    font-size:1.2em;
    color:#069;
}

#credits {
    position:relative;
    margin:25px auto 0px auto;
    width:350px; 
    font:0.7em verdana;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    height:90px;
    padding-top:4px;
}

#credits img {
    float:left;
    margin:5px 10px 5px 0px;
    border:1px solid #000000;
    width:80px;
    height:79px;
}

.important {
    background-color:#F5FCC8;
    padding:2px;
}

code span {
    color:green;
}

#resultados_html h1, #resultados_html h2, #resultados_html h3, #resultados_html h4, #resultados_html h5, #resultados_html h6, #resultados_html p, #resultados_html a, #resultados_html ul, #resultados_html ol, #resultados_html table, #resultados_html img, #resultados_html input, #resultados_html label, #resultados_html select, #resultados_html textarea, #resultados_html legend, #editor_formularios h3, #editor_contenedores h3 {
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
}

#resultados_html h1:hover, #resultados_html h2:hover, #resultados_html h3:hover, #resultados_html h4:hover, #resultados_html h5:hover, #resultados_html h6:hover, #resultados_html p:hover, #resultados_html a:hover, #resultados_html ul:hover, #resultados_html ol:hover, #resultados_html table:hover, #resultados_html img:hover, #resultados_html form:hover,  #resultados_html legend:hover, #editor_formularios h3:hover, #editor_contenedores h3:hover {
    opacity: 0.5;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    cursor: pointer;
}

.formulario {
    border: 5px solid blue;
}

.peque {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

#resultados_html, #editor_formularios, #editor_contenedores {
	width: 33%;
	padding: 5px;
}

#titulo_creador {
	border-bottom: 1px solid black;
}

#menu_html {
	display: none;
	visibility: hidden;
	/*float: left;*/
	text-align: left;
	/*position: absolute;
	left: 1%;
	top: 30%;*/
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	padding: 10px;
	border-radius: 4px;
	/*z-index: 100;*/
	margin: 10px;
	margin-bottom: 20px;
}

#menu_html * {
	margin: 2px;
}

#menu-center, #boton_menu {
	text-align: center;
	position: relative;
	margin: auto;
	/*position: absolute;
	left: 1%;
	top: 40%;*/
}

#resultados_html table, #resultados_html tr, #resultados_html th, #resultados_html td {
	border: 1px solid black;
}
