/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #333;
}

body { background:url(../img/pantallas_led.jpg); font-family:'Century Gothic',Arial, Helvetica, sans-serif}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* inicio */


/* nav css */
#menu2 { width:960px; margin: 0 auto; font-size:.7em}
#menu3 {
height : 60px;
text-align : left;
}
#menu3 ul {
list-style : none;
padding-top : 18px;
}
#menu3 li {
text-align : center;
float : left;
position : relative;
width : 137px;
}
#menu3 a {
color : #fff;
text-decoration : none;
}
ul#nav li a {
display : block;
padding : 2px 10px;
}
ul#nav li a:hover {
	color:#FFF
}
li ul {
display : none;
position : absolute;
width : 100px;
top : 18px;
font-weight : normal;
}
ul#nav li ul.sub li a {
font-weight : normal !important ;
background : #FF0000;
width : 130px;
text-align : left;
padding-top : 5px;
border:#FFF 1px solid
}

ul#nav li ul.sub li a:hover{
	background:#000;
	color:#CCC !important}

li:hover ul, li.over ul {
display : block;
}

/* custom */


h1 { font-size:1.5em}

.clr { clear:both}

.floatl { float:left}
.floatr { float:right}

.linea1{ border:0; background:#FFF; height:1px; border-top:1px solid #D6D6D6; position: static; margin:-30px 15px 5px 15px; padding:0;}
.linea2{ border:0; background:#FFF; height:1px; border-top:1px solid #D6D6D6; margin:6px 15px; padding:0;}
.linea3{ border:0; background:#FFF; height:1px; border-top:1px solid #D6D6D6; margin:2px 0 5px 0; padding:0;}
.oculto{ display:none;}

.parrafo {padding:0 15px; font-size:.8em}
.parrafo2 {font-size:.7em; color:#FFF}
.parrafoc {padding:0 15px; font-size:.8em; text-align:center}

/* -----head---- */

#topnav{ text-align:center; position:fixed; z-index:2000; background:#000; height:68px; width:100% }}
#topnav img { margin-top: 20px}

.slider{ padding-top:65px; width: 100%;}
#cabeza { text-align:center; height:300px; overflow:hidden}
#cabeza img{ width:100%; min-width:1200px;}
#cabezatitle {position: absolute;
	right: 50%;
	margin-right: 13%;
	top: 230px;
	padding:1.5%;
	border:#FFF 1px solid;
	background:url(../img/pantallas.png);}
#cabezatitle h2{
	font-size: 1.6em;
	color: #FFF;
}

#cabezatitle h1{
    font-size: 1.6em;
    color: #FFF;
}



/* contenidos */

#titulo_cont {background:url(../img/pantallas_gigantes.jpg); margin: 0 auto; position:relative; z-index:1000; top:-35px; padding:15px 0 0 15px }


#contenedor { width:960px; ; margin: 0 auto;}
.textura {background:url(../img/pantallas_gigantes.jpg)}

.conttitle{ padding: 10px 15px; font-size:1.4em}

.pdng { padding:10px}
.pdng img { vertical-align:top}
.pdng2 { padding:10px; width:47%; float:left}
.imgbox { width:230px; margin: 15px 5px 15px 0; float:left}
.imgbox h2 { font-size:1em; text-transform:uppercase}
.imgbox img{vertical-align:top}
.imgbox p { font-size:.8em; padding-right:2px}

.infobox { width:455px; height:103px; background:#000; color:#FFF !important}

.cont1 { width:688px; float:left; border-right:#FFF 1px solid;}
.bancont { width:250px; float:right;  border-left:#D6D6D6 1px solid; padding-left:20px}
.imgtitle { background:#000; color:#FFF; width:650px; padding:5px;}
.imgtitle h3 { font-size:1.1em}

.lista { font-size:.8em; padding-left:50px; padding-right:50px}

/* ----footer start---- */

#footer	{ background:#000; width:100%;}
#footcont { width:960px; ; margin: 0 auto;}
.footbox { width:320px; color:#FFF; padding-bottom:20px; padding-top:20px; float:left}
.footbox ul { list-style:none; margin:0 10px }
.footbox li { font-size:.6em }
.footbox a:hover { color:#FF3300}
.footbox h3{ font-size:.6em;}
.footbox p { font-size:.6em; line-height:20px;}

a#facebook { width : 18px; height : 18px; background : url(../img/facebook.png); float : left; margin: 5px;}
a#facebook:hover {background-position : bottom left;}
a#tuiter { width : 18px; height : 18px; background : url(../img/tuiter.png); float : left; margin: 5px;}
a#tuiter:hover {background-position : bottom left;}

/* formulario */
.cont1 label { font-size:.9em}
#footer label { font-size:.7em}
#nombre2,#email2,#nombre,#empresa,#telefono,#email,#mensaje,#ciudad,#fax,#direccion,#servicio{width: 100%; color:#333;}


/* Carrusel Style */

#caruselcont {height:135px; overflow:hidden; background:#F00; padding-top:10px}

#carousel {
margin : 0 auto;
width:100%;
}
#carousel img {
border : 0;
}
#ui-carousel-next, #ui-carousel-prev {
width : 52px;
height : 125px;
background : url(../images/arrow-left.png) no-repeat center center;
display : block;
position : absolute;
z-index : 100;
}
#ui-carousel-next {
right : 0;
background-image : url(../images/arrow-right.png);
}
#ui-carousel-prev {
left : 0;
}
#ui-carousel-next > span, #ui-carousel-prev > span {
display : none;
}
.ui-carousel-next, .ui-carousel-prev {
width : 52px;
height : 145px;
background : url(../images/arrow-left.png) no-repeat center center;
display : block;
position : absolute;

z-index : 100;
}
.ui-carousel-next {
right : 0;
background-image : url(../images/arrow-right.png);
}
.ui-carousel-prev {
left : 0;
}
.ui-carousel-next > span, .ui-carousel-prev > span {
display : none;
}
.ui-carousel {
height : 125px;
margin : 0;
overflow : auto;
padding : 0;
position : relative;
width : 230px;
}
.ui-carousel > .wrapper {
margin : 0;
padding : 0;
width:9999px;

}
.ui-carousel > .wrapper > * {
border : 0;
display : block;
float : left;
height : 125px;
overflow : hidden;
width : 230px;
}
/* carrusel end*/

#servicios { text-align:center; margin-bottom:15px}
#servicios h2 { font-size:18px; margin:15px 0}
#contenedor {width:960px;  padding:20px 0; margin: 0 auto;}
#contenedor p { margin-bottom:15px; font-size:12px}
#contenedor hr { border:0; border-bottom:#CDD0D2 1px solid; border-top:#FFF 1px solid; height:0; margin:10px 0 25px; padding:0}
#modulos{ width:100%; min-width:960px; text-align: center}
#modulosdetres{ overflow:hidden;}
.modulouno{ width: 320px; float:left; }
.tituloprincipal{ padding:10px 0 10px 0}

.telefono{
	position: fixed;
	top: 150px;
	right: 200px;
	z-index: 100000000000;
	background: white;
	font-size: 22px;
	line-height: 22px;
	text-align: center;
	padding: 5px;

	border-radius: 0 0 5px 5px;
}
.telefono img{
	height: 30px;
}