/*
 * Evo Toolbar
 * Note: ther emay be some properties that seem overkill but the fact is we need to override
 * any too general styles a skin may want to bring in for its own body/general display.
 */
div#evo_toolbar {
   background-color: ThreeDFace;
   color: ButtonText;
   border-top: 1px solid ThreeDHighlight;
   border-bottom: 1px solid ThreeDShadow;
   text-align: left;
   margin: 0;
   /* font: menu; /* -- poorly supported */
   font-size: 11px;
   font-family: "Microsoft sans serif", sans-serif, Arial, Helvetica;

   position: fixed;
   z-index: 99;
   left: 0px;
   top: 0px;
   height: 21px;
   width:100%;      /* Safari Windows */
   -webkit-text-size-adjust: none; /* iPhone */
}

div.skin_wrapper_loggedin {
   margin-top: 22px;
   padding-top: 1px;
}

div#evo_toolbar a {
   border: 1px solid ThreeDFace;
   color: ButtonText;
   text-decoration: none;
   padding: 2px 1ex;
}
div#evo_toolbar a:hover {
   border-top-color: ThreeDHighlight;
   border-left-color: ThreeDHighlight;
   border-bottom-color: ThreeDShadow;
   border-right-color: ThreeDShadow;
}
div#evo_toolbar .actions_left {
   padding: 4px;
}
div#evo_toolbar .actions_right {
   padding: 4px;
   float: right;
}

div#evo_toolbar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
div#evo_toolbar li {
  display: inline;
}
div#evo_toolbar li ul {
  position: absolute;
   z-index: 100;
   background-color: ThreeDFace;
   border: 1px solid;
   padding: 1px;
   border-top-color: ThreeDHighlight;
   border-left-color: ThreeDHighlight;
   border-bottom-color: ThreeDShadow;
   border-right-color: ThreeDShadow;
   width: 25ex; /* prevent page wide dropdowns in IE6; nicer hover in IE7 */
}
div#evo_toolbar li.menu_open ul {
   display: block;
}
div#evo_toolbar li.menu_close ul {
   display: none;
}
div#evo_toolbar li.menu_open:hover ul,
div#evo_toolbar li.menu_close:hover ul {
   display: block;
}
div#evo_toolbar li ul li {
   display: block;
   padding: 0 4ex 0 0;
   white-space: nowrap;
}
div#evo_toolbar li ul li a {
   display: block;
   padding: 4px 2ex;
   border: none;
   width: 100%;
}
div#evo_toolbar li ul li a:hover {
   background-color: Highlight;
   color: HighlightText;
}
div#evo_toolbar.evo_toolbar_safari li ul li a:hover {
   background-color: #36d;
}
div#evo_toolbar li.separator {
   padding: 0;
}
div#evo_toolbar hr {
   display: block;
}

div#evo_toolbar .time {
   margin: 0 1ex;
   color: GrayText;
}
/* ---------------------------------------------- */

* {
	padding: 0px;
	margin: 0px;
}
body {
	background: #369;
	font-size: 8pt;
	font-family: Verdana, Geneva, sans-serif;
	color: #363636;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#wrap {
	width: 980px;
	text-align: left;
}
#header {
	height: 200px;
	color: #ffffff;
	border-bottom: 2px #000000 solid;
	background: #DDDDDD url(../../images/header.jpg);  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

}
#title {
	padding-top: 25px;
}
#pagenav {
	text-align:right;
	padding-top: 15px;
	font-size: 10pt;
	font-weight: bold;
}
#main {
	padding: 0px 0px 5px;
	margin-right: 30px;
	margin-left: 30px;
}
#sidebar {
	width: 220px;
	background-color: #D8E4EB;
	margin-right: 700px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-top: 2px;
	text-align: center;
}
#content {
	float: right;
	width: 650px;
	padding: 10px 20px 0px 30px;
}
#footer {
	clear: both;
	padding: 10px 10px 0px 10px;
	color: #FFF;
	text-align: center;
	background-color: #069;
	background-image: url(../../images/bg_footer.jpg);
}
#footer {
	clear: both;
	padding: 10px 10px 0px 10px;
	color: #FFF;
	text-align: center;
	background-color: #069;
	background-image: url(../../images/bg_footer.jpg);
}

