/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
	background-color: #4E4436;
	font-size: 10px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0px;
	margin:0px;
}

a {
	color: #C1B5A5;
	text-decoration: none;
}
a:visited {color: #C1B5A5;}
a:hover {color:  #4E4436;}
a:active { color: #C1B5A5;}

/* ----------P: Parrafo // h1: Titulo 1 // h2 : titulo 2-------------- */

p, pre{
	padding: 5px 16px;
	margin:0px;
	text-align : justify;
	line-height : 1.5em;
}



h1 {
font-size:10px;
font-weight: bold;
padding: 5px 16px;
margin:0px;
}

h2 {
font-size:10px;
font-weight: normal;
padding: 5px 10px;
margin:0px;
}

/* ----------TOP // flash-------------- */

#top{
	width:766px;
	height:296px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

/* ----------CONTENIDOS-------------- */

#contenido{
	width:766px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/fondo_barra.jpg); 
}

#contenido2{
	width:720px;
	margin: 0px 0px 0px 26px;
}

/* ----------CENTRO CONTENIDO-------------- */

#centro{
		padding: 0px;
		margin: 5px 0px 0px 170px;
		width: 542px;
		background-color : #D4CFC9;
}

#centro .centro-bottom{
	width: 542px;
	height:17px;
	background-image : url(../images/centro-bottom.jpg);
	background-repeat : no-repeat;
}

.floatleft{
Float:left;
margin-right:5px
}

.floatright{
Float:right;
margin-left:10px
}

.special {
	 color:#564b47;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-style:italic;
	 font-weight: bold;


	}

/* ----------CENTRO 2-------------- */

#centro_top{
	width:540px;
	height:10px;
	background-image:url(../images/contenido_centro_top.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#centro2{
	width:540px;
	background-image:url(../images/contenido_centro_centro.jpg);
    background-position:center;
}

#centro_bottom{
	width:540px;
	height:10px;
	background-image:url(../images/contenido_centro_bottom.jpg);
	background-position:center;
	background-repeat:no-repeat;

}



/* ----------BARRA IZQUIERDA-------------- */

#left {
	float: left;
	width: 165px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color : #9E9487;


}


/* ----------BOTTOM-------------- */

#bottom{
font-family:Verdana, Arial, Helvetica, sans-serif;
	width:621px;
	height:30px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top:13px;
	padding-left:145px;
	color:#C1B5A5;
	background-repeat:no-repeat;
	background-image:url(../images/bottom.jpg);

}
#bottom a {
	color: #C1B5A5;
	text-decoration: none;
}
#bottom a:visited {color: #C1B5A5;}
#bottom a:hover {color:  #4E4436;}
#bottom a:active { color: #C1B5A5;}
