* {
	padding: 0px;
	margin: 0px;
}

body {margin: 0 0; background:#7C7C7C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	background-image: url('../images/tile.gif');*/
/*	background-repeat: repeat;*/
min-width:750px;
}

.wrapper { min-width:700px;
	display: block;
	margin:5px 5px 0 5px;
	border: 6px solid silver;
	background: #fff;
	height: auto;
}

.header { font-family:Tuimes Roman, serif;
	color: #FFFFFF;
	text-align: left;
	width: 100%;
	height: 150px;
	padding: 5px 0;
	margin-left: auto;
	margin-right: auto;
	background:#EBF8FE url('../images/fondo-arriba5.jpg') top center no-repeat;
	border-bottom: 6px solid silver; }

.header h1{
	font-size:0px;
	font-family: Arial, "MS Sans Serif";
	font-weight: bold;
color:#5C5C5C;
}
.header h2{ display:none;

	font-size:10px;
	padding-top: 10px;
	font-family: Arial, "MS Sans Serif";
	font-weight: bold;color:#5C5C5C;
}
/*.header h3{padding-top: 126px; text-align:center;
	font-size:12px;
	font-family: Arial, "MS Sans Serif";
	font-weight: bold;
  color:#555;
}*/
.header h3{ width:300px;
padding: 10px 10px  ; text-align:left;
	font-size:12px;
	font-family: Arial, "MS Sans Serif";
	font-weight: bold;
  color:#555}



.left {width: 200px; 
/*	width: 25%;*/
	margin-top: 10px;
	margin-left: 5px;
	float: left;
	background: #fff;
	height: auto;
}

.left h2 {
	font-size: 14px;
	text-align: center;
	background-image: url('../images/cent.gif');
	background-repeat: repeat-x;
	color: #FFFFFF;
	height:40px;
}

.left p {
	font-size: 10px;
	padding: 10px 5px 10px 5px;
}


.left .menues {width:200px;
	border-top: 3px solid silver;
	border-bottom: 3px solid silver;
	border-right: 3px solid silver;
	border-left: 3px solid silver;
	margin-top: 10px;
}

.left .menues .active {
	background: transparent;
	color: #EDBF00;
	border-left: 4px solid #EDBF00;
}


.left .menues h2 {
	padding-top: 6px;
	background-image: url('../images/left.gif');
	background-repeat: repeat-x;
	color: #FFFFFF;
}

.left .menues ul {	color: #4A4A4A;

	font-size: 12px;
	list-style-type: none;
	padding-left: 5px;
	margin-bottom: 5px;
	line-height: 100%;
}

.left .menues ul li a {
	list-style-type: none;
	color: #707070;
	background:transparent;
	font-size: 12px;
	line-height: 120%;
	padding-left: 10px;
	text-decoration: none;
	border-left: 4px solid #C6E535;
line-height:1.5em;
}

.left .menues ul li a:hover {
	color: #EDBF00;
	border-left: 4px solid #EDBF00;
}

.left .menues .active {
	background: transparent;
	color: #EDBF00;
	 text-align:center;
}


.center {
	float: right;
	width:69%;
	margin: 10px;
	height: auto;
}

.center .post {
	padding: 0 0 5px 0;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 10px;
	border: 3px solid silver;
	 width:98%;
	float: left;
}
.center h2.titulo {
	height: 40px;
	background-image: url('../images/cent.gif');
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-left: 10px;
	color: #FFF;
	font-size: 18px;
}
.center .post h2 {
	height: 40px;
	background-image: url('../images/cent.gif');
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-left: 10px;
	color: #FFF;
	font-size: 14px;
}

.center .post p {
	line-height: 15px;
	padding: 10px;
	font-size: 12px;
}
.center  .post ul {
	padding: 2%;
	padding-left: 10%;
	background-color: #e7e7e7;
}

.center .post img {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.footer {
	color: #000; font-weight:bold;
	clear: both;
	text-align: right;
	min-width:700px;
	margin:0 5px ;
	min-height: 20px;
	border-right: 6px solid silver;
	border-left: 6px solid silver;
	border-bottom: 6px solid silver;
	text-transform: uppercase;
	font-size: 10px;
	background: #dcf3fb /*transparent url("../images/fondo-pie.png") top center*/;
	padding:4px;
}

.footer a {color: #265899;}
.footer a:hover {color: #338BFF;}

a {color: silver; text-decoration: none; font-weight: bold; background-color: transparent;}
a:hover {
	color: #EDBF00;
	text-decoration: none;
}

.clear {
	clear: both;
}

img {
	border: 0px; margin:10px;
}



.pegasus, A:link.pegasus, A:visited.pegasus, A:hover.pegasus, A:focus.pegasus {
    text-decoration : none;
    font-weight: bold;
  }


A:hover.pegasus, A:focus.pegasus {
    color : #f29f2b;
  }


.pegasus, A:link.pegasus {
    color : #1e71ca;
  }


A:visited.pegasus {
    color : #94bee0;
  }