/* CSS Document */

html {
	width:100%;
	/*height:100%;*/
}

body {
	font-size:11px;
	width:100%;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	/*background-repeat:  repeat-y;
	background-position: center;*/
	line-height:1.5em;
	background-color:white;
}


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

a {
	color:75d1de;
	text-decoration:none;
	/*font-weight:bold;*/
}

a:hover {
	/*border-bottom:1px dashed grey;*/
}

a img {
	border:none;
}

.bold_text {
	font-weight:bold;
}

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

*html body {
	background-image:none;
}

/* Cabecera */
#cabecera {
	position:relative;
	width:780px;
	margin:auto;
	height:139px;
	/*background-image:url(../images/cabecera.jpg);*/
	z-index:100;
}

/* Cuerpo */
#cuerpo {
	text-align:left;
	position:relative;
	background-color:white;
	width:780px;
	margin:auto;
	z-index:0;
	margin-top:0px;
	/* hack para firefox y derivados */
	padding-top:1px;
}

*html #cuerpo {
	padding-top:25px;
	background-color:white;
}


/* Master menú */
#master_menu {
	position:relative;
	float:left;
	/*background-color:red;*/
	width:190px;
}

#master_menu a:hover {
	/*border-bottom:1px dashed #aaa;*/
}


/* ie mac */
.menu_option {
	margin-top:10px;
}

/*
	First comment. Explorer 5 Mac misses the end-of-comment
	because of the backslash
\*/

.menu_option {
	margin-top:10px;
}

/*
	Second comment. Explorer 5 Mac sees the end of this
	comment as the end of the previous one
*/


/* ie mac */
.menu_suboption {
	margin-left:40px;
	margin-top:5px;
}

/* \*/

.menu_suboption {
	margin-left:40px;
	margin-top:0px;
}

*html .menu_suboption {
	margin-left:40px;
	margin-top:5px;
}

/* */


/*ie mac */
#mid_cuerpo {
	position:relative;
	width:277px;
	width:340px;
	margin-left:200px;
	padding-right:75px;
}
/* \*/
#mid_cuerpo {
	position:relative;
	width:277px;
	width:340px;
	margin-left:200px;
	padding-right:0px;
}
*html #mid_cuerpo {
	position:relative;
	width:277px;
	width:340px;
	margin-left:200px;
	padding-right:0px;
}
/* */

/*ie mac*/
#right_cuerpo {
	position:relative;
	float:right;
	width:160px;
	height:200px;
	margin-top:5px;
}

/* \*/
#right_cuerpo {
	position:relative;
	float:right;
	width:160px;
	height:200px;
	margin-top:5px;
}

/* */


/* Pie */
#pie {
	position:relative;
	width:780px;
	height:50px;
	margin:auto;
	margin-top:2em;
}


.pie_item {
	/*padding:0 2em 5em 2em;*/
	/*padding:0 2em 0em 2em;*/
	float:left;
	/*border:1px solid black;*/
}


/* Hacks varios y útiles */
*html .fake {
	clear:both;
	width:40%;
	margin-top:-1.5em;
}

.clearboth {
	clear:both;
	line-height:0px;
	height:0px;
}

.bold {
	font-weight:bold;
}

.bold_turquesa {
	font-weight:bold;
	color:#75d1de;
}

.turquesa {
	color:#75d1de;
}

.bold_gris {
	font-weight:bold;
	color:#868484;
}

.gris {
	color:#868484;
}

.tab {
	padding-left:3em;
}	

h1 {font-size: 14px; font-family: Arial Narrow, Arial, Helvetica, sans-serif; margin-bottom: 0px}
