@charset "utf-8";
/* CSS Document */

/* ------------- FUENTES ------------- */

@font-face {
    font-family: 'open_sansregular';
    src: url('webfontkit-20130122-133154/opensans-regular-webfont.eot');
    src: url('webfontkit-20130122-133154/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfontkit-20130122-133154/opensans-regular-webfont.woff') format('woff'),
         url('webfontkit-20130122-133154/opensans-regular-webfont.ttf') format('truetype'),
         url('webfontkit-20130122-133154/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('webfontkit-20130122-133154/opensans-bold-webfont.eot');
    src: url('webfontkit-20130122-133154/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfontkit-20130122-133154/opensans-bold-webfont.woff') format('woff'),
         url('webfontkit-20130122-133154/opensans-bold-webfont.ttf') format('truetype'),
         url('webfontkit-20130122-133154/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold_italic';
    src: url('webfontkit-20130122-133154/opensans-bolditalic-webfont.eot');
    src: url('webfontkit-20130122-133154/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfontkit-20130122-133154/opensans-bolditalic-webfont.woff') format('woff'),
         url('webfontkit-20130122-133154/opensans-bolditalic-webfont.ttf') format('truetype'),
         url('webfontkit-20130122-133154/opensans-bolditalic-webfont.svg#open_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'open_sans_extraboldregular';
    src: url('webfontkit-20130122-133154/opensans-extrabold-webfont.eot');
    src: url('webfontkit-20130122-133154/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfontkit-20130122-133154/opensans-extrabold-webfont.woff') format('woff'),
         url('webfontkit-20130122-133154/opensans-extrabold-webfont.ttf') format('truetype'),
         url('webfontkit-20130122-133154/opensans-extrabold-webfont.svg#open_sans_extraboldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'open_sansitalic';
    src: url('webfontkit-20130122-133154/opensans-italic-webfont.eot');
    src: url('webfontkit-20130122-133154/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfontkit-20130122-133154/opensans-italic-webfont.woff') format('woff'),
         url('webfontkit-20130122-133154/opensans-italic-webfont.ttf') format('truetype'),
         url('webfontkit-20130122-133154/opensans-italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'open_sans_lightregular';
    src: url('webfontkit-20130122-133154/opensans-light-webfont.eot');
    src: url('webfontkit-20130122-133154/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfontkit-20130122-133154/opensans-light-webfont.woff') format('woff'),
         url('webfontkit-20130122-133154/opensans-light-webfont.ttf') format('truetype'),
         url('webfontkit-20130122-133154/opensans-light-webfont.svg#open_sans_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'open_sans_semiboldregular';
    src: url('webfontkit-20130122-133154/opensans-semibold-webfont.eot');
    src: url('webfontkit-20130122-133154/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfontkit-20130122-133154/opensans-semibold-webfont.woff') format('woff'),
         url('webfontkit-20130122-133154/opensans-semibold-webfont.ttf') format('truetype'),
         url('webfontkit-20130122-133154/opensans-semibold-webfont.svg#open_sans_semiboldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ---------- FUENTES DEL SITIO ---------- */


.fuente10 { font-family: 'open_sansregular', Arial, sans-serif; font-size: 10px;}

.fuente10bold { font-family: 'open_sansbold', Arial, sans-serif; font-size: 10px;}

.fuente11 { font-family: 'open_sansregular', Arial, sans-serif; font-size: 11px;}

.fuente11bold { font-family: 'open_sansbold', Arial, sans-serif; font-size: 11px;}

.fuente12 { font-family: 'open_sansregular', Arial, sans-serif; font-size: 12px;}

.fuente12bold { font-family: 'open_sansbold', Arial, sans-serif; font-size: 12px;}

.fuente12cajagris {
	font-family: 'open_sansregular';
	font-size: 12px;
	color: #808080;
	padding: 20px;
	border: 1px solid #C7C7C7;
}

.fuente14 { font-family: 'open_sansregular', Arial, sans-serif; font-size: 14px;}

.fuente14bold { font-family: 'open_sansbold', Arial, sans-serif; font-size: 14px;}

.fuente16 { font-family: 'open_sansregular', Arial, sans-serif; font-size: 16px;}

.fuente16bold { font-family: 'open_sansbold', Arial, sans-serif; font-size: 16px;}

.fuente16precios {
	font-family: 'open_sansbold', Arial, sans-serif;
	font-size: 16px;
	color: #ff69ac;
}

.fuente18 { font-family: 'open_sansregular', Arial, sans-serif; font-size: 18px;}

.fuente18bold { font-family: 'open_sansbold', Arial, sans-serif; font-size: 18px;}

.fuente18bolditalic { font-family: 'open_sansbold_italic', Arial, sans-serif; font-size: 18px;}

.fuente22 { font-family: 'open_sansregular', Arial, sans-serif; font-size: 22px;}

.fuente22bold { font-family: 'open_sansbold', Arial, sans-serif; font-size: 22px;}


/* ------------- ENLACES ------------- */


a:link.enlace12 { font-family: open_sansregular; font-size: 12px; color: #FFFFFF; text-decoration: none;}
a:visited.enlace12 { font-family: open_sansregular; font-size: 12px; color: #FFFFFF; text-decoration: none;}
a:hover.enlace12 { font-family: open_sansregular; font-size: 12px; color:#FFFF00; text-decoration: none; bottom: 2px; position: relative;}
a:active.enlace12 { font-family: open_sansregular; font-size: 12px; color: #FFFFFF; text-decoration: none;}


a:link.enlace12abajo {
	font-family: open_sansregular;
	font-size: 12px;
	color: #575757;
	text-decoration: none;
}
a:visited.enlace12abajo {
	font-family: open_sansregular;
	font-size: 12px;
	color: #575757;
	text-decoration: none;
}
a:hover.enlace12abajo {
	font-family: open_sansregular;
	font-size: 12px;
	color:#F90;
	text-decoration: none;
	bottom: 2px;
	position: relative;
}
a:active.enlace12abajo {
	font-family: open_sansregular;
	font-size: 12px;
	color: #575757;
	text-decoration: none;
}


a:link.enlace14menu { font-family: open_sansregular; font-size: 14px; color: #FFFFFF; text-decoration: none;}
a:visited.enlace14menu { font-family: open_sansregular; font-size: 14px; color: #FFFFFF; text-decoration: none;}
a:hover.enlace14menu { font-family: open_sansregular; font-size: 14px; color:#ff69ac; text-decoration: none; bottom: 2px; position: relative;}
a:active.enlace14menu { font-family: open_sansregular; font-size: 14px; color: #FFFFFF; text-decoration: none;}


a:link.enlace20titulo { font-family: open_sansregular; font-size: 20px; color: #ff69ac; text-decoration: none;}
a:visited.enlace20titulo { font-family: open_sansregular; font-size: 20px; color: #ff69ac; text-decoration: none;}
a:hover.enlace20titulo { font-family: open_sansregular; font-size: 20px; color:#ffffff; text-decoration: none; bottom: 2px; position: relative;}
a:active.enlace20titulo { font-family: open_sansregular; font-size: 20px; color: #ff69ac; text-decoration: none;}



/* ------------- ESTETICA ------------- */

.fonindex {
	background-attachment: scroll;
	background-image: url(../media/fon_index.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #000;
}
.fotoindex {
	background-attachment: scroll;
	background-image: url(../media/foto_index.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.fonabajo {
	background-attachment: scroll;
	background-image: url(../media/fon_abajo.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 110px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: open_sansregular;
	font-size: 12px;
}
.fonabajo2 {
	background-attachment: scroll;
	background-image: url(../media/fon_abajo2.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 50px;
}


/* ------------- DIVS ------------- */


#bolitaindex{
	width:50px;
	height:50px;
	position: absolute;
	overflow: auto;
	z-index: 10;
	top: 310px;
}
