/*
Theme Name: FaMAF
Theme URI: FaMAF
Description: Facultad de Matemática, Astronomía y Física.
Author: FaMAF
Version: 2.0
 */


/*---------- RESET ------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;	background:transparent;}

body {	line-height:1;}
ol, ul {list-style:none;}
blockquote, q {	quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:'';	content:none;}
:focus {outline:0;}
ins {text-decoration:none;}
del {text-decoration:line-through;}
table {border-collapse:collapse;border-spacing:0;}
/*----------------- end reset ----------------*/



/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* ==|== print styles =======================================================
   Print styles.
   GENERALS
   ========================================================================== */
body {background-image:url(images/bg.png); background-repeat:repeat;}

.container {width:960px; margin:auto; height:auto; background:#fdfdfd; padding:0px;}
header {width:100%; float:left; height:auto; background:url(images/back_header.png) no-repeat top right #f4f4f3;}
.main {width:100%; float:left; height:auto; background:#fdfdfd;}
footer {width:100%; float:left; height:auto; background:url(images/back_footer.png) repeat-x top #eeeded;}
section {float:left;}
aside {float:left;}
article {float:left;}

/* ==|== print styles =======================================================
   Print styles.
   HEADER - NAV
   ========================================================================== */
#logo { width:204px; height:68px; overflow:hidden; float:left; margin:29px 20px 27px 20px;}
#logoa { visibility:hidden; width:184px; height:68px; overflow:hidden; float:left; margin:29px 20px 27px 0px;}
#temperature_header { width:190px; float:left; margin: 30px 20px 0px 20px; color:#333;}
#temperature_header table * {color:#333; font-size:12px;}
nav {width:960px; float:left; height:36px;background:#a1a1a0;}
nav ul {width:960px; background:#a1a1a0;}
nav ul li a {background:url(images/back_li_nav.png) no-repeat right; width:150px; padding-left:10px; height:22px; float:left; font-family:Arial, Helvetica, sans-serif; font-size:16px; text-align:left; color:#000; padding-top:8px; text-decoration:none; display:block; border:none; text-transform:uppercase; font-weight:normal;}
nav .last a {width:160px; background:url(images/back_li_nav_sb.png) repeat-x; float:left; display:block; border:none;}
nav ul li a:hover, nav ul li:hover {color:#fff;}

.field { border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; border:none; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#666; padding:5px 10px 5px 10px;}
.submit {border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; border:none; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#666; padding:5px 10px 5px 10px; background:#06C; color:#FFF;}
.submit:hover {background:#333;}

.top_menu { float:left; width:940px; background:#626262; padding-right:20px;}
.top_menu  p { font-family:Arial, Helvetica, sans-serif; font-size:12px;color:#fff; padding-top:5px; padding-bottom:5px; text-align:right;}
.top_menu p a { color:#fff; text-decoration:none;}
.top_menu p a:hover {color:#d0eef9;}

.crumbs { float:left; padding-left:170px; width:790px; background:#e7e7e7;}
.crumbs  p { font-family:Arial, Helvetica, sans-serif; font-size:12px;color:#333; padding-top:5px; padding-bottom:5px;}
.crumbs p a { color:#333; text-decoration:none;}
.crumbs p a:hover {color:#000;}

/* =Menu
-------------------------------------------------------------- */
.title_head { width:320px; height:89px; float:right;}

#access {
	background:#a1a1a0; width:640px;
	display: block;
	float: left;
	margin: 0 auto; margin-top:7px;
	
}
#access .menu-header,
div.menu {
width: 960px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative; width:160px;
}
#access a {
	
	display: block;
	
}
#access ul ul {
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	float: left;
	width: 160px;
	z-index: 99999;
}
#access ul li a { /*color:#FFF;*/}
#access ul ul li {
	min-width: 160px;
	background:#a1a1a0;
	border-bottom: none; 
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background:url(images/back_li_nav.png) no-repeat right; width:150px; height:24px; float:left; font-family:Arial, Helvetica, sans-serif; font-size:12px; text-align:left; color:#FFF; padding-top:10px; text-decoration:none;  border:none; padding-left:10px;}

#access li:hover > a,
#access ul ul :hover > a {
	color:#fff; padding-top:8px;height:22px;}
#access .sub-menu li:hover > a,
#access .sub-menu ul ul :hover > a {
	color:#fff; padding-top:8px;}

#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	/*color: #fff;*/
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #333;
}
.current-menu-item * {background:url(images/back_li_nav_hover.png) repeat-x bottom; color:#333; height:22px;}
.current-menu-ancestor * {background:url(images/back_li_nav_hover.png) repeat-x bottom; color:#333; height:22px;}
.current-page-ancestor * {background:url(images/back_li_nav_hover.png) repeat-x bottom; color:#333; height:22px;}

#access ul li .add {
  float: left;
  font-size: 10px;
  height: auto;
  margin: 0;
  padding: 0 0 0 10px;
  width: auto; color:#333333; text-decoration:underline;
}
#access ul li .add:hover {
  float: left;
  font-size: 10px;
  height: auto;
  margin: 0;
  padding: 0 0 0 10px;
  width: auto; color:#fff;
}
#access li .add a:hover > a,
#access ul ul add a:hover > a {
	color:#fff; padding-top:8px;height:28px;}
	
#access ul li .add a { text-decoration:underline; color:#333333;}
#access ul li .add a:hover { text-decoration:underline; color:#000;}

#access .add a:hover a:hover {
	color: #fff;
}

#navpages {
    background:#ffae19;
    height: auto !important;
    height: 25px;
    float:left;
    width: 995px;
   
}
#navpages ul {
    float: left;
}
#navpages ul li {
    display: inline;
    float: left;
    font-size: 13px; font-weight:bold;
}
#navpages ul li a:link, #navpages ul li a:visited {
    text-decoration: none;
}
#navpages ul li a {
    color: #0c3163;
    display: block;
    height: 20px;
    padding: 8px 18px 2px 22px;
}
#navpages ul li a:hover {
    color: #fff;
    display: block;
    height: 20px;
    padding: 8px 18px 2px 22px;
}
.menu-item-3876, .menu-item-155, .menu-item-165, .menu-item-3875 { height:82px;}

.menu-item-3876 { background:#e6c9df;}
.menu-item-155 { background:#d0eef9;}
.menu-item-165 { background:#d5e29c;}
.menu-item-3875 { background:#fee2cd;}


.menu-item-3876 a { background:#e6c9df;}
.menu-item-155 a { background:#d0eef9;}
.menu-item-165 a { background:#d5e29c;}
.menu-item-3875 a { background:#fee2cd;}

/* ==|== print styles =======================================================
   Print styles.
   BANNER
   ========================================================================== */
.banner {width:100%; float:left; height:220px; background:#00B1C5; padding-bottom:22px;}
.banner .left {width:640px; float:left; height:220px;}
.banner .right {width:320px; float:left; height:220px;}
.banner .right .side {width:159px; float:left; height:220px; margin-top:10px;}
.banner .right .border_side {border-right:1px dotted #FFF;}
.banner .right .side .title { text-align:left;font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#FFF; float:left; width:130px; margin-bottom:15px; margin-left:15px; margin-top:15px;}
.banner .right .side ul { font-family:Arial, Helvetica, sans-serif; color:#FFF; float:left; width:140px; margin-bottom:5px; margin-right:0px;margin-top:0px; padding-top:0px; padding-left:15px;}
.banner .right .side ul li { list-style:none; list-style-position:inside; text-align:left; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFF; float:left; width:140px; margin-bottom:2px;}
.banner .right .side ul li a { text-decoration:none; color:#FFF;}
.banner .right .side ul li a:hover { text-decoration:none; color:#000;}

/* ==|== print styles =======================================================
   Print styles.
   HOME - PAG DEFAULT
   ========================================================================== */
.sidebar {width:140px; height:auto; padding:15px 0px 15px 0px; margin:10px;}
.sidebar ul {float:left;padding-left:0px;}
.sidebar ul li { list-style:none; font-size:13px; margin-bottom:6px;list-style-position:outside; padding-left:10px;}
.sidebar ul li a {list-style:none; color:#666; text-decoration:none;list-style-position:outside; list-style-image:none;}
.sidebar ul .current_li {color:#b0afaf; background:url(images/current_li.png) no-repeat left; list-style-position:outside;}
.sidebar ul .current_page_ancestor {color:#b0afaf; background:url(images/current_li.png) no-repeat left; list-style-position:outside;}
.sidebar ul li a:hover {color:#b0afaf; background:none; list-style-image:url(images/current_li.png);}

.sidebar .current_page_item {color:#b0afaf; background:url(images/current_li.png) no-repeat left; list-style-position:outside;}

.entry {width:620px; height:auto; margin:10px 10px 15px 10px;}
.entry h1 {float:left; width:620px; margin:0px; margin-bottom:16px; color:#333; font-size:20px;color:#00B1C5;}
.full { width:780px;}

/* ==|== print styles =======================================================
   Print styles.
   BANNER
   ========================================================================== */
.entry article {width:620px; border-bottom:1px solid #CCC; float:left; padding-bottom:10px; margin-bottom:10px; font-family:Arial, Helvetica, sans-serif; font-weight:normal;}

.entry article .photo_t {width:137px; height:88px; float:left; overflow:hidden;}
.entry article h3 {float:right; width:470px; margin:0px; margin-bottom:3px; color:#5786b0; font-size:16px;}
.entry article h3 a { text-decoration:none;color:#00B1C5;}
.entry article h3 a:hover { text-decoration:none;color:#333;}
.entry article p {float:right; width:470px; margin:0px; margin-bottom:3px; color:#484848; font-size:12px; line-height:14px;}
.entry article p span {margin:0px; margin-bottom:5px; color:#949494;}
.entry article p a { text-decoration:underline;color:#00B1C5;}
.entry article p a:hover { text-decoration:none;color:#333;}

.entry .post {width:620px; border-bottom:none; float:left; padding-bottom:10px; margin-bottom:10px; font-family:Arial, Helvetica, sans-serif; font-weight:normal;}

.entry .post h1 {float:right; width:620px; margin:0px; margin-bottom:3px; color:#333; font-size:20px;}
.entry .post h1 a { text-decoration:none;color:#333;}
.entry .post h1 a:hover { text-decoration:none;color:#5786b0;}
.entry .post h2 {float:right; width:620px; margin:0px; margin-bottom:3px; color:#5786b0; font-size:18px;}
.entry .post h2 a { text-decoration:none;color:#00B1C5;}
.entry .post h2 a:hover { text-decoration:none;color:#333;}
.entry .post h3 {float:right; width:620px; margin:0px; margin-bottom:3px; color:#5786b0; font-size:16px;}
.entry .post h3 a { text-decoration:none;color:#00B1C5;}
.entry .post h3 a:hover { text-decoration:none;color:#333;}
.entry .post p {float:right; width:620px; margin:0px; margin-bottom:3px; color:#484848; font-size:12px; line-height:18px;}
.entry .post p span {float:right;margin:0px; color:#949494;}
.entry .post p a { text-decoration:underline;color:#00B1C5;}
.entry .post p a:hover { text-decoration:none;color:#333;}


.entry .post_full_head {width:630px; border-bottom:none; float:left; padding-bottom:10px; margin-bottom:10px; font-family:Arial, Helvetica, sans-serif; font-weight:normal;}
.entry .post_full_head ul {float:left; width:630px; height:auto; margin:0px; margin-bottom:9px; color:#484848; font-size:12px; line-height:18px; margin-left:-40px;}
.entry .post_full_head ul li {float:left; width:auto; margin:0px; background:none; border-radius:5px; margin-bottom:10px;}
.entry .post_full_head ul li a { text-decoration:none;color:#00B1C5;padding:5px 6px 5px 6px; background:#E4E3E3; margin-right:2px; border-radius:5px;}
.entry .post_full_head ul li a:hover { text-decoration:none;color:#fff;padding:5px 6px 5px 6px; background:#00B1C5;}
.entry .post_full_head .current_page_item a { text-decoration:none;color:#fff; background:#00B1C5;}
.entry .post_full_head .current_page_item  a:hover { text-decoration:none;color:#fff; background:#333;}
.entry .post_full_head .current_page_parent a { text-decoration:none;color:#fff; background:#00B1C5;}
.entry .post_full_head .current_page_parent  a:hover { text-decoration:none;color:#fff; background:#333;}
.entry .post_full_head .backul {background:#none; height:auto; padding:10px; width:610px; margin-left:0px;}
.entry .post_full_head .backul2 {background:none; height:auto; padding:10px; width:610px; margin-left:0px; float:left;}


.entry .post_full_head .backul2 ul li {float:left; width:auto; margin:0px; background:none;}
.entry .post_full_head .backul2 ul li a { text-decoration:none;color:#345685;padding:5px 6px 5px 6px; background:none; border-radius:0px; border-bottom:2px solid #dedede; margin-right:0px;}
.entry .post_full_head .backul2 ul li a:hover { text-decoration:none;color:#345685;padding:5px 6px 5px 6px; background:#dedede; border-radius:5px; border-bottom:none;}
.entry .post_full_head .backul2 .current_page_item a { text-decoration:none;color:#666; background:none; border:1px solid #dedede; border-bottom:2px solid #fff;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.entry .post_full_head .backul2 .current_page_parent a { text-decoration:none;color:#666; background:none; border:1px solid #dedede; border-bottom:2px solid #fff;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}





.entry .post_full {width:620px; border-bottom:none; float:left; padding-bottom:10px; margin-bottom:10px; font-family:Arial, Helvetica, sans-serif; font-weight:normal;}
.entry .post_full h1 {float:left; width:620px; margin:0px; margin-bottom:3px; font-size:20px;color:#00B1C5;}
.entry .post_full h1 a { text-decoration:none;color:#00B1C5;}
.entry .post_full h1 a:hover { text-decoration:none;color:#333;}
.entry .post_full h2 {float:left; width:620px; margin:0px; margin-bottom:3px; color:#5786b0; font-size:18px;}
.entry .post_full h2 a { text-decoration:none;color:#00B1C5;}
.entry .post_full h2 a:hover { text-decoration:none;color:#333;}
.entry .post_full h3 {float:left; width:620px; margin:0px; margin-bottom:6px; margin-top:10px; color:#00B1C5; font-size:16px;}
.entry .post_full h3 a { text-decoration:none;color:#00B1C5;}
.entry .post_full h3 a:hover { text-decoration:none;color:#333;}
.entry .post_full h4 {float:left; width:620px; margin:0px; margin-bottom:6px; margin-top:10px; color:#00B1C5; font-size:16px;}
.entry .post_full h4 a { text-decoration:none;color:#00B1C5;}
.entry .post_full h4 a:hover { text-decoration:none;color:#333;}
.entry .post_full h5 {float:left; width:620px; margin:0px; margin-bottom:6px; margin-top:10px; color:#00B1C5; font-size:16px;}
.entry .post_full h5 a { text-decoration:none;color:#00B1C5;}
.entry .post_full h5 a:hover { text-decoration:none;color:#333;}
.entry .post_full p {float:left; width:620px; margin:0px; margin-bottom:3px; color:#484848; font-size:12px; line-height:18px; text-align:justify;}
.entry .post_full p span {float:left; margin:0px; color:#949494;}
.entry .post_full p a { text-decoration:underline;color:#00B1C5;}
.entry .post_full p a:hover { text-decoration:none;color:#333;}
.entry .post_full ol {float:left; width:580px; margin:0px; margin-bottom:3px; color:#484848; font-size:12px; line-height:18px; list-style:square;}
.entry .post_full ul {float:left; width:580px; margin:0px; margin-bottom:3px; color:#484848; font-size:12px; line-height:18px;}
.entry .post_full ul li {float:left; width:580px; margin:0px; color:#484848; list-style:disc;}
.entry .post_full ul li a { text-decoration:underline;color:#00B1C5;}
.entry .post_full ul li a:hover { text-decoration:none;color:#333;}

.entry .post_full ul li ul {float:left; width:530px; margin:0px; margin-bottom:3px; color:#484848; font-size:12px; line-height:18px;}
.entry .post_full ul li ul li {float:left; width:530px; margin:0px; color:#484848; list-style:disc;}

.entry .post_full table {float:right; width:620px; font-size:12px; background:#fff; border:1px solid #ccc; margin-bottom:17px; margin-top:15px;}
.entry .post_full table tbody tr th { text-align:left;font-size:12px; padding:5px;}
.entry .post_full table tr { text-align:left;font-size:12px; border-bottom:1px solid #ccc;}
.entry .post_full table tr td { text-align:left;font-size:12px; padding:5px 5px 5px 5px;color:#000;border: 1px solid #DEDEDE;}
.entry .post_full table tr td a { text-align:left;font-size:12px; padding:5px 5px 5px 5px;text-decoration:none; color:#000;}
.entry .post_full table tr th { text-align:left;font-size:12px; padding:5px 5px 5px 5px;color:#000;border-bottom-style: solid;}
.entry .post_full table tr th a { text-align:left;font-size:12px; padding:5px 5px 5px 5px; text-decoration:none; color:#000;}

.entry .post_full .menuList {padding: 0px; width:580px;}
.entry .post_full .menuList li {list-style:none;}

.entry p span a { text-decoration:underline;color:#5786b0;}
.entry p span a:hover { text-decoration:none;color:#333;}

.materias table {
    margin-bottom: 10px;
    margin-top: 10px;
}
.materias table .bcolor5 {
    background-color: #D8EAF4;
}
table.autoridades {
    width: 80%;
}
table.table_plan_estudio {
    border: 2px solid;
}
table.table_plan_estudio th {
    background-color: #D8EAF4;
    border-bottom-style: solid;
    padding: 5px;
    width: 16%;
}
table.table_plan_estudio td {
    padding-bottom: 5px;
    padding-top: 5px;
}
table.table_plan_estudio td.cursillo {
    text-align: center;
}

/* ==|== print styles =======================================================
   Print styles.
   FOOTER
   ========================================================================== */
.colours {line-height:0px;}
.f_intermed {width:100%; height:auto;background:url(images/back_footer.png) repeat-x top #eeeded;}
.f_footer {
  background: none repeat scroll 0 0 #626262;
  height: 94px;
  width: 100%;
}
footer section p {
  color: #CCCCCC;
  font-size: 12px;
  margin: 10px 0 0 10px;
  padding-top: 6px;
  text-align: left;
  width: 650px; float:left;
}
footer section img {float:left;}

.f_intermed ul { float:left; width:190px; margin-left:10px;font-family:Arial, Helvetica, sans-serif; font-size:13px; color: #808080; height:autox; padding-bottom:10px;}
.f_intermed ul li {float:left; list-style:none; width:230px;}
.f_intermed ul .li_title {font-size:20px; color:#00B1C5; margin-bottom:6px;}
.f_intermed ul li a { text-decoration:none;color: #808080;}
.f_intermed ul li a:hover { text-decoration:none;color: #568391;}


/* ==|== print styles =======================================================
   Print styles.
   Various
   ========================================================================== */
.paginav {width:100%; float:left; height:auto; margin-bottom:12px;}

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: none;
	padding: 3px 5px;
	margin: 2px;
	background:#fff; color:#333;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	 background:#22ACCC; color:#fff;
}

.wp-pagenavi span.current {
	font-weight: bold;  background:#22ACCC; color:#fff;
}



div.wpcf7 {
	margin: 0;
	padding: 0; float:left; width:590px;
}

div.wpcf7-response-output {
	margin:0px;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 1px solid #398f14;
	float:left; padding:10px;
	font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#666;
}

div.wpcf7-mail-sent-ng {
	border: 1px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 1px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 1px solid #F00;
	float:left; padding:10px;
	font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#666;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: -5px;
	left: 298px;
	z-index: 100;
	background: #fff;
	border: 1px solid #F00;
	font-size: 10pt;
	width: 235px;
	padding:2px 10px 2px 10px; color:#666;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}
.left_gral .wpcf7 p { font-family:Arial, Helvetica, sans-serif; font-size:12px; float:left; width:590px; height:auto; color:#4c4c4d; line-height:18px;margin-bottom:10px; margin-left:15px;}
div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}
.left_gral .wpcf7 p span {
    color: #666;
}
div.wpcf7 .watermark {
	color: #888;
}

.wpcf7-submit { width:auto; background:#09F; cursor:pointer; display:block; float:left; border:none; text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:11px; padding:7px 15px 7px 15px; color:#FFF; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
.wpcf7-submit:hover{ background:#0C0;cursor:pointer; display:block; float:left;}

/* ==|== Tabs ===============================================================
   Agregado por Seba
   ========================================================================== */

.ui-state-default {
	width: 80px !important;
}
.page-template-default .entry .post_full table {float:none; width:620px; font-size:12px; background:#fff; border:1px solid #ccc; margin-bottom:17px; margin-top:15px;}