/* $Id$  */
/* 
  * The idea is that this is the stylesheet where you'd make simple changes
  * to this theme...so go nuts!
*/


/* Overall Settings for text colors, sizes and fonts */
body	{
	font-family: "Lucida Grande",Helvetica, Arial, sans-serif;
	color: #333;
	min-width:1000px;
}
#left-sidebar	{
	padding-right:2%;
}
#right-sidebar	{
	padding-left:2%;
}

/* Unvisited Links */
a:link {
	color: #333;
	text-decoration: underline;
}
/* Visited Links */
a:visited {
	color: purple;
}
/* Hover Links */
a:hover {
	color: #00008B/*DarkBlue*(;
	background-color:#F5F5F5/*WhiteSmoke*/;
}

/* Header Links (including main navigation) */
#header-section a:link,
#header-section a:visited	{
	color: White;
	background-color:Red;
	}
#header-section a:hover	{
	color: white;
	background-color:#bb4400;
	text-decoration:none;
	}
#header-left {
	float:left;
	width:95%;
}
#header-right {
	float:right;
	width:5%;
}

#nav	{
	width:100%;
	text-align:center;
	/*background-color:#e4dcc9;*/
	/*background-color:#cc0066;*/
	background-color:Red;
	text-color:Black;
	text-decoration:none;
	display:block;
	/*width:1024px;*/
	horizontal-align:center;
	/*
	top:190px;
	width:25em;
	margin-left:auto;
	margin-right:auto;
	*/
}
/* SubNav Link Color */
#subnav a	{
	/*color: #999;*/
	color: black;
}

/* Page Titles Color and Size */
h1	{
	/*color: Black;*/
	color: Red;
	font-size: 150%;
	font-weight:bold;
	text-align:left;
	line-height:normal;
	/*background-image:url(img/fondo_central.jpg);*/
	/*background-image:url(img/fondo_bloques_2.jpg);*/
	/*background-image: url(img/fondo_general.jpg);*/
	background-color:#ffffd0;
	/*background-color:#FFaaC1;*/
	/*background-color:#ffddff;*/
	border-style:ridge;
	/*background-color: 	#bbbbff;*/
	border-width:thick;
	border-color:Red;
	/*border:medium simple #f00;*/
	border:none;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
}
/* Teaser Titles Color and Size */
h2 {
	color: Blue;
	font-size: 130%;
	line-height:normal;
}
/* colores de los bloques de derecha e izquierda */
#left-sidebar .block, #right-sidebar .block {
	background-image: url(img/fondo_bloques_2.jpg);/* none repeat scroll 0 0;*/
	/*border:1px solid #CCCCCC;*/
	border:1px solid Black;
	margin-bottom:20px;
	padding:10px;
}
#body-section .node	{
	border:1px solid Gray;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
}
.node	{
	/*background-image:url(img/fondo_central_3.jpg);*/
	background-color:#ffffff;
}
.clear-block	{
	text-align:justify;
	margin:8px;
}
.content	{
	/*text-indent:.5em;*/
	/* cuando lo miras un rato queda mal con el indentado, quizá cuando cambiemos el tema */

}
.form-item	{
	text-align:left;
}
body.two-sidebars #body-section {
	/* si pongo el width:60%; del cuerpo central y el width:16% padding:4%; original de */
	/* las barras laterales, se ve bien en todos los navegadores a 1024x768 */
	/* menos en el infame internet explorer 6. La barra lateral derecha se  */
	/* traslada a la parte inferior de la página y queda fatal. Mierda de IE*/
	/* Ahora se ve descentrado en todos los navegadores, pero al menos en   */
	/* el mierda-navegador de los PCs de la empresa se verá correctamente.  */
	/* Con los PCs de RETOS no hay problema, vienen con TFT a 1280x1024 */
	width:58%;
	/*background-color:#ffffd0;*/ /*#e4dcc9;*/
	background-color:#bbbbff;
	/*background-color:#ffffd0;*/
	/*background-color:#4455ee;*/
	/*background-color:#fbf2e1;*/
	/*background-image:url(img/fondo_general.jpg);*/
}
#left-sidebar, #right-sidebar {
	font-size:0.9em;
	width:17%;
	text-align:left;
	/*background-color:red;*/
}
#wrapper	{
	/*background-color:#aaaaff;*/ /*#FFf6ff;#e4dcc9;*/
	background-color:#bbbbff;/*#FFf6ff;#e4dcc9;*/
	/*background-color:#ffffd0;*/
	/*background-color:#4455ee;*/
	/*background-image: url(img/fondo_general.jpg);*/
}
#wrapper #right-sidebar {
	padding-left:2%;
}
#wrapper #left-sidebar {
	padding-right:2%;
}
/* Header Background Color */
#wrapper #header-section {
	/*background-color: 	#aaaaff;*/ /*#e4dcc9;*/
	background-color: 	#bbbbff;
	/*background-color: 	#ffffd0;*/
	/*background-color:	#4455ee;*/
	/*background-image: url(img/fondo_general.jpg);*/
	/*background-repeat:repeat-y;*/
	/* El fondo se ha puesto en un DIV de page.tpl */
	/*height:200px;*/
	/*background-image: url(img/fondo_ast_bandeau.jpg);*/
	background-repeat: repeat;
	background-position: bottom left;
}

/* Site Name Color */
#site-name {
	color: #fff;
	font-size:36px;
	top:auto;
}

/* Slogan Color */
#site-slogan	{
	color: Lime;
	font-size:24px;
	top:auto;
}

/* Submitted Information in nodes and comments */
.submitted	{
	color: #999;
	font-size: .85em;
}


/* Node Links */
.node-links	,
.node-links	 a	{
	color: #999;
}

/* Footer Text */
#footer	{
	font-size: .9em;
	color: #999;
}

/* Footer Links */
#footer a:link,
#footer a:visited {
	color: #999;
}

.fcom	{
	text-align:right;
	color: Blue;
	font-weight:bold;
	font-style:italic;
}

.lema	{
	text-align:center;
	font-weight:bold;
	font-size:130%;
	line-height:normal;
	color: Red;
}

.titestatuto	{
	text-align:center;
	font-weight:bold;
	font-size:130%;
	line-height:normal;
	color: Black;
}
.seccestatuto	{
	text-align:center;
	font-weight:bold;
	line-height:normal;
	color: Blue;	
}