﻿/*ajustes header*/
#header{
    width:550px;
    position:relative;
}

#header #bar{
    position:absolute;
    top:0px;
    left:0px;
    float:none;
}

#header #link_logo {
    position:absolute;
    top:0px;
    left:350px;
    float:none;
}

#header #titulo{
	background: url(/img/cabpuntos.gif) no-repeat bottom left;
	height:29px;
	margin-left: 26px;
    padding-top: 40px;
}
#subtitulo{
    border: 1px solid #CCCCCC;
    color: black;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    margin-left: 26px;
    margin-top: 10px;
    padding-left: 12px;
    width: 201px;
}
/*fin ajustes header*/

h2{
	color:#434141;
	font-family:Verdana,Helvetica;
	font-size:17px;
	font-weight:bold;
	text-decoration:none;
	display:inline;
	margin-left:5px;
}
#content{
	clear:both;
	width:500px;
	margin-left:50px;
	padding-top:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* Titulo producto */
#content h1{
	color:#434141;
	font-family:Verdana,Helvetica;
	font-size:14px;
	font-weight:bold;
	height:30px;
	text-decoration:none;
	background:url(/img/puntoflecha.gif) no-repeat 0px 6px;
	padding-left:12px;
	margin-bottom: 0;
}

/* Apartados */
#content h3{
	color:#1B59A0;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	border-top:1px #CCC solid;
	border-bottom:1px #CCC solid;
	padding-left:9px;
	background:url(/img/cuanaran.gif) no-repeat 0px 4px;
	margin-top: 25px;
}	
#content p{
    /*text-align:justify;*/
    margin-left: 10px;
    margin-right: 5px;
}

/* subitem */
#content h4 {
	background:url(http://recursos.axesor.org/img/cuanaran5_5.gif) no-repeat 0px 5px;
	padding-left:9px;
	margin-left:10px;
	margin-top: 20px;
	font-size:12px;
}
#content .nivel {
	background:none;
}

/* enlace con flecha */
#content h5{
	margin-bottom:0px;
	margin-top:0px;
	text-align:right;
}

#content h5 a {
	color:#000099;
	font-family:arial,helvetica;
	font-size:12px;
	text-decoration:none;
	background:url(/img/puntoflecha.gif) no-repeat 5px 5px;
	padding-left:15px;
	font-weight:normal;
}

#content h5 a:hover {
	color:#FF6600;
	font-family:arial,helvetica;
	font-size:12px;
	text-decoration:none;
	
}
#content .first{
	margin-top:5px;
}
#content ul li, #content ul li p{
	margin:10px 0px;
}

#content ul li ul li{
	margin:5px 0px;
}

#content ol{
	/*padding-left:20px;*/
	
}
#content ol li 
{
    margin:0px;
	padding-top:8px;
	padding-bottom:8px;
	
}
#content ol img{
	position:relative;
	left:-20px;
}

/* footer --> contenido fijo */
#footer{
	margin-left:50px;
	font-family:Arial, Helvetica, sans-serif;
	width:500px;
}
#footer #line{
	height:2px;
	line-height:2px;
	border-top:1px #CCC solid;
	border-bottom:1px #CCC solid;
	margin-bottom:5px;
}
#footer #volver a {
	color:#F17800;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background:url(/img/flechaazul.gif) no-repeat 2px 2px;
	padding-left:18px;
	float:left;
}	
#footer #cerrar a{
	color:#000;
	font-size:12px;
	font-weight:bold;
	background:url(/img/Xcerrar.gif) no-repeat 2px 2px;
	padding-left:18px;
	float:right;	
}
	
#footer #print{
	clear:both;
	background:url(/img/impresora.gif) no-repeat top center;
	height:40px;
	text-align:center;
	margin:0px auto;
	padding-top:24px;
}
#footer #print a{
	color:#434141;
	font-size:11px;
}
#footer #print a:hover,#footer #cerrar a:hover{
	color:#FF6600;
}

a img {
    border-width: 0;
}

/*fix migracion*/
#subtitulo .sfContentBlock{
    display:inline;
}


.ver_ejemplo {
	color:#000099;
	font-family:arial,helvetica;
	font-size:12px;
	text-decoration:none;
	background:url(/img/puntoflecha.gif) no-repeat 5px 5px;
	padding-left:15px;
	font-weight:normal;
	float: right;
}

.ver_ejemplo:hover {
	color:#FF6600;
	text-decoration:none;	
}



/**************************************ESTILO BOTONES EXPLICACIONES***********************************/
/*****************************************************************************************************/
/* flotantes generales */
.left
{
    float: left;
}

.right
{
    float: right;
}

/*BOTONES con hover*/

#btnSolicitarTop
{
    margin-bottom: -20px;
}

