/**************************************
 * THEME NAME: vcu
 *
 * Files included in this sheet:
 *
 *   vcu/styles.css
 *   vcu/styles_color.css
 *   vcu/styles_menu.css
 *   vcu/vcu_styles.css
 **************************************/

/***** vcu/styles.css start *****/

/******************************************************************

*	Theeme Name: Simplicity
*	Description: Simplicity is a fluid-width theme for Moodle.
*	Theme URL: http://newschoollearning.com/themes/simplicity
*	Support URL: http://newschoollearning.com/support
*	Author: Patrick Malley
*	Author URI: http://newschoollearning.com
*	Version: 20081020
*
* 	Note: Customize, edit, poke, prod, and adapt to your needs.
* 	However, do not share.  Unless other arrangements have been made,
*  	this style sheet (regardless of modification) remains the 
*  	property of NewSchool Learning and is licensed for use
*  	on a single installation of Moodle.  For questions, please
*  	contact the author at the above URI.  Enjoy.
 
*******************************************************************/

body {
  margin:0;
  padding:0;
  background:#FFF; 

}

body#site-index {
  background:url(background_siteindex.png);
  background-repeat:repeat-x;
}


body, table, td, th, li {
  font-family:Helvetica, Arial, Verdana, sans-serif;
  font-size:0.95em;
  line-height:1.4;
  color: #040404;
}

#page {
  margin:0 5%;
}

#site-index #page {
  width:836px;
  margin:auto;
}

#site-index #content {
  width:836px;
  margin:auto;
  margin-top: 0px;
  margin-left:-2px;
  background:url(background_siteindex2.png); 
  background-repeat:repeat-x;


}

#site-index #layout-table {
   width:96%;
   margin-left: 15px;
   margin-top:0px;
   padding-top: 10px;
}


#content {
  background:#fff;
}

h2.headingblock {
  border-width:0 0 3px 0;
  border-color:#ddd;
  padding-bottom:0;
  color:#015A82;
  font-size: 1.2em;
  text-transform: uppercase;
}

.sitetopic {
  background:url(gradient.gif) repeat-x 0 0;
  border-color:#eee;
}

/* Header */

#wrapper {
  margin:0 5%;
}

#rotater {
  background:url(gradient_b.gif) repeat-x 0 0;
}

#pictures {
  width:846px;
  height: 253px;
  margin:0 auto;
  background:url(background_siteindex4.png) repeat-x 0 0;
}

/* Navbar */

.navbar {
  border:none;
  font-size:0.9em;
}

.breadcrumb .sep {
  font-size:0.9em;
}

/* Sideblocks */

.sideblock {
  
}

.sideblock .content li {
  line-height:1.6;
}

.block_course_summary .content {
  border-top-width:1px;


/*Because it doesn't have a header */
}

.editing .block_course_summary .content {
  border-top:none;
}

/* Course */

.coursebox {
  border-width:0 0 1px 0;
  padding-bottom:10px;
}

.coursebox .info {
  width:40%;
}

.coursebox .summary {
  width:50%;
}

.categorybox {
  border:none;
}

/* User */

.userinfobox {
  border:none;
}

.userinfobox td.content {
  border:1px dotted #aaa;
  background:#eee;
}

/* Admin */

/* Messages */

.messages #page {
  margin:0;
}/***** vcu/styles.css end *****/

/***** vcu/styles_color.css start *****/

/* Use this file to alter your colors */

/* Edit the color values below to change your link font colors */

a:link,
a:visited,
div.tabtree ul li ul li a span {
  color:#00a9c0;
}

/* Edit the color value below to change your link font colors when hovered over. */

a:hover,
a:active {
  color:#015A82;
}

/* Edit the following color value to change the font color of H1, H2, and H3 elements placed in the "topic section" of the front page. */

.sitetopic h2,
.sitetopic h3,
.sitetopic h4 {
  border-bottom:1px dotted #ddd;
  margin-top:0;
  color:#578638;
}

/* Edit the hex code in the "border-bottom" line below to change the color of the header bottom border. And, of course, the background hex will alter the background image color */

#header-home,
#header {
 padding: 0px 0 40px;
}

/* This sets the color of your site and course titles  that appear in your header of each page */
h1.headermain {
  color:#fff;
}

/* This sets the color of span items in your course or site titles. This is further explained in README.html */

h1.headermain span {
  color:#bbb;
}

/* Sets the color of "You are logged in as ..." text */
.headermenu {
  color:#ddd;
}

/* Sets the color of your tagline */

h2.headertag {
  float:left;
  margin:0;
  font-size:0.8em;
  clear:both;
  color:#ccc;
  line-height:1em;
}

/* Sideblock link color */

.sideblock a:link,
.sideblock a:visited {
  color:#00a9c0;
}

/* Sideblock link color while hovered over */

.sideblock a:hover,
.sideblock a:active {
  color:#015A82;
  text-decoration:none;
}

