body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #fff8f0;
	margin: 0;
	padding: 0 10px;
}

/*Enlace Retroceder*/
.rt
{
	font-size: 12px;
	text-align: center;
}

.rt a
{
	color: #a00;
	text-decoration: underline;
}

/*Contenido Principal de Página*/
.cpp td
{
	vertical-align: top;
}

/*Encabezado de página*/
#encabezado
{
	color: #a00;
	font-variant: small-caps;
	display: table;
	margin: 0 auto;
	padding: 0 10px 5px 10px;
	background-color: #fdc;
	border-right: 2px #fff solid;
	border-left: 2px #fff solid;
	border-bottom: 2px #ddd solid;
	border-radius: 0 0 40px 50px;

	/* Específico para Safari */
	-webkit-box-shadow: gray 0 2px 4px;
	background-image: -webkit-gradient(linear, center top, center bottom, from(white),color-stop(0.5, rgba(255,255,255,0)),to(rgba(0,0,0,0.3)));
	/* Específico para Firefox */
	-moz-border-radius: 0 0 40px 50px;
	-moz-box-shadow: gray 0 2px 4px;
	background-image: -moz-linear-gradient(50% 0%, white, rgba(255,255,255,0) 50%, rgba(0,0,0,0.3));
	/* Específico para Opera */
	-o-border-radius: 0 0 40px 50px;
	box-shadow: gray 0 2px 4px;
}

#escudos
{
	width: 200px;
}

#escudos img
{
	margin: 0 2px;
}

#nombreEscuela
{
	width: 490px;
	text-shadow: gray 0 0 2px;
}

#encabezado h3
{
	font-size: 24px;
	text-align: center;
	margin: 0;
}

#encabezado h4
{
	font-size: 18px;
	text-align: center;
	margin: 0;
}

#encabezado h5
{
	font-size: 16px;
	text-align: center;
	margin: 0;
}

#busquedasGoogle
{
	width: 180px;
}

#q
{
	width: 170px;
}

#contenidoVariable
{
	padding: 0 20px;
}

/*Pagina inicio*/
#InfoLegal
{
	text-align: center;
}

#InfoLegal a
{
	color: #a00;
	font-size: 12px;
}

/*Paginas con menus*/
.pm p
{
	color: #a00;
	font-size: 14px;
	text-align: justify;
	top: 0;
	width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pm h3
{
	border-radius: 20px;
	font-size: 14px;
	font-variant: small-caps;
	text-align: center;
	width: 70%;
	border: solid 2px #a00;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 14px;
}

.pm h3 a
{
	font-size: 28px;
	top: 0;
	text-decoration: underline;
}

.pm h3 a:link { color: #a00; }
.pm h3 a:visited { color: #533; }

/*Paginas con contenidos*/
.pc p
{
	color: #a00;
	font-size: 14px;
	text-align: justify;
	top: 0;
	width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pc p a
{
	color: #700;
	text-decoration: underline;
}

.pc h6
{
	color: #700;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	margin: 0;
	width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pc h6 a
{
	color: #700;
	text-decoration: underline;
}

.pc h3
{
	color: #a00;
	font-size: 28px;
	font-variant: small-caps;
	margin-top: 28px;
	margin-bottom: 7px;
}

.pc h4
{
	color: #a00;
	font-size: 21px;
	font-variant: small-caps;
	margin-top: 28px;
	margin-left: 14px;
	margin-bottom: 0px;
}

.pc ul
{
	color: #a00;
	font-size: 14px;
	top: 0;
}

.pc ul a
{
	color: #700;
	text-decoration: underline;
}

.pc ol
{
	color: #a00;
	font-size: 14px;
	top: 0;
}

.pc li
{
	top: 0;
	margin-bottom: 6pt;
}


#LegalYContacto
{
	text-align: center;
	position: relative;
	width: 70%;
	margin: 0 auto;
	min-width: 400px;
}

#Licencia
{
	font-size: 11px;
	color: #A00;
	text-align: center;
	width: 280px;
	position: absolute;
	left: 0px;
}

#Licencia a {	
	color: #A00;
}

/*Escribir al WebMaster*/
#EscribirWebmaster
{
	font-size: 12px;
	text-align: center;
	margin-right: 12px;
	margin-bottom: 6px;
	position: absolute;
	right: 0px;
}

#EscribirWebmaster a
{
	color: #a00;
	text-decoration: none;
}
