/**
 * Copyright 2010 Guadaltel, S.A.
 *
 * Licensed under the EUPL, Version 1.1 or - as soon they
 * will be approved by the European Commission - subsequent
 * versions of the EUPL (the "Licence");
 * you may not use this work except in compliance with the
 * Licence.
 * You may obtain a copy of the Licence at:
 *
 * http://ec.europa.eu/idabc/eupl
 *
 * Unless required by applicable law or agreed to in
 * writing, software distributed under the Licence is
 * distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied.
 * See the Licence for the specific language governing
 * permissions and limitations under the Licence.
 */

/************************************/
/* HTML ELEMENTS                    */
/************************************/

/* a:link, a:active, a:visited, a:hover{ */
/* 	color: black; */
/* } */

h1 {
	color: black;
}

h2 {
	color: black;
}

h3 {
	color: black;
}

legend {
	color: #1f8bc3;
}

.actual_step {
	color: #1f8bc3 ;
}

.botonUnico {
	color: #1f8bc3;
	background-color: transparent;
	border: 1px solid #1f8bc3;
	padding: 6px 8px 6px 8px;
	border-radius: 6px;
}

.botonUnico a:link, .botonUnico a:active, .botonUnico a:visited, .botonUnico a:hover{
	color: #1f8bc3;
}

#op_fecha{
	color: #959595;
}