@charset "utf-8";

* {
	padding: 0;
   margin: 0;
} 

body {
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;;
}

img { border: none; }
a { color: #2388BF; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }

#wrap {
	width: 700px;
	margin: 40px auto;
	margin-top: 0px;
}

/* ========================= Cabecera ========================= */
#header {
	height: 90px; /*40px; */
}
#header img {
	margin-left: 10px;
	float: left;
}
#header .slogan h1 {
	margin-top: 37px;
	margin-right: 5px;
	font-size: 17px;
   	font-family: "Lucida Sans Unicode";
   	text-align: center;
	color: #005d9d;
/*	letter-spacing: 1px;*/
	float: right;
        width: 415px;
}
/*#header h1 {
	padding: 0 0 0 20px;
	font-size: 20px;
	letter-spacing: -2px;
}
#header h1 a {
	color: #33BFEB;
	text-decoration: none;
}
#header h1 a:hover {
	text-decoration: none;
	color: #000;
}
#header h2 {
	padding-left: 21px;
	font-size: 14px;
	color: #666;
	font-weight: 100;
}*/

#top {
	background: #fff url(images/top.gif) no-repeat;2
	padding: 5px 0;
}

/* ========================= Menú ========================= */

#menu {
	height: 50px;
	line-height: 42px;
	background: #1F69A2 url(images/menu2.gif) no-repeat;
	font-size: 1.2em;
}
#menu ul {
	padding-left: 20px;
	list-style-type: none;
}
#menu ul li {
	display: block;
	float: left;
}
#menu ul li a {
	color: #fff;
	padding: 0 10px;
	text-decoration: none;
	font-weight: 600;
}
#menu ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

#menu ul li .selected a {
/*	background: #005d9d;*/
/*	padding: 7px 3px 3px 7px; */
/*	padding: 5px; */
	text-decoration: none;
	font-weight: 600;
/*	border: 2px inset #005d9d;*/
/*	position: relative; top: 2px; left: 2px;*/
	color: #FFFD7C;
}

#menu ul li .azor-none a {
	color: #fcc;
	padding: 0 10px;
	text-decoration: none;
	font-weight: 600;
}
#menu ul li .azor-selected a {
	background: #933;
	padding: 7px 3px 3px 7px; 
	text-decoration: none;
	font-weight: 600;
	border: 2px inset #005d9d;
	position: relative; top: 2px; left: 2px;
}
#menu ul li .azor-none a:hover {
	color: #fcc;
	text-decoration: underline;
}
/* ========================= Contenido ========================= */
#content {
	padding: 10px 10px;
	background: #fff url(images/content.gif) repeat-y;
}

/* ------------------------- Principal ------------------------- */
.right {
	float: right;
	width: 480px;
	text-align: justify;
	padding: 0 20px 10px 10px;
}
.right h1 {
        color: #7E8866;
        font-size: 2em;
        letter-spacing: 1.5px;
        font-weight: 100;
        padding : 20px 0 10px 0;
}
h2 {
	color: #668;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 100;
	padding : 20px 0 10px 0;
}
h2 a {}
h2 a:hover {}
.right #imgppal {
    text-align: center;
    display: block;
    padding: 0;
    margin: 20px;
}
ul {
	padding: 5px 5px 5px 20px;
}
ul li {
   margin-bottom: 5px;
}
ul {
	list-style-type: circle;
}
.logos img {
	margin: 0 20px 0 20px;
	text-align: center;
}

p {
	margin-bottom: 10px;
}

/* ------------------------- Lateral ------------------------- */
.left {
	float: left;
	width: 140px;
	padding: 10px;
	border-right: 1px solid #aaa;
}
.left h2 {
	font-size: 11px;
	color: #5A0000;
	padding: 5px 0 2px 5px;
}
.left ul {
	list-style-type: none;
	padding: 5px 0 10px 0;
}
.left ul li {
	font-size: 10px;
	margin-bottom: 5px;
	padding: 2px 10px;
/*	background: transparent url(images/apple.gif) no-repeat;*/
}

.left ul li a {
	display: block;
	color: #444;
	line-height: 10px;
	margin-bottom: 5px;
}
.left ul li a:hover {
	color: #4682b4;
}
.left ul li .selected a {
/*	text-decoration: underline;*/
	font-weight: 600;
    color: #000D71;
}
/* ========================= Pie ========================= */
#bottom {
	background: #fff url(images/bottom.gif) no-repeat;
	padding: 10px 0;
}

#footer {
	text-align: center;
	color: #888;
	font-size: 11px;
}
#footer  a { color: #888; }

/* ========================== General ===================== */
.caja-relacionados {
        background: #FFFBEF;
        border: 1px dashed #AAA;
        padding-left: 20px;
	margin-top: 20px;
}
