/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

body {
    background: #FFF url(../img/fondo.gif) 0% 0% repeat-x;
}

h2 {
    font: bold 1.6em Helvetica, Arial, sans-serif;
    color: #2b4d89;
    margin-top: 0.3em;
}

p {
    font: 0.9em "Century Gothic", Helvetica, Arial, sans-serif;
}

div#cabecera {
    background: transparent url(../img/fondo-cab.gif) 0% 0% no-repeat;
    padding-bottom: 1em;
}

div#logo {
    padding-top: 1.5em;
}

    img.logo {
        width: 100%;
    }

div#nav {
    padding-top: 3.22em;
}

div#nav ul li {
    float: left;
    margin-left: 1.1em;
}

    div#nav ul li a {
        font: 1.0em "Century Gothic", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        text-decoration: none;
	display: block;
	position: relative;
    }
    
    div#nav ul li a:hover {
	color: #848484;
    }
    
    div#nav ul li a.activo {
        font-weight: bold;
        color: #2b4d89;
    }
    
div#slide {
    width: 100%;
    height: 248px;
    margin-top: 0.6em;
    padding-bottom: 1.2em;
    background: #FFF url(../img/sombra-slide.gif) 50% 100% no-repeat;
}

    img.slide {
        width: 100%;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
    }

div.somos {
    margin-top: 1em;
    background: url(../img/icono-somos.gif) 95% 0% no-repeat;
}

div.hacemos {
    margin-top: 1em;
    background: url(../img/icono-hacemos.gif) 95% 0% no-repeat;
}

div.estamos {
    margin-top: 1em;
    background: url(../img/icono-estamos.gif) 95% 0% no-repeat;
}

    div.somos p, div.hacemos p, div.estamos p {
        margin-right: 70px;
        padding-left: 1em;
    }
    
    div.somos h2, div.hacemos h2, div.estamos h2 {
        padding-left: 0.5em;
    }
    
    div.somos a.button, div.hacemos a.button, div.estamos a.button {
	margin-left: 1em;
	width: 85%;
	text-align: center;
	font-size: 1.0em;
	display: block;
	position: relative;
    }

p.titular {
    height: 6.3em;
}
  
div.cita {
    float: right !important;
}

    div.cita img {
    margin-top: 1.3em;
    margin-bottom: 0.9em;
    float: right;
}

blockquote.principal {
    border: 0;
    background: url(../img/blockquote.png) 0% 0% no-repeat;
    padding: 0.1em 0 0 1.7em;
    margin: 4em 0 0 1.5em;
}

    blockquote.principal p {
	font-size: 1.4em;
	color: #000;
	line-height: 1.4em;
    }

.pie {
    margin-top: 0.8em;
    border-top: 1px dotted #CCC;
    padding-top: 0.7em;
}

    .pie p {
	margin: 0 0 0.2em 0.4em;
    }

    .pie ul li {
	float: left;
    }
    
    .pie ul li a {
	text-transform: uppercase;
	font-size: 0.7em;
	border-right: 1px solid #CCC;
	padding: 0 0.5em 0 0.5em;
    }
    
    .pie img.futura {
	float: right;
	margin: 0.7em 0.6em 0 0;
    }

.blanco {
    width: 100% !important;
    background: url(../img/fondo-trans.png) 0% 0% repeat;
    height: auto;
    min-height: 31em;
}

    .blanco h2, .blanco p {
	margin-left: 15px;
    }

div.margenfix {
    margin-left: 0 !important;
}

.entrada {
    height: 4.4em;
    padding: 0.5em 0 0.4em 0;
}

    .entrada a {
	font-size: 1.2em;
	text-decoration: none;
	color: #2b4d89;
    }
    
    .entrada a:hover {
	color: #000;
    }

.fila {
    border-bottom: 2px dotted #CCC;
}

img.thumb {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 1px 1px 1px #888888;
    box-shadow: 0px 1px 1px 1px #888888;
}

    ul.lista li {
	display: block;
	min-height: 1.7em;
	list-style-type: none;
	background: url(../img/icono-noticia.gif) 0% 65% no-repeat;
	margin-left: 1em;
	padding-left: 1.5em;
	padding-top: 0.6em;
	border-top: 1px dotted #CCC;
    }
    
    ul.lista li a {
	text-decoration: none;
	color: #2b4d89;
    }
    
    ul.lista li a:hover {
	color: #000;
    }


/* #Media Queries
================================================== */

  /* Smaller than standard 960 (devices and browsers) */
  @media only screen and (max-width: 959px) {
    div#slide {
	height: auto;
    }
  }

  /* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    div#slide {
	height: auto;
    }

    body {
	background-image: none;
    }
    
    div#nav ul li a {
	font-size: 0.7em;
    }
    
    div#cabecera {
	background-image: none;
    }
  }

  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) {
    div#slide {
	height: auto;
    }
    
    body {
	background-image: none;
    }

    div#nav ul li a {
	font-size: 0.7em;
    }

    div#cabecera {
	background-image: none;
    }
  }

  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    div#slide {
	height: auto;
    }

    div#nav ul li a {
	font-size: 0.7em;
    }

    div#cabecera {
	background-image: none;
    }
  }

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {
    div#slide {
	height: auto;
    }

    div#nav ul li a {
	font-size: 0.7em;
    }

    div#cabecera {
	background-image: none;
    }
  }




/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/