/*
	Adecco: Estilos basicos
	Author: eLogos
*/
/*
  Corporate Red		#ea2026
  Corporate Grey	#a9a18c
  Grey tint 1		#b6af9d   
  Grey tint 2		#c3bda3 (195,189,174)   Grey tint 1,  selected main menu
  Grey tint 3		#d0cbbf   highlight grey , used for the selected tab, graphics and sub heading
  Grey tint 4		#ddd9d0   
  Grey tint 5		#e9e7e1  
 
  #A3A18C   main menu
  #EAE7E2   left menu
*/

/*Maria: estilos*/
/*
  Corporate Red		#ea2026
  Corporate Grey	#a9a18c
  Grey tint 1		#b6af9d   
  Grey tint 2		#c3bda3 (195,189,174)   Grey tint 1,  selected secondary menu
  Grey tint 3		#d0cbbf highlight grey , used for the selected tab, graphics and sub heading
  Grey tint 4		#ddd9d0   
  Grey tint 5		#e9e7e1  
*/

.LanguageLink
{
	font-family: Arial, Sans-serif;
	font-size:xx-small;
	color: #a9a18c
}

a.LanguageLink
{
	font-weight:normal;
	color: #a9a18c
}

a.LanguageLink:hover
{
	font-weight:normal;
	color: #ea2026
}

img 
{
  border: none;
  display: block;
}

p {
	margin-bottom: 10px;
	margin-right: 6px;
	margin-top: 0px;
	text-align:justify;
}

h1,h2,h3,h4,h5{
	margin: 15px 0px 5px 0px;
	padding: 0px;
	font-weight:normal;
	color: #a9a18c;
}

h1 { 	font-size: 3em;}

h2 { 	font-size: 2.0em;}

h3 { 	font-size: 1.5em;}

h4 { 	font-size: 1.0em; font-weight:bold;}

h5 { 	font-size: 1.0em;}

hr {
        border: none 0px;
		border-top: 1px solid #c3bda3 ;
		height: 1px;
        margin: 0px;
        margin-bottom: 10px;
}

a
{
	font-family: Arial, Sans-serif;
	font-weight:normal;
	color:#000000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color:#000000;
	color:#ea2026;
}
 
table  { border-collapse: collapse; border-spacing: 0; }

table{ font-size:1em;}

td a
{
	font-family: Arial, Sans-serif;
	font-weight:normal;
	color:#ea2026;
	text-decoration: none;
}

td a:hover, a:active, a:focus
{
	text-decoration: underline;
}
td.rojo {
	color:#ea2026;
}

a.button {
	padding: 3px 10px 1px 10px;
	text-decoration: none;
	color: #fff;
	background: #a9a18c;
	border: 1px solid #ddd9d0;
}

a.button:hover {
	color: #000;
	border: 1px solid #000;
}

a.button:active {
	color: #ea2026
}

input, textarea, select, option{
	color: #000;
	font-family: Arial, Sans-serif;
	font-size: 100%;
}

input { 
	border: 1px solid #ddd9d0;
	background-color: #ffffff;
	cursor: hand;
}

input[type="radio"]{
	border: 0px;
}

button {
	color: #fff;
	background: #a9a18c;
	border: 1px solid #ddd9d0;
	font-size: 1em;
}

button.buttonhover { 
	color: #000;
	border: 1px solid #000;
	cursor: hand;
}

button, input[type="button"], input[type="reset"] , input[type="submit"] { 
	color: #fff;
	background: #a9a18c;
	border: 1px solid #ddd9d0;
	font-size: 1em;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover , input[type="submit"]:hover {
	color: #000;
	border: 1px solid #000;
	cursor: pointer;
	cursor: hand;
}

a.button[disabled], button[disabled] {
	color: #ddd9d0;
}

a.button[disabled]:hover, button[disabled]:hover {
	background: #a9a18c;
	color: #ddd9d0;
	border: 1px solid #ddd9d0;
}

/*Maria: secciones*/

/* specific divs */
html, body {
	padding:0px;
	margin:0px;
	font-size: 100%;
}
html, body {height:100%}
body {
	font-family: Arial, Sans-serif;
	color: black;
	background: white url(../images/Background.gif) top center repeat-y;
	text-align: center;
	font-size: 0.75em;
}

.peque {
	font-size: 10px;
}

#container {
	padding: 0px;  
	margin: 0px auto;
	width: 752px;
	min-height: 100%;
	height: auto;
	text-align: left;
	position: relative;
}

* html #container {
	height: 100%;
	width: 752px;
}
#header{
   padding: 10px 0px;
}
#datos_alumno{
	background-image: url(../images/datos.gif);  
	left: 553px;
	top: 10px;
	width: 200px;
	height: 75px;
	text-align: center;
	position: absolute;
}
#noticia{
	margin-bottom: 10px;
	margin-right: 6px;
	margin-top: 0px;
	margin-left: 40px;
	text-align:justify;
}
#mainPage {
 width: 730px;
 margin: 10px 0px 0px 10px;
 padding: 0px;
}

/* footer */
#footerspace {
 clear: both;
 height: 50px;
}
#footer {
 height: 30px;
 position: absolute;
 bottom: 0px;
 font-size: 0.75em;
 margin: 0px;
 padding: 0px 0px 0px 350px;
 color: #a9a18c;
}
#footer a {
	color: #a9a18c;
}
#footer a:hover {
	color: #ea2026;
}


/* Main menu */
#mainMenu {
  float:left;
  width:100%;
  margin:0px;
  background:#A9A18C url("../images/right-end.gif") no-repeat right top;
  line-height:normal;
  border-bottom :8px solid #D0CBBF;
  font-size: 0.95em;
}
#mainMenu ul {
  margin:0px;
  padding:0px;
  list-style:none;
}
#mainMenu li {
	float:left;
	margin:0px;
	padding:0px 0px 0px 9px;
	background-image: url(../images/left.gif);
	background-repeat: no-repeat;
}
#mainMenu  a {
  float:left;
  display:block;
  background:url("../images/right.gif") no-repeat right top;
  padding:5px 5px 5px 2px;
  text-decoration:none;
  color: #fff;
}
#mainMenu a:hover {
  color: #000;
}
#mainMenu #home {
  background-image:url("../images/left-home.gif");
  border-width:0px;
}
#mainMenu #current {
  background-color:#D0CBBF;
  background-image:url("../images/left-on.gif");
}
#mainMenu #current a {
  background-image:url("../images/right-on.gif");
  padding-bottom:5px;
  color: #000; 
}
#mainMenu #current_right{
  background-image:url("../images/left-on.gif") right;
  border-width:0px;
}
#mainMenu #home_current {
  background-color:#D0CBBF;
  background-image:url("../images/left-home-on.gif");
  border-width:0px;
}
#mainMenu #home_current a {
  background-image:url("../images/right-on.gif");
  padding-bottom:5px;
  color: #000; 
}
#mainMenu #empty {
  background-image:url("../images/left.gif");
  border-width:0px;
  padding:5px 15px 5px 6px;
  height: 100%;
}