/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Style Style Sheet - Defines the main look like colors and backgrounds
 * Not all style related CSS is included, only colors and backgrounds which may change for different theme styles
 */


/* Base
----------------------------------------------------------------------------------------------------*/

body#page { background: #fefefe; }


/* Layout
----------------------------------------------------------------------------------------------------*/

/* Toolbar */
#toolbar { text-shadow: 0 1px 0 rgba(253,253,255,1.0); }

#toolbar,
#toolbar a { color: #99999b; }
#toolbar a:hover { color: #222224; }

/* Footer */
#footer {
	color: #87878B;
	text-shadow: 0 1px 0 rgba(253,253,255,1.0);
}

#footer a { color: #444446; }


/* Menus
----------------------------------------------------------------------------------------------------*/


/* Modules
----------------------------------------------------------------------------------------------------*/

/* Module Type: Headerbar Line */

#headerbar .module {
	color: #666668;
	text-shadow: 0 1px rgba(253,253,255,1.0);
}

#headerbar .module strong { color: #444446; }
#headerbar .module small { color: #99999b; }


/* Tools
----------------------------------------------------------------------------------------------------*/


/* System
----------------------------------------------------------------------------------------------------*/


/* Content
----------------------------------------------------------------------------------------------------*/
.numero{
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #135578;
	/*background-image:url(../images/bac-num.png);
	background-repeat:no-repeat;*/
	background-color:#135578;
	width:50px;
	height:50px;
	color:#FFF;
	padding: 10px 10px 10px 10px;
	font-size:18px;
	font-weight:bold;
	}
	
.azul{
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #74a5ed;
	color:#000;
	/*background-image:url(../images/bac-azul.png);
	background-repeat:no-repeat;*/
	background-color:#74a5ed;
	width:350px;
	height:50px;
	padding: 10px 10px 10px 10px;
	font-size:18px;
	font-weight:bold;
	}

.verde{
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #c0d48b;
	color:#000;
	/*background-image:url(../images/bac-verde.png);
	background-repeat:no-repeat;*/
	background-color:#c0d48b;
	width:350px;
	height:50px;
	padding: 10px 10px 10px 10px;
	font-size:18px;
	font-weight:bold;
	}

.amarillo{
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #ece86e;
	color:#000;
	/*background-image:url(../images/bac-amarillo.png);
	background-repeat:no-repeat;*/
	background-color:#ece86e;
	width:350px;
	height:50px;
	padding: 10px 10px 10px 10px;
	font-size:18px;
	font-weight:bold;
	}

.morado{
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #aa94f1;
	color:#000;
	/*background-image:url(../images/bac-morado.png);
	background-repeat:no-repeat;*/
	background-color:#aa94f1;
	width:350px;
	height:50px;
	padding: 10px 10px 10px 10px;
	font-size:18px;
	font-weight:bold;
	}

.verde-complementario{
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #90bf58;
	color:#000;
	/*background-image:url(../images/bac-verde-com.png);
	background-repeat:no-repeat;*/
	background-color:#90bf58;
	width:350px;
	height:50px;
	padding: 10px 10px 10px 10px;
	font-size:18px;
	font-weight:bold;
	}
	
.visita-rosa{
	background-color:#c6113e;
	color:#333;
	text-shadow:none;
	}

.visita-rosa a{
	background-color:#c6113e;
	color:#333;
	text-shadow:none;
	}

.visita-rosa a:hover{
	background-color:#c6113e;
	color:#FFF;
	text-shadow:none;
	}

.tit-rosa{
	background-color:#c6113e;
	color:#FFF;
	text-shadow:none;
	}
	
.visita-naranja{
	background-color:#d8710c;
	color:#333;
	text-shadow:none;
	}

.visita-naranja a{
	background-color:#d8710c;
	color:#333;
	text-shadow:none;
	}

.visita-naranja a:hover{
	background-color:#d8710c;
	color:#FFF;
	text-shadow:none;
	}

.tit-naranja{
	background-color:#d8710c;
	color:#FFF;
	text-shadow:none;
	}

.visita-azul{
	background-color:#008499;
	color:#333;
	text-shadow:none;
	}

.visita-azul a{
	background-color:#008499;
	color:#333;
	text-shadow:none;
	}

.visita-azul a:hover{
	background-color:#008499;
	color:#FFF;
	text-shadow:none;
	}

.tit-azul{
	background-color:#008499;
	color:#FFF;
	text-shadow:none;
	}

.visita-amarillo{
	background-color:#e6bd19;
	color:#333;
	text-shadow:none;
	}

.visita-amarillo a{
	background-color:#e6bd19;
	color:#333;
	text-shadow:none;
	}

.visita-amarillo a:hover{
	background-color:#e6bd19;
	color:#FFF;
	text-shadow:none;
	}

.tit-amarillo{
	background-color:#e6bd19;
	color:#FFF;
	text-shadow:none;
	}

.visita-verde{
	background-color:#97c213;
	color:#333;
	text-shadow:none;
	}

.visita-verde a{
	background-color:#97c213;
	color:#333;
	text-shadow:none;
	}

.visita-verde a:hover{
	background-color:#97c213;
	color:#FFF;
	text-shadow:none;
	}

.tit-verde{
	background-color:#97c213;
	color:#FFF;
	text-shadow:none;
	}

.osagarriak h3{
	color:#135578;
	font-weight:bold;
	font-size:10px;
	text-align:left;
	}
	
.tit-rojo{
	background-color:#b41414;
	}

.agenda21 h1{
	font-size:18px;
	text-shadow:none;
	color:#FFF;
	}

