
/** BASIC **/

input, textarea, select,table {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #494949;
}
p,cite{
	font-size: 12px;
	padding-bottom: 1.2em;
}

/** TEXT **/

.title{
	color:#378EB3;
	font-size:1.61em;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.subtitle{
	color:#506071;	
	text-decoration:none;
	font-size:1.2em;
}
.newtext{
	color:#b31d00;
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
}
.forms
{
	color:#506071;
	font-size:.9em;
	text-decoration:none;
}
.subtext{
	color:#506071;
	font-size:.8em;
	text-decoration:none;
}
.emph{
	font-size: 11px;
	color:#878787;
}
.message{
	color:#b31d00;
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
}
.sitemap{
	font-size: 12px;
	color: #454545;
}

/** LINKS **/


a {
    color: #575e58;
    font-weight: bold;
    text-decoration:none;
}

a:hover {
    color: #b31d00;
}

a.outlink{
	color:#717171;
	text-decoration:underline;
}
a.outlink:hover{
	color:#717171;
	text-decoration: none;
}

a.title{
	color:#454545;
	font-size:1.1em;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-decoration:none;
	
}
a.title:hover{
	text-decoration:underline;
}

a.subtitle{
	color:#506071;
	font-size:1.2em;
	font-weight:bold;	
	text-decoration:underline;
}
a.subtitle:hover{
	text-decoration:underline;
}

a.newtext{
	color: #333;
	text-decoration:none;
}
a.newtext:hover{
	text-decoration:underline;
}

a.subtext{
	color:#506071;
	font-size:.8em;
	text-decoration:none;
}


a.emph{
	color:#878787;
	text-decoration:none;
}
a.emph:hover{
	text-decoration:underline;
}

a.sitemap{
	color: #454545;
	text-decoration: none;	
}
a.sitemap:hover{
	color: #454545;
	text-decoration:underline;
}

/** LISTS **/

ul.indent{
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
	list-style:none;	
}

li.foro{
	padding:5px 5px 5px 5px; 
	margin:0px 0px 0px 0px;
	list-style:none;
	background:url(images/cats3.gif) left bottom repeat-x;	
}

.list0 {
	padding: 0px;
	padding-left: 0px;
}

.list1 {
	margin-right: 10px;
	padding-left: 20px;
}

.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

li {
	padding-left: 0px;
}
/** FORMS **/

.input1 {
	width: 200px;
	border: 1px solid #EEEEEE;
}
.input1_button {
	font-size:11px;
	   font-family:Verdana,sans-serif;
	   color:#FFFFFF;
	   width:100px;
	   background-color:#B5BEC8;
	   border-style:solid;
	   border-color:#6E8EA0;
	   border-width:1px;
}
.input1_button:hover {
	background: #EEEEEE;
	color:#6E8EA0;
}
.input2 {
	width: 380px;
	border: 1px solid #6E8EA0;
}
.input0 {
	width: 142px;
	border: 1px solid #DDDDDD;
}
.input_small {
	width: 70px;
	border: 1px solid #DDDDDD;
}
.input_pseudo {
	font-size: 9px;
	border: 1px solid #DDDDDD;
}
.input_pseudo:hover {
	font-size: 9px;
	background: #B5BEC8;
	color:#000033;
}



/** IMAGES **/

.img1{
	float: left;
	margin-right: 15px;
}
img.left{
	float: left;
	margin: 3px 10px 10px 0px;
	border: 0px;
}
img.right{
	float: right;
	margin: 0px 10px 10px 3px;
}
img.center{
	margin: 10px auto 10px auto;

}
img.border{
	float: left;
	margin-right: 15px;
}

/** TABLES **/

table#foro{
	background-color:#F2F2F2;
	padding: 0.2em;
}

table#recursos{
	background-color:#F2F2F2;
	padding: 0px;
}

table#docs{
	background-color:#F2F2F2;
	padding: 10px;
}
table#blog{
	background-color:#F2F2F2;
	padding: 10;
}
table#code{
	background: url(images/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #02739b;
	color: #555;
	padding: 10px;
	width: 250px;
	font: normal .9em "Lucida Sans Unicode",serif;	
}
table#item {
	padding: 20px;
}

/** MISC **/
.hr {
	height: 1px;
}

cite {
	background: url(images/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}


/***************************************************/

/* CSS Document */





html {
    margin: 0;
    padding: 0;
}

img { border: 0; }



/* page structure */



#wrapper {
    background: url(images/body_t.png) no-repeat;
    height: 39px;

    margin: 0;
    padding: 0 0 0 0;    
}

#body {
    background: url(images/body_bg.png) repeat-y;

    margin: 0;
    padding: 0px 40px 10px 20px;
}

#footer{
    background: url(images/footer.png) no-repeat;

    margin: 0;
    padding: 0 40px 20px 20px;
}


#wrapper_noclip {
    background: url(images/body_t_noclip.png) no-repeat;
    height: 39px;

    margin: 0;
    padding: 0 0 0 0;
}

.bgmenu { background: url(images/back_menu.png) repeat-y left top; }
.bgmenu_bottom { background: url(images/back_menu_bottom.png) no-repeat left top;  }
.bgmenu_top { background: url(images/back_menu_top.png) no-repeat left top; }


/*** MENU ***/
.bgmenu h1 {
	color: #907C63;
	margin-top: 0.4;
	margin-bottom: 0.5em;
	font-size: 1.2em;
}
.bgmenu ul {
	border-top: 0px;
	margin: 0;
	padding: 0;
}
.bgmenu li {
	border-bottom: 1px solid #DDD;
	list-style: none;
	margin: 0;
}
.bgmenu li a {
	color: #777;
	font-size: 1em;
	padding: 3px 6px 3px 0px;
	text-decoration: none;
}
.bgmenu li a:hover {
	color: #111;
}


.verticaltext{
	font: bold 13px Arial;
	position: absolute;
	right: 3px;
	top: 20px;
	width: 15px;
	writing-mode: tb-rl;
}

#nav {
    position: relative;
    top: 0px;
    left: 0;
    width: 31px;
    margin: 0;
    padding: 0;
    z-index: 5;
}

#nav li {
    float: left;
    width: 31px;
    padding: 0;
    margin: 0;
    list-style: none;
}

#nav img {
    display: block;
}


#page_title {
    float: left;
    margin: 3px 10px 10px 15px;
    padding: 20px 0 50px 0;
    width: 57px;
    border-right: 1px solid #d4d6cf;
   
}
#contenido {
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    width: 390px;
}

#contenido_small {
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    width: 320px;
}

* html #page_title {
    margin-left: 7px;
}


#news {
    float: left;
    width: 129px;
    margin: 10px 0 0px 6px;
    background: url(images/box_bg.gif) repeat-y;
}

#news div {
    background: url(images/box_t.gif) no-repeat;
}

#news div div {
    padding: 12px 12px 7px 12px;
    background: url(images/box_b.gif) bottom left no-repeat;
}

#news p {
    margin: 0;
    padding: 0 0 3px 0;
}

#news .readmore {
    padding-top: 4px;
}

#paper {
    position: absolute;
    top: 39px;
    left: 243px;
    width: 196px;
    z-index: 9;
    background: url(images/paper_bg.gif) repeat-y;
}

#paper .inner {
    background: url(images/paper_b.gif) bottom no-repeat;
    padding: 8px 30px 18px 30px;
}

#paper .readmore {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
}

#paper p {
    margin: 1em 0;
    padding: 0;
}