/* text */
#title  h1 {
	font-size: 24pt;
}
#title  h1 a {
	color: #ffffff;
	text-decoration: none;
}
.description {
	font-size: 14pt;
	color: #e1e1e1;
}
#pagenav ul li {
	list-style: none;
	display: inline;
}
#pagenav li {
	margin-left: 5px;
}
#pagenav li a {
	color: #36C;
	text-decoration: none;
	background-color: #ffffff;
	padding: 5px 10px 5px 10px;
}
#pagenav li a:hover {
	background-color: #333333;
	color: #ffffff;
		padding: 5px 10px 5px 10px;
}
#content h1, #content h2, h3, h4, p, ul, ol {
	padding-bottom: 10px;
}
#content h1 {
	font-size: 18px;
	color: #0C3;
}
#content h1 a {
	color: #0C3;
	text-decoration: none;
}
#content a,
#comments a,
td a {
	color: #369;
	font-weight: bold;
	text-decoration: none;
}
.entry a:hover,
#comments a:hover,
td a:hover {
	text-decoration: underline;
}
#date {
	padding-bottom: 5px;
}
#sidebar a {
	color: #363636;
	text-decoration: none;
}

#sidebar h2 a {
	color: #369;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar h2 {
	color: #369;
	font-size: 12pt;
	padding-bottom: 2px;
	margin-bottom: 5px;
}
#sidebar ul {
	padding-bottom: 10px;
}
#sidebar li {
	padding-bottom: 2px;
}
#sidebar ul li {
	list-style: none;
}
#sidebar ul li ul li {
	margin-left: 10px;
}
#sidebar ul li ul li ul li {	
	margin-left: 10px;
}
#sidebar li {
	padding-bottom: 2px;
}
h3, h4, caption {
	color: #069;
}
#content h2 {
	font-size: 12pt;
	color: #069;
}
#content h2 a {
	color: #069;
	text-decoration: none;
}
h3 {
	font-size: 11pt;
		font-weight: bold;
}
h4, caption {
	font-size: 10pt;
	font-weight: bold;
}
blockquote a {
	color: #369;
	text-decoration: none;
}
blockquote a:hover {
	text-decoration: underline;
}
#footer a {
	color: #369;
	text-decoration: none;
}
#content ul li,
#content ol li {
	margin-left: 25px;
}
#comments {
	padding: 10px 0px;
}
.searchform {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 15px;
	background-color: #D1DCF3;
}

/* -- */
.postmetadata {
	color: #898989;
	padding: 0px 0px 5px 0px;
}	
.postmetadata a {
	color: #898989;
	text-decoration: none;
}
.post {
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
.entry {

}
.pad, th {
	padding: 3px;
}

/* form */

fieldset {
	border: 0px; 
	padding: 0px 15px 15px 15px;
}
input, textarea {
	border: 1px solid #369;
	font-size: 10pt;
	padding: 2px 4px;
	color: #369;
	margin-bottom: 2px;
}
.label {
	font-weight: bold;
}
.notes {
	font-style: italic;
}

#commentform a {
	color: #369;
	text-decoration: none;
}
#commentform a:hover {
	color: #369;
	text-decoration: underline;
}
.bComment {
	padding: 0px 15px;
}
.bCommentText {
	padding: 10px 15px;
}
.bCommentSmallPrint {
	font-size: 7pt;
	padding: 0px 15px;
}
.feedback_feed_msg {
	padding: 10px 15px;
}
.widget_core_coll_longdesc p {
	padding-bottom: 0px;
}
.powered_by {
	padding: 10px 0px;
}
.widget_core_coll_title {
	padding-top: 10px;
}
.widget_core_coll_title a {
	color: #369;
}
/* ---------------------------------------------------------- */
#evo_toolbar ul li,
#evo_toolbar ol li {
   margin-left: 0;
}


/* ESTILOS PERSONALIZADOS */

#container /* DIV Pirncipal */
{
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../../images/bg_contenido.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header #menuassis {
	float: left;
	width: 450px;
	margin-top: 90px;
	text-align: right;
	color: #FFF;
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	padding-top: 5px;
}

#header #menuassis a{
	color: #FFF;
	text-decoration: none;
}

#header #menuassis a:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0px;
}

#header #menuvelasquez {
	float: right;
	width: 450px;
	margin-top: 90px;
	text-align: left;
	color: #FFF;
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	padding-top: 5px;
}

#header #menuvelasquez a{
	color: #FFF;
	text-decoration: none;
}

#header #menuvelasquez a:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0px;
}

#navcontainer ul
{
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	background-color: #333;
	color: #FFF;
	width: 100%;
	font: normal 14px arial, helvetica, sans-serif;
	text-align: center;
}

#navlist li { display: inline; }

#navlist li a
{
	text-decoration: none;
	background-color: #333;
	color: #FFF;
	background-image: url(../../images/m4.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 1em;
	padding-left: 2em;
}

#navlist li a:hover
{
	background-color: #666;
	color: #FF0;
	background-image: url(../../images/m5.gif);
	background-repeat: no-repeat;
	background-position: left;	
}
#footer table tr td a {
	color: #FFF;
	text-decoration: none;
}