.btn_tipo1{
	background: url("http://recursos.axesor.org/img/flavours/f-moderno/btn_gran_izq.gif") no-repeat scroll left top transparent;
	height: 33px;
	line-height:33px;
	display:block;
	text-decoration:none !important;
	color:#FFF;
	cursor:pointer;
	margin:1em 0;
	
	
	position:relative;
	left:-5px;
}
.btn_tipo1_in:hover, .btn_tipo1 span:hover{
	color:#FFF;
	cursor:pointer;
	background-position:right bottom;
	text-decoration:none;
}
.btn_tipo1:hover{
	background-position:left bottom;
	text-decoration:none;
}

.btn_tipo1 span, .btn_tipo1_in{
	height:33px;
	background: url("http://recursos.axesor.org/img/flavours/f-moderno/btn_gran_der.gif") no-repeat scroll transparent right top;
	border:none;
	color:#FFF;
	display: block;
	padding:0 5px;
	text-decoration:none;
	font-size:1.4em;
	
	position:relative;
	left:5px;
	padding:0 15px 0 10px;
	
} 
.tam_med
{
	background: url("http://recursos.axesor.org/img/flavours/f-moderno/btn_med_izq.gif") no-repeat scroll left top transparent;
	height: 27px;
	line-height:27px;
}
.tam_med span, .tam_med .btn_tipo1_in
{
	height:27px;
	background: url("http://recursos.axesor.org/img/flavours/f-moderno/btn_med_der.gif") no-repeat scroll transparent right top;
	font-size:1.2em;
	padding:0 10px 0 5px;
}
.tam_peq
{
	background: url("http://recursos.axesor.org/img/flavours/f-moderno/btn_peq_izq.gif") no-repeat scroll left top transparent;
	height: 20px;
	line-height:20px;
}
.tam_peq span, .tam_peq .btn_tipo1_in
{
	height:20px;
	background: url("http://recursos.axesor.org/img/flavours/f-moderno/btn_peq_der.gif") no-repeat scroll transparent right top;
	font-size:1.1em;
	padding:0 5px 0 0;
}

/**************************************FIN BOTONES EXPLICACIONES***********************************/
/**************************************************************************************************/




/***********************************BUSCADOR UNIFICADO EXPLICACIONES*******************************/
/**************************************************************************************************/
/* -------------------- */
/* CAJA BÚSQUEDA GRANDE */
/* -------------------- */

#box_buscador_unificado {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 	0.917em;
}

#box_buscador_unificado .main_infodestbox3 {
    font-size: 1.2em;
}

#box_buscador_unificado h3
{
    margin-top: 0px;
    border: none;
    text-transform: none;
    padding: 0px;
}

#box_buscador_unificado .main_infodestbox3_top {
    background: url("http://recursos.axesor.org/img/flavours/f-moderno/bg_main_infodestbox_top_left.gif") no-repeat scroll left top transparent;
    font-size: 1px;
    height: 6px;
}

#box_buscador_unificado .main_infodestbox3_top span {
    background: url("http://recursos.axesor.org/img/flavours/f-moderno/bg_main_infodestbox_top_right.gif") no-repeat scroll right top transparent;
    height: 6px;
    float: right;
    font-size: 1px;
    padding: 0 0 0 6px;
}

#box_buscador_unificado .main_infodestbox3_mid {
    background: none repeat scroll 0 0 #D7E6FF;
    border-left: 1px solid #99CCFF;
    border-right: 1px solid #99CCFF;
    border-bottom: medium none;
    padding: 5px 15px;
}

#box_buscador_unificado .main_infodestbox3 fieldset {
    border-width: 0;
}

#box_buscador_unificado h3 {
    background: none repeat scroll 0 0 transparent !important;
    color: #00377F;
    font-size: 0.9em;
    font-weight: bold;
}

#box_buscador_unificado .main_infodestbox3 input {
    display: inline;
    padding: 4px;
    vertical-align: middle;
    border-color: #B6B6B6;
    border-style: solid;
    border-width: 1px;
    color: #7F7F7F;
    font-size: 0.917em;
}
 
 #box_buscador_unificado #nom_sociedad_lan_ie
 {
     width: 77%;
 }
 
#box_buscador_unificado .btn_search {
    background: url("http://recursos.axesor.org/img/flavours/f-moderno/btn_search.gif") no-repeat scroll 0 0 transparent !important;
    border-width: 0 !important;
    cursor: pointer;
    height: 27px;
    width: 82px;
    margin-left: 10px;
    
}

.cajabuscador_pagina .main_infodestbox3_bot {
    background: url("http://recursos.axesor.org/img/flavours/f-moderno/bg_main_infodestbox_bot_left.gif") no-repeat scroll left top transparent;
    font-size: 1px;
    height: 6px;
}

.cajabuscador_pagina .main_infodestbox3_bot span {
    background: url("http://recursos.axesor.org/img/flavours/f-moderno/bg_main_infodestbox_bot_right.gif") no-repeat scroll right top transparent;
    height: 6px;
    float: right;
    font-size: 1px;
    padding: 0 0 0 6px;
}
/***************** FIN CAJA BUSQUEDA GRANDE ****************/

/***********************************FIN BUSCADOR UNIFICADO EXPLICACIONES***************************/
/**************************************************************************************************/


/* CLEARFIX 
-------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