/* You can alter the color and border of the sideblocks here */

.sideblock .header {
  border-width:1px 1px 0 1px;
 /* background:#f3f3f3; */
  background:#FFF;
  border-style:dotted;
  border-color:#FFF;
  padding:5px;
}

.sideblock .content {
  border-width:0 1px 1px 1px;
/* background:#f3f3f3; */
  background:#FFF;
  border-style:dotted;
  border-color:#FFF;
  padding:5px;
  padding-bottom: 15px;
  line-height:1.5;
  background: url(block_imagen_bottom.png) repeat-x 0 0;
  background-position:bottom;
}

/* Sets the color of sideblock titles */

.sideblock .title h2 {
  font-size:1.2em;
  border-bottom:1px dotted #aaa;
  color:#578638;
}

/* This will change the color of "selected" weeks or topics in course view */

#course-view .weeks .current td.side,
#course-view .topics .current td.side {
  background:#00a9c0;
  color:#fff;
}

/* Sets the color of fieldset titles (legends) in profile, admin, etc. */

legend {
  background:url(gradient.jpg) repeat-x 0 0;
  border:1px solid #ddd;
  color:#46768b;
  padding:1px 4px
}

/* Determines the color of forum list header background color */

.forumheaderlist th {
  background:#679e42;
  border-bottom:1px solid #000;
}/***** vcu/styles_color.css end *****/

/***** vcu/styles_menu.css start *****/

/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/

.qmmc .qmdivider {
  display:block;
  font-size:1px;
  border-width:0px;
  border-style:solid;
  position:relative;
  z-index:1;
}

.qmmc .qmdividery {
  float:left;
  width:0px;
}

.qmmc .qmtitle {
  display:block;
  cursor:default;
  white-space:nowrap;
  position:relative;
  z-index:1;
}

.qmclear {
  font-size:1px;
  height:0px;
  width:0px;
  clear:left;
  line-height:0px;
  display:block;
  float:none !important;
}

.qmmc {
  position:relative;
  zoom:1;
  z-index:10;
}

.qmmc a, .qmmc li {
  float:left;
  display:block;
  white-space:nowrap;
  position:relative;
  z-index:1;
}

.qmmc div a, .qmmc ul a, .qmmc ul li {
  float:none;
}

.qmsh div a {
  float:left;
}

.qmmc div {
  visibility:hidden;
  position:absolute;
}

.qmmc .qmcbox {
  cursor:default;
  display:inline-block;
  position:relative;
  z-index:1;
}

.qmmc .qmcbox a {
  display:inline;
}

.qmmc .qmcbox div {
  float:none;
  position:static;
  visibility:inherit;
  left:auto;
}

.qmmc li {
  z-index:auto;
}

.qmmc ul {
  left:-10000px;
  position:absolute;
  z-index:10;
}

.qmmc, .qmmc ul {
  list-style:none;
  padding:0px;
  margin:0px;
}

.qmmc li a {
  float:none;
}

.qmmc li:hover>ul {
  left:auto;
}

#qm0 ul {
  top:100%;
}

#qm0 ul li:hover>ul {
  top:0px;
  left:100%;
}

/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/

/* QuickMenu 0 */

/*"""""""" (MAIN) Container""""""""*/

#qm0 {
  width:auto;
}

/*"""""""" (MAIN) Items""""""""*/

#qm0 a {
  padding:0px 10px 0px 10px;
  background-color:transparent;
  text-decoration:none;
  text-align:left;
   /* se cambio bold por normal*/
  font-weight:normal;
  font-size: 0.95em;
}

/*"""""""" (MAIN) Hover State""""""""*/

#qm0 a:hover,
#qm0 li:hover>a {
  text-decoration:none;
}


/*"""""""" (SUB) Container""""""""*/

#qm0 div, #qm0 ul {
  padding:0;
  margin:0px 0px 0px 0px;
  border-top: none !important;
}

/*"""""""" (SUB) Items""""""""*/

#qm0 div a, #qm0 ul a {
  padding:4px 40px 4px 10px;
  z-index:103;
}

/*"""""""" (SUB) Hover State""""""""*/

#qm0 div a:hover,
#qm0 ul li:hover>a,
body #qm0 div .qmactive,
body #qm0 div .qmactive:hover {
  text-decoration:none;
}
/***** vcu/styles_menu.css end *****/

/***** vcu/vcu_styles.css start *****/

/* CSS Document */

body, table, td, th, li {
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 0.95em;
    line-height: 1.4;
}

#header-home, #header {
	background: url('header_background_1.png') repeat-x; 
	height: 47px;
}


#boton_login {
	position: absolute;
	width: 85px;
	height: 29px;
	left: 50%;
    margin-top: 23px;
	margin-left: 275px;
	z-index: 100;  
}

#boton_login a {     
	text-decoration: none;
	font-size:12px;
	color: #FFF;}
