@charset "utf-8";
/* CSS Document */
a {
	text-decoration: none;
}
ul {
	margin:0;
	padding:0;	
}
ul li {
	padding: 0;
	margin:0;
}
li {
	list-style: none;
}
p {
	margin: 0;
}
img {
	border: none;
}
/************************************************/

body {
	background-color: #ffffff;
	/*background-color: #1D2B4E;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0;
}
div#azul {
	width: 980px;
	background-color: #ffffff;
	background-position:center;
	background-repeat:no-repeat;
	height: 100px;	
}
div#gris_home {
	width: 980px%;
	height:600px;
	background-image:url(images/foto_home.jpg); background-position: center ; background-repeat:no-repeat;
}

.textomenu {
font-family: "OCR A Std";
}

.menu {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font:bold;
text-align:center;
font:#999999;
margin:0;
}

.pie {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
color:#999999;
margin:0;
}

p {
	margin-bottom: 10px;
	text-align:justify;
}

p.index {
	margin-bottom: 10px;
	text-align:center;
}

td.nom_input {
	/*background-color:#F28D19;*/
	border: 1px solid #33333;
	color: #1D2B4E;
	text-align: right;
	padding-right: 5px; 
	width: 130px;
	height: 20px;
	font-weight: bold;
}
input.fondo_input, textarea {
	
	/*order: 1px dotted #1D2B4E;*/
	border: 1px solid #8B94AB;
	color: #33333;	
	padding: 5px; 	
	width: 200px;
	font-family: arial;
	font-size: 12px;

}
textarea {
	overflow: auto;
	height: 100px;
	margin: 0;
}
a.boton_enviar {
/*	color: #F28D19;	
	font-weight:bold;*/
	/*padding-left: 25px;*/
	width: 88px;
	height: 32px;
	color:#33333;
	background-image: url(images/boton_enviar.jpg);
	background-position: left;
	background-repeat: no-repeat;
	display:block;
	
}
a.boton_enviar:hover {

	background-image: url(images/boton_enviar_hover.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

a {
color:#999999;
text-align:center;
}

a:hover{
color:#d41b23;
text-align:center;
}

/*a.enlace {
	color: white;
}
a.enlace:hover {
	color: #E16A1A;
}
a.enlace2 {
	color: #E16A1A;
}
a.enlace2:hover {
	text-decoration: underline;
}*/
strong {
	color: #33333;
}
strong.color-empresa {
	color:#33333;
}
ul.listado li {
	background-image: url(images/icono_guion.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-bottom: 10px;
}
span {
	padding-left:5px;
}

h5.referencia {
	font-size: 14px;
	text-align:center;
	margin-top: 10px;
	margin-bottom:0;
	color: #E16A1A;
}
h4 {
	font-size: 11px;
	color: #E16A1A;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
	margin-bottom:5px;
	margin-top:5px;
}	
p.observaciones {
	margin-top: 0;
}

a.vermas {
	font-size: 11px;
	color: #E16A1A;
	padding-top: 20px;
	padding-bottom: 12px;
	background-image: url(images/icono_vermas.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-right: 27px;
}
a.vermas:hover {
	text-decoration: underline;
}

tr.impar {
	background-color:#CCCCCC;
}	
tr.par {
	background-color: white; 
}

.apagar 
{
	/* Propiedades de Opacidad */
	border:0px;
	cursor:pointer;
		opacity: .5; /* Firefox, Opera, Safari... */
		filter: alpha(opacity=50); /* IE */
		-moz-opacity: .5; /* Mozilla */
}
.encender 
{
border:0px;
cursor:pointer;
	
	/* Propiedades de Opacidad */	
		opacity: none; /* Firefox, Opera, Safari... */
		filter: none; /* IE */
		-moz-opacity:none; /* Mozilla */
}

.trabajos{
margin-left:-13px;
}
/******************************** OCULTAMOS CAPAS ************************/
.oculto{
display:none;
/*visibility: hidden;*/
text-decoration: none;}

.activo{
display:block;
/*visibility: hidden;*/
text-decoration: none;}