html, BODY {
	color: #505050;
	background-color: White;
	font-family: "Times New Roman", Times, serif;
	background-image: url(imagenes/brujula-circular-izq18.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: fixed;
}

.titulofijo {
	position: fixed;
left: 5px;
	bottom: 0px;
}

/* margenes generales */
p, li, ul, ol, h1, h2, h3, h4, h5, h6, .centrada, hr.normal, .menuprincipal, table.contacto, table.menucarta {
	margin-left: 360px;
	margin-right: 15px;
}

/* tamaņo de letra general */
p, li, ul, ol {
font-size: 17px;
line-height: 150%;
}

/* para imagen de cada seccion */

.menuprincipal {
	font-size: 14px; 
	/*color: #8f56c9;*/
	text-decoration:none;
	letter-spacing: -1px;
	text-align: right;
}

.menuprincipal a {
	text-decoration: none;
	/*color: #8f56c9;*/
}

.menucarta {
	text-align: center;
	font-size: 17px;
	text-transform: uppercase;
	color: #317cd2;
	font-weight: 600;
	padding: 13px;
}

.menucarta td {
	width: 50%;
}

.gris {
	color:#b2b2b2;
	font-style:italic;
}

IMG {
	border: none;
}

.mini {
	font-size: medium;
}

.centrada {
	text-align: center;
}

hr.normal {
	width: 55%;
	color: #8f56c9;
	border: thin dotted;
	margin: 0 auto;
padding: 0px;
	/*background: DarkBlue; */
/*	border: 0; */
	Height:1px;

}

hr.med {
	
	width: 65%;
	text-align: center;
	border: thick dotted;
	color: #8f56c9;
}

hr.verde {
	color: #8f56c9;
	width: 100%;
	text-align: center;
	border: dotted;
}

td.inferior {
	text-align: center;
	padding-top: 35px;
}


A {
	color: #2562a9;
}

A:HOVER {
	color: #8f56c9;
}

h4 A {
	color: #2562a9;
	text-decoration: none;
}

h4 A:HOVER {
	color: #D2983C;
	text-decoration: none;
}

	
h2 {
	font-size: x-large;
	font-weight: 300;
	text-align: left;
	color: #2562a9;
	margin-top: 40px;
	margin-bottom: 30px;
}

.curso {
	text-align: center;
}

h3 {
	text-align: center;
	margin-top: 30px;
	font-weight: 400;
}


h4 {
   text-align: center;
	color: #2562a9;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 19px;
	text-transform: uppercase;
}

h5 {
	text-align: left;
	font-size: 17px;
	margin-top: 40px;
}

h6 {
	text-align: center;
	color: #317cd2;
	margin-bottom: 0px;
	margin-top: 70px;
	font-size: small;
	font-weight: 100;
	text-decoration: none;
	font-style: italic;
}

.credito {
	font-style: normal;
	font-size: 12px;
	color: Gray;
}

LI {
	margin-left: 35px;
	margin-right: 35px;
}