#boton_login a:visited { text-decoration: none;
	color: #FFF;}
#boton_login a:hover { text-decoration: none;
	color: #015b80;}
	

#boton_logout {
	position: absolute;
	width: 86px;
	height: 29px;
	left: 50%;
    margin-top: 23px;
	margin-left: 327px;
	z-index: 100; 
}

#boton_logout a { 
	text-decoration: none;
	font-size:12px;
	color: #FFF;}
#boton_logout a:visited { text-decoration: none;
	color: #FFF;}
#boton_logout a:hover { text-decoration: none;
	color: #015b80;}
	

#boton_youare {
	position: absolute;
	height: 29px;
	left: 50%;
    margin-top: 60px;
	margin-left: 150px;
	z-index: 100; 
	color:#FFF;
}

#boton_youare a { 
	text-decoration: none;
	font-size:12px;
	color: #FFF;}
#boton_youare a:visited { text-decoration: none;
	color: #FFF;}
#boton_youare a:hover { text-decoration: none;
	color: #015b80;}
	
	

.imagen_central{
	position: absolute;
	top: 0%;
	left: 50%;
	margin-top: 0px;
	margin-left: -418px;
}

#header_menubox {
    position: absolute;
	background-color:#fff; 
	width: 800px;
	height: 20px;
	left: 50%;
	margin-top: 102px;
	margin-left: -405px;
}

.sideblock .title h2 {
    border-bottom: 1px dotted #FFF;
    color: #015a82;
    font-size: 1.1em;
	/* font-variant:small-caps; */
	text-transform:uppercase;
}


#menubox {
	height: 20px;
	margin: 0;
}

.menu_li1 {
	margin-left: 0px;
	margin-right: 14px; 	
}

.menu_li {
	margin-left: 14px;
	margin-right: 14px; 	
}


#footer {
    color: #FFF;
    text-align: center;
}

#footer .myvalidators {
    border-top: 1px dotted gray;
    margin-top: 0px;
    padding-top: 0px;
}

#footer .myvalidators ul {
    list-style-type: none;
    margin: 2;
}
#footer .myvalidators li {
   display: inline;
   margin: 5px;
}

#footer .myvalidators {
    font-size: 0.6em;
}

#footer_top {
	margin:0 auto;
	height:80px;
    text-align: center;
	/*background: url('bottom_background_2.png') repeat-x;*/
}


#sub_footer_top {
	margin:0 auto;
	height:80px;
	width:800px;
    text-align: center;
	/*background: url('bottom_background_2.png') repeat-x;*/
}

#sub_footer_top_interior {
	margin:0 auto;
	height:80px;
	width:90%;
    text-align: center;
	/*background: url('bottom_background_2.png') repeat-x;*/
}


#footer-loggedinas {
	height:40px;
    text-align: center;
	background-color: #00a9c0;
	padding-top: 10px;
}

#footer-loggedinas a { margin: 0;
	padding: 0 10px;
	text-decoration: none;
	color: #FFF;}
#footer-loggedinas a:visited { text-decoration: none;
	color: #FFF;}
#footer-loggedinas a:hover { text-decoration: none;
	color: #015b80;}


#footer .performanceinfo {
    border-top: 1px dotted gray;
    margin-top: 0px;
    padding-top: 10px;
	color:#000;
}


#footer_top_left {
   margin: 0;
   width:50%;
   height:75px;
   float:left;
   background:transparent;
   text-align:left;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 0.95em;
}

#footer_top_right {
   margin: 0;
   width:50%;
   height:80px;
   float:right;
   background:transparent;
   text-align:left; 
}

#footer_top_right_interior {
   margin: 0;
   width:50%;
   height:80px;
   float:right;
   background:transparent;
   text-align:right; 
}

.clearfix {
    display: block;
}

.clearfix {
    min-width: 0;
}


/* Menu items */

#qm0 { /* Main bar background */
  background:#FFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 16px;
}

#qm0 a { /* color of links and border in main dropdown */
  color:#040404;
}

#qm0 a:hover, /* main dropdown bar link hover */
#qm0 li:hover>a, /* same as above for pure CSS */
body #qm0 .qmactive, /* main dropdown active */
body #qm0 .qmactive:hover { /* main dropdown active too */
  background: #FFF;
  color: #0c6891; /* link hover color in main bar */

}

#qm0 div,
#qm0 ul { /* Submenu dropdown box */
  background:#f6f6f6;
}

#qm0 div a, 
#qm0 ul a { /* Submenu dropdown link font color */
  color: #0c6891;
  font-weight:normal;
}

#qm0 div a:hover,
#qm0 ul li:hover>a,
body #qm0 div .qmactive,
body #qm0 div .qmactive:hover { /* Submenu dropdown link hover and active font and background */
  background:#00a9c0;
  color:#FFF;
  font-weight:normal;
}

/***** vcu/vcu_styles.css end *****/


