@charset "UTF-8";

/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 20.11.08
**  File     : colmena.css, renamed into galileo.css
**  Function : This file is not part of the YAML-CSS-Framework.
*/
/* colors:
** #AB0534: obscuro rojo
** #3A6E8F: azul (header) 
*/

@media all {

body {
	background: #3A6E8F;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#page {
	border: none;
	width: 945px;
	margin: 0 auto;
}

#header {
	height: 176px;
	background: #fff;
}

h1,h2,h3 {
	background: #fff url("../img/headerbg.jpg") top left no-repeat;
	color: #fff;
	padding: 5px;
	font-size: 18px;
}
h4 {
	background: none;
	color: #3A6E8F;
	padding: 5px;
	font-size: 18px;
}

a {
	color: #AB0534;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	color: #3A6E8F;
	text-decoration: underline;
}
#main {
	padding: 0;
	margin: 0;	
}

#col2 {
	width: 240px;
}
#col1_content {
	padding: 0 0 0 10px;
	margin: 0;
}
#col3_content {
	background: #fff url("../img/headercenterbg.jpg") 0 0.8em no-repeat;
}

#col3_content h1, #col3_content h2, #col3_content h3, #col3_content h4 {
	color: #3A6E8F;
	background: none;
	padding: 0;
}
#col3_content h5 {
	color: #3A6E8F ;
	background: none;
	padding: 25px 0 0 0;
	font-size: 150%;	
}

/* 1 column */
.upper {
	background: #fff;
	border: none;
}

#submenu {
	border-top: none;
	background: url("../img/menu-bg-bottom.jpg") bottom left no-repeat;
	padding-bottom: 95px;
	width: 220px;
	margin:  10px 0 20px 0;
}	
#submenu li#title{
	border: none;
	background: url("../img/menu-bg-top.jpg") top left no-repeat;
	height: 50px;
	margin: 0 0 -20px 0;
	padding: 20px 0 0 20px;
	width: 220px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
}
#submenu li a, #submenu li strong {
	background:  url("../img/menu-item-white.jpg") top left no-repeat;
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	color: #AB0534;
	font-size: 13px;	
}

#submenu li a:hover {
	background:  url("../img/menu-item-red.jpg") top left no-repeat;
	color: #fff;
}

#submenu li ul li a, #submenu li ul li strong {
	background: url("../img/submenu-item-white.jpg") top left no-repeat;
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	color: #AB0534;	
	font-style: italic;
	font-size: 12px;
}

#submenu li ul li a:hover {
	background: url("../img/submenu-item-red.jpg") top left no-repeat;
	color: #fff;	
}

#topnavmenu {
	position: absolute;
	top: -15px;
	right: 10px;
	z-index: 100000;
	background: transparent;
	float: right;
}
p.csc-linkToTop {
	margin: -10px 25px 5px 0;
}
#footer {
	background: #3A6E8F url("../img/footerbg.jpg") top left no-repeat;
	color: #fff;
	border-top: solid 5px #fff;
	text-align: center;
}
#footer a {
	color: #ccc;
}

#footer a:hover {
	color: #ccc;
	text-decoration: underline;
}

#footnav {
	background: #fff url("../img/bottom.jpg") bottom left no-repeat;
	height: 54px;
}

#footnavmenu {
	padding: 25px 0 0 0;
}

#footnavmenu ul {
	list-style-image: none;
	list-style-type: none;
}

#footnavmenu a {
	background: url("../img/bullet.gif") 0em 0.3em no-repeat;
	margin: 0 10px 0 0;
	color: #AB0534;
	padding: 0 0 0 12px;
}
/* menu de subpaginas */
.csc-menu-4 {
	margin: 0;
}
.csc-menu-4 dt {
	background: url(../img/bullet.gif) center left no-repeat;
	padding: 0 0 0 1em;
}
.csc-menu-4 dd {
	margin: 0 0 0.5em 1em;
	font-size:90%;
	font-style: italic;
}

/* Mailform */
/* buttons */
input, textarea, select {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 90.00%;
	font-weight: normal;
	line-height: 12px;
	letter-spacing: 1px;
	padding: 2px 1px 2px 1px;
	margin-bottom: 5px;
	border: 1px solid #3A6E8F;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
	background: #fff;
	color: #000;
	border: 1px solid #AB0534;
}
input[type=submit] {
	background: #fff;
	color: #AB0534;
}
input[type=submit]:hover {
	background-color: #AB0534;
	color: #fff;
}

/* Mailform */
input[type=submit]#mailformformtype_mail {
	margin-left: 150px;
	float: left;
	width: 75px;
}
input[type=submit]#mailformformtype_mail:hover {
	background-color: #AB0534;
	color: #fff;
}

/* CSC Mailform */
form#mailform fieldset {
	border:none;
}
.csc-mailform, .csc-mailform-radio, .csc-mailform-check, .csc-mailform-radio fieldset {
	border: 0;
}
.csc-mailform-field {
	margin: 5px 0px 5px 0px;
}
.csc-mailform-field label {
	display: block;
}
.csc-mailform-radio label {
	display: inline;
}
.csc-mailform-radio legend {
	display: none;
}
form#mailform fieldset span.csc-mailform-radio fieldset {
	margin: 0;
	padding: 0 0 0 10px;
}


}
