@font-face {
    font-family: subsecc;
    src: url(../Scripts2016/Fuentes/CronusRound.otf);
}
:root{
	padding:2%;
	background:#DDDDFF;
	margin:0px auto;
}
body {
	padding:0px;
	margin:0px;
}
#body {
	background:#EEE;
	max-width:1024px;
	border-radius:10px 10px 10px 10px;
	-ms-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	-o-border-radius:10px 10px 10px 10px;
	-ms-box-shadow:0 0 1.3em black;
	-moz-box-shadow:0 0 1.3em black;
	-webkit-box-shadow:0 0 1.3em black;
	-o-box-shadow:0 0 1.3em black;
	box-shadow:0 0 1.3em black;
	font-family:subsecc,Arial, Helvetica, sans-serif;
}
header {
	display:block;
	background:#006699;
	border-radius:10px 10px 0 0;
	-ms-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-o-border-radius:10px 10px 0 0;
	padding:0.5em;
	color:#FFF;
	border:1px #4e4e4e solid;
	border-bottom:10px solid #006600;
}
header figure {
	position:absolute;
	display: -moz-inline-stack; /* FF2*/
   	display: inline-block;
   	vertical-align: top; /* BASELINE CORRECCIÓN*/
   	zoom: 1; /* IE7 (hasLayout)*/
   	*display: inline; /* IE */
   	_height: 10em; /* IE6 */
	margin:0;
	width:50px;
	height:65px;
}
header figure img {
	width:100%;
	height:100%;
	border-radius:5px 5px 5px 5px;
	-ms-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-o-border-radius:5px 5px 5px 5px;
}
header hgroup {
	display: -moz-inline-stack; /* FF2*/
   	display: inline-block;
   	vertical-align: top; /* BASELINE CORRECCIÓN*/
   	zoom: 1; /* IE7 (hasLayout)*/
   	*display: inline; /* IE */
	text-align:center;
	width:100%;
	padding:0px;
	margin:0px;
}
h1,h2,h3,h4{
	margin:0px;
}
#contenido{
	padding:2%;
}
.contenedor{
	float:left;
	min-height:300px;
	border:2% solid rgba(190,190,190,0.5);
	border-radius:5px;
	background:#FFFFFF;
	padding:1%;
	color:#1c94c4;
	margin-bottom:50px;
}
footer{
	clear:both;
	background:#006699;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	color:#FFFFFF;
	padding:1%;
}
.example{
	background:#006600;
	padding:5px;
}
.th{
	background:#006699;
	border-radius:2px;
	padding:5px;
}
.td{
	background:#9DC9A0;
	border-radius:2px;
	padding:5px;
}
#botones{
	text-align:right;
	margin:2% 5%;
}
/*-- Publicaciones*/

.button:active{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
.disabled{
	background:#FFFFFF;
	color:#006699;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
input[type=text]{
	width:250px;
	height:26px;
	font-size:24px;	
}
input,textarea{
	border-radius:5px;
	resize:none;
}
.p1 {
	font-family: Arial, Helvetica, sans-serif; 
	color:#000000;
	font-size:14px;
}