
/* Menu izquierdo Servicios
----------------------------*/
#menuseccion_contenedor{
	position:relative;
	width:235px;
}
.header_seccion{
	position:relative;
	font-size: 10pt;
	font-weight: bold;
	color: #05587C;
	background-color:#B4CDD8;
	padding:10px 0px 5px 10px;
	border-bottom:1px solid #05587C;
}

ul#menuseccion {
	position:relative;
	list-style-type: none; 	
}

#menuseccion li {
	cursor:pointer;
	padding-bottom:1px;
	background:url(../img/separator.gif) repeat-x bottom left;
}

#menuseccion li a {
	display: block;
	font-size:8pt;
	padding:10px 5px 5px 10px;
	color:#665152;
	text-decoration:none;
}

#menuseccion li a:hover {
	color:#E06618;
	background-color:#F1EFEC;
}
#menuseccion li#on a{
	color:#377996;
	font-weight:bold;
}

#menuseccion a:hover#on {
	text-decoration:none;
}


/* breadcrumbs
----------------------------*/
#breadcrumbs {
	position:relative;
	font-size:8pt;
	font-weight:bold;
	padding:5px 0px 15px 0px;
}

#breadcrumbs a {
	font-size:8pt;
	color:#665152;
	text-decoration:none;
}

#breadcrumbs a:hover {
	text-decoration:underline;
}

#breadcrumbs a#actual {
	font-weight:bold;
	color:#377996;
}

#breadcrumbs a#actual:hover {
	text-decoration:none;
}

/*imprimir y enviar a un amigo
------------------------------------------*/
a.print{
	display:block;
	margin:15px 0px 10px 0px;
	padding-left:25px;
	height:16px;
	width:100px;
	font-weight:bold;
	font-size:8pt;
	text-decoration:none;
	background:url(../img/print.gif) no-repeat top left;
}

a.sendfriend{
	display:block;
	padding-left:25px;
	height:16px;
	width:100px;
	font-weight:bold;
	font-size:8pt;
	text-decoration:none;
	margin:10px 0px 0px 0px;
	background:url(../img/email.gif) no-repeat top left;
}

a.button { 
	display:block;
	float:right;
	height:17px;
	font-size:8pt;
	font-weight:bold;
	color:#422E2E;
	padding-left:17px;
	padding-top:4px;
	border:0px;
	background:url(../img/button.gif) no-repeat top left;
	text-decoration:none;
}


/*Enviar a un amigo
--------------------*/
#sendafriend_container{
	position:absolute;
	top:20px;
	left:340px;
	width:350px;
	margin-bottom:25px;
	background-color:#FFFFFF;
	z-index:100;
}

#titlesendfriend{
	padding:5px 0px 6px 35px;
	color:#05587C;
	font-weight:bold;
	font-size:9pt;
	background: url(../img/email.gif) no-repeat 10px 5px;
	background-color:#C0D5DE;
}

#form_container{
	padding:10px;
	border:1px solid #C0D5DE;
	border-top:none;
}

#form_container p.fila{
	clear:both;
	padding-bottom:5px;
}

#form_container .etiqueta {
	width:115px;
}

#form_container .etiqueta span {
	font-weight:normal;
}

#form_container input.text {
	width:190px;
}

#form_container textarea {
	width:190px;
	height:80px;
}

#form_container input.button#sendafriend {
	margin-left:126px;
}

a#close{
	display:block;
	position:absolute;
	top:8px;
	right:8px;
	cursor:pointer;
	height:10px;
	width:10px;
	background: url(../img/close.gif) no-repeat top left;
}


