/* *** Generated by www.csscreator.com *** */
/* *** modified by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
background-color: #333333;
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
padding:0px;
margin:0px;
}
a:link {
	background-color:#333333;
	color: #709FAD;
}
a:visited {
	background-color:#333333;
	color: #347082;
	
}
a:hover {
	background-color:#333333;
	color: #C2C2C2;
}
a:active {
	
	background-color:#333333;
	color: #116A84;
}

h1 {
	font-size: 11px;
	text-transform:uppercase;
	border-top:1px solid #564b47;
	border-bottom:1px solid #564b47;
	padding:5px 15px;
	margin:0px
}
h2 {
	font-size:20px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0px;
	color: #116A84;
}

h3{
	padding:0px;
	margin:0px;
	}



/* ----------Contenedor central---------- */
#container {
width: 800px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
} 

/* ----------cabecera-------------- */
#banner {
	text-align: right;
	color:#116A84;
	background-color: #333333;
	padding: 0px;
	margin: 0px;
	background-image: url(../imagenes/cabecera.png);
	background-repeat: no-repeat;
	height: 290px;
	
}

#banner img {padding:10px 0px;} 

#titulocabecera{
	width:250px;
	margin-top: 250px;
	margin-left: 550px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: right;
}
/* ----------contenido central----------------- */
#outer{
	border-left: solid 200px #333333;  /* color de la columna izquierda  */
	color:#FFFFFF;/* color del conteido central */
	height:850px;
 } 

#inner{ margin:0px; width:100%; } 

/* --------------Menu------------- */
#left {
 width:200px; 
 float:left; 
 position:relative; 
 margin-left:-200px; 
 margin-right:1px;
 text-align:left;
  }

.buttonscontainer {
	width: 100px;
	margin-top: 50px;
	margin-left: 100px;
}

.buttons a {
	color: #52828D;
	padding: 2px;
	padding-left: 3px;
	display: block;
	/*border-bottom: 1px solid #709FAD;*/
	font: 14px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.buttons a:hover {
	/*background-color: #116A84;*/
	color: #A6CFDB;
	text-decoration: none;
}

/* -----------------Contenido--------------------- */
#content{ 
position: relative; 
margin: 0px; }

p{
	padding: 5px 10px;
	margin:0px;
	font-size: 14px;
}



/*  ----------------pie---------------------- */ 
#pie{
	clear:left;
	padding:0px;
	margin:0px;
	text-align:center;
	color:#999999;
 } 

#validos{
	width:200px;
	margin-left: 600px;
	margin-top: -20px;
}




