body
{
	font-family: "Tahoma", Arial;
}
#contenido
{
	width: 1152px;
	margin: 0 auto;
	text-align: center;
}
#marco
{
	width: 1000px;
	color: #000;
	margin: 0 auto;
	text-align: left;
}
#marcofra
{
	width: 1000px;
	color: #fff;
	margin: 0 auto;
	text-align: left;
}
p
{
	color: #000;
	font-family: 'Tahoma', sans-serif;
}
h1
{
	color: #000;
	font-family: 'Tahoma', sans-serif;
}
header h1
{
	border-bottom: solid;
	padding-bottom: 10px;
	border-width: 1px;
	border-color: #232a30;
	text-shadow: 0px 0px 30px rgba(0,0,255,0.5);
}
h2
{
	color: #000;
	font-family: 'Tahoma', sans-serif;
	font-size: 18px;
}
nav ul li
{
	display: inline-block;
	margin-right: 20px;
	color: #232a30;
	cursor: pointer;
	padding: 5px;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}
nav ul li:hover
{
	background-color: #f0c146;
	color: #e44e2d;
	border-radius: 5px;
}
nav ul li a
{
	text-decoration: none;
}
#textoPr
{
	width: 1024px;
	height: 1800px;
	background-color: #fff;
	color: #fffff6;
	margin: 0 auto;
	text-align: left;
	border-radius: 20px;
	padding: 20px;
	box-shadow: 0px 0px 13px rgba(0,0,255,0.5);
}
#textoPrSED
{
	width: 1024px;
	height: 1800px;
	background-color: #232a30;
	color: #fffff6;
	margin: 0 auto;
	text-align: left;
	border-radius: 20px;
	padding: 20px;
	box-shadow: 0px 0px 13px rgba(0,0,255,0.5);
}
#textoMat
{
	width: 650px;
	height: 370px;
	background-color: #232a30;
	color: #fffff6;
	margin: 0 auto;
	text-align: left;
	border-radius: 20px;
	padding: 20px;
	box-shadow: 0px 0px 13px rgba(0,0,255,0.5);
}
a
{
	color: #000;
	font-weight: bold;
	text-decoration:none;
}
table
{
	background-color: #f2f2f2;
	border: 1px solid black;
	border-radius: 7px;
	border-collapse: separate;
}
th, td, TH
{
	border: 1px solid black;
    border-radius: 4px;
	color: #000;
}
input, textarea, select
{
	border: 1px solid black;
	border-radius: 4px;
}
#pie
{
	width: 960px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
meter
{
	background-color: #fff;
	padding: 5px;
	color: #e44e2d;
	margin-left: 20px;
	width: 200px;
}
label
{
	color:#000;
	display: block;
}
#btnSubmit
{
	background-color: #3483fa;
	color: #fff;
	padding: 5px;
	cursor: pointer;
	border-color:#3483fa;
	font-family: 'Tahoma', sans-serif;
	font-weight: bold;
}
#mediaC
{
	box-sizing: border-box;
}
.btn
{
	background-color: #3483fa;
	color: #fff;
	padding: 5px;
	cursor: pointer;
	border-color:#3483fa;
	font-family: 'Tahoma', sans-serif;
	font-weight: bold;
}
.particion
{
	display: inline-block;
	width: 45%;
}
.mayus
{
	text-transform: uppercase;	
}
#mediaC audio
{
	width: 200px;
}
#mediaC video
{
	height: 180px;
}
.blink
{
	color:#009d48;
	font-size:18px;
	background-color:#fffff6;
	animation-duration: 2s;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-timing-function: steps(2, start);
}
.recupera
{
	color:#900;
	font-weight:bold;
}
.textomenu
{
	color:#000;
	font-weight:bold;
}
.conteo_car
{
	color:#900;
	font-weight:bold;
	text-align:center;
}
.retraso
{
	color:#FFF;
	font-weight:bold;
}
.enlace
{
	color:#232a30;
	font-family: 'Tahoma', sans-serif;
	text-decoration:none;
}
.fondotabla
{
	background-color:#746e58;
	border-collapse: separate;
}
@keyframes blink
{
    80%
	{
		visibility: hidden;
    }
}