/* CSS Document */

/*PAGE LAYOUT*/
body {
	text-align: center;
	background-color: #FFF;
}

#header {
	width: 800px;
	margin:0px auto;
}

#languages {
	text-decoration: none;
	display: inline;
	list-style: none;
}

#languages li {
	padding: 3px 3px 0px 3px;
	margin: 0px 1px;
	font-size: xx-small;
	float: right;
}

#languages li a {
	border-top: 2px solid #FFF;
	padding-top: 3px;
	color: gray;
	text-decoration: none;
}

#languages li a:hover {
	border-top: 2px solid orange;
	text-decoration: none;
}

#titulo {
/*	width:800px; */
	height: 80px;
	/*background: #F2F2F2  url(../imagenes/logo2.png) no-repeat center left;*/
	/*background: #F2F2F2;*/
	background: #FFF url(images/banner.png) 96% 96% no-repeat;
	vertical-align: center;
	padding: 2px;
	/*color: orange;*/
}

#titulo img {
	float: left;
	margin-left: 50px;
}

#google {
         float: left;
         /*margin: 10px 0px 0px 10px;*/
         margin: 0px;
         width: 120px;
}

#main_c {
	margin: 20px auto;
        width: 880px;
}

#main {
        float: left;
	/*text-align: right;*/
	width: 755px;
	margin: 20px auto;
	vertical-align: top;
        /*border: 1px solid green;*/
}

#menu{
	float: left;
	width: 179px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

#menu ul{ 
	text-decoration: none;
	border: 0px;
	list-style: none;
	text-align: right;	
}

#menu ul li {
	/*float: right;
	width: 179px;
	height: 20px; */
	text-align: center;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#menu ul li a{
	float:right;
	width:179px; 
	height: 20px;
	background: #FFF url(images/left.png) 0 100% no-repeat;
	border: 0px;
	padding-top: 5px;
	font: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: orange;
	text-decoration: none;	
}

#menu ul li a:hover, #menu ul li a.active {
	background: orange url(images/left.png) 0 0 no-repeat;
	color: #FFF;
}

#menu ul li a.libreria {
        background: #244833 url(images/left.png) 0 0 no-repeat;
        color: #E0B22F;
}

#content {
	float: right;
	width: 576px;
	background-color: orange; 
	/*border-left: solid 1px #999999;
	border-right: solid 1px #999999; 
	border-bottom: solid 1px #999999;
	border-top: dotted 1px #CCCCCC; */
	min-height: 360px;
	color: white;
	text-align: center;
}

.tableEditBox {
	background-color: orange;
 	color: white;
	text-align: center;
}

#s1 {
	text-align: center;
        margin: 2px auto;
}

#footer {
	width: 590px;
	/*padding-right: 10px;
	padding-left: 200px;*/
	margin: auto;
	text-align: center;
	color: gray;
	font-size: xx-small;
}

.diestra {
	width: 49%;
	float: right;
}

.siniestra {
	width: 49%;
	float: left;
}

.cleaning {
	clear: both;
}


/* ROUNDED BORDERS */
.bl {background: url(images/bottom-left.png) 0 100% no-repeat;}
.br {background: url(images/bottom-right.png) 100% 100% no-repeat; min-height:360px;}
.tl {background: url(images/top-left.png) 0 0 no-repeat;}
.tr {background: url(images/top-right.png) 100% 0 no-repeat; padding: 20px;}


/*TEXT STYLES*/
.bodytext {
	font: 10pt Tahoma, sans-serif;
	font-weight: 500;
	color: #fff;
	/*color: gray;*/
}

.bodytext a, .bodytext a:visited, .bodytext a:link, .bodytext a:hover, .bodytext a.here {
      	color: #fff;  
}

a img {
       text-decoration: none;
       border-style: none;
}

.bodytext_tit {
	font: 12pt Tahoma, sans-serif;
	font-weight: 800;
}