/*
VERSION: 1.0
*/

/*
  TABLA DE CONTENIDOS:
  1.0 - RESET
  2.0 - GENERAL
   2.1 - TIPOGRAFIA
   2.2 - ELEMENTOS
*/

/*
  1.0 - RESET
*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}


*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:hover,
*:focus,
*:active {
    outline: 0;
}

* {
    -webkit-tap-highlight-color: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
    quotes: none;
}

a img {
    border: 0;
}

a {
    cursor: pointer;
    text-decoration: none;
    -moz-word-break: break-all;
    -ms-word-break: break-all;
    -o-word-break: break-all;
    -webkit-word-break: break-all;
    word-break: break-word;
    word-wrap: break-word;
}

a:hover {
    text-decoration: underline;
}

/*
  2.0 - GENERAL
*/
/*
  2.1 - TIPOGRAFIA
*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    margin: 0 0 25px 0;
    line-height: 1.1;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    margin: 0 0 25px 0;
}

b,
strong {
    font-weight: 700;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    color: #737881;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    position: relative;
    margin: 0 0 20px 0;
}

blockquote:before {
    content: '\e61c';
    position: static;
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
}

blockquote p {
    margin-bottom: 20px;
}

blockquote > p:last-child {
    margin-bottom: 0;
}

blockquote cite {
    padding-top: 20px;
    margin-top: 25px;
    position: relative;
    display: block;
}

blockquote cite:before {
    content: '';
    width: 64px;
    height: 1px;
    background-color: #bfbfbf;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -32px;
}

blockquote cite,
blockquote small {
    color: #303030;
    font-size: 14px;
    font-weight: 600;
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

address {
    font-style: italic;
    margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: Inconsolata, monospace;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
}

pre {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.01);
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    line-height: 1.2;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 0.8em;
    white-space: pre-wrap;
    word-wrap: break-word;
}

abbr[title] {
    border-bottom: 1px dotted #eaeaea;
    border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
    cursor: help;
}

mark,
ins {
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

/*
  2.2 - ELEMENTOS
*/
hr {
    background-color: #bfbfbf;
    border: 0;
    height: 1px;
    margin-top: 0;
    margin-bottom: 25px;
}

ul,
ol {
    margin: 0 0 20px 20px;
}

/*ul {
    list-style: square;
}*/

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

dl {
    margin-bottom: 25px;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 10px;
}

table,
th,
td {
    border: 1px solid #e5e5e5;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 25px 0;
    table-layout: fixed;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th, td {
    padding: 5px 10px;
    vertical-align: top;
}

img {
    border: 0;
    /*height: auto;
    max-width: 100%;*/
    vertical-align: middle;
}



figure {
    margin: 0;
}

del {
    opacity: 0.5;
}

/* MEDIA */
audio,
canvas {
    display: inline-block;
}

embed,
iframe,
object,
video {
    margin-bottom: 25px;
    max-width: 100%;
    vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
    margin-bottom: 0;
}

/*
  2.3 - OTRAS CLASES
*/
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.hidden {
    display: none !important;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.valign-outer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: table;
    position: static;
}

.valign-middle {
    top: 50%;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: static;
}

.valign-inner {
    position: relative;
    top: -50%;
}

/*
  3.0 - FORMULARIO
*/
button,
input[type="submit"] {
    cursor: pointer;
}

select,
textarea,
input[type='tel'],
input[type='text'],
input[type='email'],
input[type='search'],
input[type='password'] {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    line-height: 1.42857143;
    width: 100%;
    display: block;
    padding: 6px 12px;
    background: transparent;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
}

select,
input[type='tel'],
input[type='text'],
input[type='email'],
input[type='search'],
input[type='password'] {
    height: 34px;
}

textarea {
    resize: none;
}

::-webkit-input-placeholder {
    color: #333;
}

:-moz-placeholder {
    color: #333;
}

::-moz-placeholder {
    color: #333;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #333;
}

/*
  4.0 - ALINEACIONES
*/

.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

/*
  5.0 - CONTENEDORES
*/

body {
    color: #3d4451;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    background-color: #fff;
}

.wrapper {
    /*opacity: 1;*/
    visibility: visible;
    position: relative;
    overflow: hidden;
    -webkit-transition: opacity 400ms ease-out;
    -moz-transition: opacity 400ms ease-out;
    transition: opacity 400ms ease-out;
}


/*
  6.0 - NAVEGACION
*/

.head-nav {
    padding: 6px 0 0 0;
    min-height: 50px;
    -webkit-transition: padding 200ms ease-out;
    -moz-transition: padding 200ms ease-out;
    transition: padding 200ms ease-out;
}

.head-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.head-nav li {
    position: relative;
}

.head-nav  a {
	white-space: nowrap;
}

.head-nav  a:hover {
	text-decoration: none;
}

/* 
  7.0 - FORMULARIO SUBSISTEMA
*/

#searchform {
    width: auto;
    padding: 8px;
    margin: 10px auto 10px auto;
    /*background: pink;*/
}

#searchform select {
    float:none;
    width: 50%;
    height: 44px;
}

#searchform select:focus {
    outline: 0;
    border:none;
    background: #fff;
    -moz-box-shadow: 1px 1px 1px rgba(252,168,121,.4) inset;
    -ms-box-shadow: 1px 1px 1px rgba(252,168,121,.4) inset;
    -o-box-shadow: 1px 1px 1px rgba(252,168,121,.4) inset;
    -webkit-box-shadow: 1px 1px 1px rgba(252,168,121,.4) inset;
    box-shadow: 1px 1px 1px rgba(252,168,121,.4) inset;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    -ms-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    -o-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;  
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}

h1 {color: #6d4463;}


h3.entidad {
    margin-top: 25px;
}

h4.subDependencia {
	color: #6d4463;
}


span.biblioteca {
	/*color: #6d4463;*/
        font-weight: bold;
	}

p.resultados {
    color: #6d4463;
}

tr.busqueda:hover {
        background-color: #f9f9f9;
}

td.radio {
        width: 10%;
        text-align: center;
        vertical-align: middle;
	padding:0 5px;
}

td.data { 
     padding:10px 5px;
}

.bold {
        font-weight: bold;
}

a.biblioteca {color: #45183a;}
a.nomDependencia {color: #875f7d; }

#contents {width: 85%; margin: 0 auto;} 

#horario, #catalogos, 
#servicios, #tipoPrestamo, 
#direccion, #contacto {
	clear: both;
        width: 100%;
        height: auto;
	padding-bottom: 15px;
}

#horario p, #servicios p,
#tipoPrestamo p {
	padding-left: 32px;
}

#direccion ul, #contacto ul {
	list-style-type: none;
        padding-left:12px;
}


.icono {
	width: 24px;
	height: 24px;
}

nav ul li {float: left;}

nav ul li:last-child {padding-left:5px;}


main {clear:both;}

@media only screen and (max-width: 340px), (max-device-width: 340px) {
#searchform select {
    width: 95%;
}

h2.entidad {padding:10px;}

table {
    margin: 0 0 10px 0;
}

td.radio {
        width: 18%;
        text-align: center;
        vertical-align: middle;
        padding:0 5px;
}

#contents {width: 95%;}

.icono {
        width: 18px;
        height: 18px;
}

}

@media only screen and (max-width: 780px), (max-device-width: 780px) {
#searchform select {
    width: 95%;
}
}
