@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#contenedor {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#cabecera {
	height: 120px;
	text-align: center;
}
#barra_sup {
	height: 20px;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	margin-top: 6px;
	margin-bottom: 6px;
}
#social {
	height: 20px;
	width: 104px;
	margin-left: 718px;
	background-color: #FFF;
	padding-top: 2px;
	padding-left: 3px;
}
#validator {
	height: 20px;
	width: 95px;
	margin-left: 25px;
	background-color: #FFF;
	padding-top: 2px;
	padding-left: 3px;
}

#cuerpo {
	height: auto;
	width: 750px;
	margin-right: 10px;
	margin-left: 20px;
	float: left;
	margin-top: 20px;
}
#cuerpo2 {
	height: auto;
	width: 575px;
	margin-right: 20px;
	margin-left: 20px;
	float: left;
	margin-top: 20px;
}

#barra_inf {
	height: 30px;
	background-image: url(img/barra.png);
	background-repeat: repeat-x;
	width: 100%;
	float: left;
}
#pie {
	width: 850px;
	float: left;
}
#barra1 {
	width: 150px;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	text-align: center;
}
#barra2 {
	width: 150px;
	float: left;
	margin-top: 20px;
	text-align: center;
	margin-left: 20px;
	clear: left;
	padding-top: 10px;
}

p {
	color: #454545;
	text-align: justify;
	font-variant: normal;
	font-weight: normal;
	font-size: 1em;
	text-indent: 2px;
	white-space: normal;
}



#menu {
	height: 30px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	list-style-type: none;
	list-style-image: none;
}


#menu ul {
	padding:0;
	list-style:none;
	display:inline;
	white-space:normal;
	list-style:none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	line-height: 2em;
	text-align: center;
}
#menu li {
	display:table-cell;
	margin:0;
	padding:0;
	text-align: center;
	list-style-type: none;
	list-style-image: none;
}
#menu li a {
	display:block;
	float:left;
	height:2em;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	background-repeat: no-repeat;
	color: #060;
	white-space: normal;
	letter-spacing: 2px;
	padding-top: 0;
	padding-right: 12px;
	padding-left: 12px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #066;
	list-style-type: none;
	list-style-image: none;
}

#menu li.current a {
	color:#FFF;
	background-color: #063;
	background-repeat: no-repeat;
	list-style-type: none;
	list-style-image: none;
}
#menu li a:hover {
	color:#F63;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	background-repeat: no-repeat;
	list-style-type: none;
	list-style-image: none;
}

#menu li.current a:hover {
	color:#FFF;
	cursor:default;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #063;
	background-color: #063;
	background-repeat: no-repeat;
	list-style-type: none;
	list-style-image: none;
}
#curro {
	float: right;
	top: -150px;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	right: -25px;
	height: 0px;
}

a:link {
	color: #FF6331;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #31639C;
}
a:hover {
	text-decoration: none;
	color: #063;
}
a:active {
	text-decoration: none;
	color: #FF6331;
}

h1 {
	font-size: 1.2em;
	color: #063;
}
h2 {
	font-size: 1em;
	color: #FFF;
	background-color: #063;
	text-align: center;
}
h3 {
	font-size: 1em;
	color: #FFF;
	background-color: #F63;
	text-align: center;
}
h5 {
	font-size: 1em;
	color: #FFF;
	background-color: #369;
	text-align: center;
}
h4 {
	font-size: 1.1em;
	color: #063;
	text-align: center;
}
h6 {
	font-size: 0.8em;
	font-weight: normal;
	text-align: center;
	color: #063;
}
ul {
	list-style-type: none;
}
li {
	list-style-position: outside;
	list-style-image: url(img/lista1.png);
}
#contenedormovil {
	width: 100%;
}
.t1 {
	color: #F63;
}
#contenedor #cuerpo ul li p strong {
	color: #666666;
}
.mayus {
	color: #FF6331;
}
