/*
Theme Name: CSO
Theme URI: http://illustrato.net
Description: Un tema hecho para CSO.
Version: 1.0
Author: Illustrato
Author URI: http://illustrato.net
Tags:flexible-width,
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* Getting the new tags to behave */

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

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

html{}
body {
    font-size: 1em;
    line-height: 1.4;
    background: #FAFAFA url('images/bg-top.jpg') no-repeat top center;
    font-family: 'sofia_pro_lightregular';
    /*font-family: 'tahoma';  */ 
    text-align: center; 
}

.main p {text-align: justify; font-family: 'tahoma'; color: #444444;}

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

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}
a{
    text-decoration: none;
}

a:hover{text-decoration: underline;}

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

h1, h2, h3, h4, h5, h6{
    font-family: 'BitterRegular'; 
    color: #EB8513;
}


.page-title, .single-title{
    display: block;
    border-bottom: 1px dotted #ED8613;
    text-align: left;    
    width: 97%;    
}
.page-title{
    line-height: 22px;
    margin-bottom: 0;
}
.page-title a{
    color: #EB8513;
    font-size: 18px;
}

.category-article img{
    display: block;
    width: 250px;
    height: 160px;
    float: left;

}

.category-article p{
    display: block;
    width: 400px;
    float: left;
    padding-left: 20px;
    padding-top: 0;
    margin-top: -5px;
}

.attachment-wpbs-featured{
    width: 100%;
}

/*.left-content .post{
    width: 335px;
    margin-right: 20px;
    float: left;
}
*/
/*WEB FONTS*/
@font-face {
    font-family: 'sofia_pro_lightregular';
    src: url('fonts/SofiaProLight-webfont.eot');
    src: url('fonts/SofiaProLight-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/SofiaProLight-webfont.woff') format('woff'),
         url('fonts/SofiaProLight-webfont.ttf') format('truetype'),
         url('fonts/SofiaProLight-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BitterRegular';
    src: url('fonts/Bitter-Regular-webfont.eot');
    src: url('fonts/Bitter-Regular-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/Bitter-Regular-webfont.woff') format('woff'),
         url('fonts/Bitter-Regular-webfont.ttf') format('truetype'),
         url('fonts/Bitter-Regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'BitterBold';
    src: url('fonts/Bitter-Bold-webfont.eot');
    src: url('fonts/Bitter-Bold-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/Bitter-Bold-webfont.woff') format('woff'),
         url('fonts/Bitter-Bold-webfont.ttf') format('truetype'),
         url('fonts/Bitter-Bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

.more-link{
    display: block;
    background: url('images/leer-mas.png');
    width: 110px;
    height: 34px;
    line-height: 34px;
    color: #00388C;
    padding-left: 20px;
    margin-top: 20px;
    float: right;
}

.fright{
    float:right;
}
.fleft{
    float: left;
}

.margin-center{
    margin: 0 auto;
}
.dotted-bottom{
    display: block;
    border-bottom: 1px dotted #ED8613;
}
.orange{
    color:#f07000!important;
}
.blue{
    color:#00388C!important;
}
.input-login{
    display: block;
    width: 90%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #AAAAAA;
    padding: 0 5%;    
}

.txcenter{ text-align: center!important;}

/*Buttons*/
.button{
    display: inline-block;
    width: 152px;
    height: 38px;
    line-height: 38px;
    color: #6C3411;
    text-align: center;
    /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    text-shadow:1px 1px 0px rgba(255,255,255,0.65);
    background: url('images/button.png');
    font-size: 18px;
    font-family: 'BitterRegular';
    border:none;
    margin:0 auto;

}

.button2{
    display: block;
    width: 240px;
    padding-left: 30px;
    height: 40px;
    line-height: 42px;
    color: #6C3411;
    text-align: center;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.65);
    background: url('images/button2.png');
    font-size: 18px;
    font-family: 'BitterRegular';
}

.button-transparent{
    display: block;
    float: left;
    width: 330px;
    height: 34px;
    line-height: 34px;
    padding-left: 10px;
    background: url('images/button-transp.png')no-repeat;
    color: #00388C;
}

/*Modulo*/
.module{
    display: block;
    width: 350px;
    height: auto;
    float: left;
    background: url('images/module-bg.png') bottom center repeat-x #E9E9E9;
    text-align: left;
    margin-bottom: 20px;
    padding: 20px;
}

.module p{
    margin: 3px 0 3px 0; 
    color: #F07000;   
}

.section-title{
    display: block;
    width: 1160;
    height: 162px;
    background-color:#BCDDFE;
    color: #00388C;
    margin: 0 0 0 0;
    text-align: left;
    line-height: 163px;
    font-size: 45px;
    padding-left: 20px;
}

.modulo-sisgo{
	background: #FFF url('images/modulo-sisgo.png') bottom no-repeat;
	text-align: center;
	padding-bottom: 30px;
}

.modulo-sisgo p{
	text-align: left;	
	margin-bottom: 35px;
}

.modulo-sisgo a{
	margin-bottom: 20px;
}

/*------- Sidebar servicios -------*/

.Lista-servicios{
    margin:0;
    padding: 0;
}
.Lista-servicios li{
    list-style: none;
}
.Lista-servicios li a{
    display: block;
    padding-left: 70px;
    height: 51px;
    font-family: 'BitterRegular';
    font-size: 19px;
    line-height: 70px;
    padding-bottom: 20px;
    color: #59ACFF;
}

.salud-ocupacional-list{
    background: url('images/salud-ocupa-mini.jpg') no-repeat left center;
    border-bottom: 1px dotted #3D68A8
}
.medicinas-alternativas-list{
    background: url('images/medicinas-mini.jpg') no-repeat left center;
}


/*Estructura*/
.wrapper{
    display: block;
    width: 1180px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: auto;
    margin: 0 auto;
}

.header{
    display: block;
    width: 100%;
    float: left;
    height: auto;
    text-align:center;
}

.top{
    display: block;
    width: 100%;
    height: 110px;
    float: left;
}

.slide{
    display: block;
    width: 1180px;
    height:auto;
    float: left;
/*    background: url('images/slide-bg.png');*/
    position: relative;
/*    border:1px solid #BF5B00;*/
    -webkit-box-shadow:  0px 4px 6px 1px rgba(0, 0, 0, 0.20);     
    -moz-box-shadow:  0px 4px 6px 1px rgba(0, 0, 0, 0.20);    
    box-shadow:  0px 4px 6px 1px rgba(0, 0, 0, 0.20);
     behavior: url(http://saludocupacionalymedicinasalternativas.com/wp-content/themes/css/PIE.htc);    
}

.main{
    display: block;
    width: 100%;
    float: left;
    background: #EDF8FA;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-shadow:  0px 4px 6px 1px rgba(0, 0, 0, 0.20);     
    -moz-box-shadow:  0px 4px 6px 1px rgba(0, 0, 0, 0.20);    
    box-shadow:  0px 4px 6px 1px rgba(0, 0, 0, 0.20);
     behavior: url(http://saludocupacionalymedicinasalternativas.com/wp-content/themes/css/PIE.htc);    
}

.footer{
    display: block;
    width: 100%;
    height: 220px;
    float: left;
    background:#00388C;
    -webkit-box-shadow:  0px 4px 6px 1px rgba(0, 0, 0, 0.20);     
    -moz-box-shadow:  0px 4px 6px 1px rgba(0, 0, 0, 0.20);    
    box-shadow:  0px 4px 6px 1px rgba(0, 0, 0, 0.20);
    behavior: url(http://saludocupacionalymedicinasalternativas.com/wp-content/themes/css/PIE.htc);    

}


/*Logo*/
.logo{
    display: block;
    width: 291px;
    height: 94px;
    float: left;
    margin-top: 12px;
    background: url('images/logo.png');
}

.contactenos{
    display: inline-block;
    font-family: 'BitterRegular';
    font-size: 50px;
    color: #FFF;
    float: right;
    line-height: 50px;
}
.telefono{
    display: inline-block;    
    font-family: 'BitterRegular';
    font-size: 30px;
    color: #FFCC99;
    float: right;  
    line-height: 30px;  
}
.correo{
    display: inline-block;    
    font-family: 'BitterRegular';
    font-size: 30px; 
    color: #FFCC99; 
    float: right;  
    line-height: 30px;
}

/*Main Menu*/
.main-menu{
    display: block;
    width: 1180px;
    height: 46px;  
    float: left;
    padding: 0;
    margin-bottom: 0;
    border-bottom: 6px solid #FD922C;
}

.main-menu li{
    float: left;
    list-style: none;
    line-height: 46px;
}

.main-menu li a{
     font-family: 'BitterRegular';
     color: #fff;
     font-size: 22px;
     text-decoration: none;  
     /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
     text-shadow:2px 1px 0px rgba(0,0,0,0.29);
     behavior: url(http://saludocupacionalymedicinasalternativas.com/wp-content/themes/css/PIE.htc);
}

.menu-inicio a{
    display: block;
    float: left;
    width: 224px;
    height: 46px;
    background: url('images/menu-inicio.png');
}

.menu-nosotros a{
    display: block;
    float: left;
    width: 239px;
    height: 46px;
    background: url('images/menu-nosotros.png');    
}
.menu-servicios a{
    display: block;
    width: 240px;
    height: 46px;
    background: url('images/menu-servicios.png');
}
.menu-aliados a{
    display: block;
    width: 236px;
    height: 46px;
    background: url('images/menu-aliados.png');
}
.menu-contacto a{
    display: block;
    width: 241px;
    height: 46px;
    background: url('images/menu-contacto.png');
}

.top-contact{
    display: block;
    width: 380px;
    height: 100px;
    float: right;
}


/*Slide*/
.slides{
    display: block;
    height: auto;
    width: 1180px;
}
.slides_container{
    display: block!important;
    width: 1180px;
    height: 345!important;
    float: left;
}
.slides_control{
    display: block;
    height: 345px!important;
}
.slides_control img{
    display: block;
    z-index: 10;  
}

.caption{
    position: absolute!important;
    width: 670px!important;
    height: auto;
    padding: 15px;
    background: url('images/caption-bg.png') repeat;
    font-size: 30px;
    text-align: left;
    color: #FFF;
    left: 65px!important;
    line-height: 30px;
    z-index: 20!important;
    top: auto!important; 
    bottom: 20px!important;
}

.caption p{
	margin: 0;
}


.slides-navigation{}
.prev{
    display: block;
    width: 60px;
    background: url('images/slide-arrows.png') top left no-repeat;
    position: absolute;
    top: 140px;
    bottom: 0;
    right: -30px;  
    height: 0; 
    overflow: hidden; 
    padding-top: 60px; 
    z-index: 20;      
}
.next{
    display: block;
    width: 60px;
    background: url('images/slide-arrows.png') top right no-repeat; 
    position: absolute;
    top: 140px;
    bottom: 0;
    left: -30px;
    height: 0; 
    overflow: hidden; 
    padding-top: 60px;   
    z-index: 20;    
} 

.slide-features{
    display: block;
    height: 55px;
    width: 1180px;
    float: left;
    margin: 0;
    padding: 0;
}
.slide-features li{
    float: left;
    list-style: none;
    width: 392px;
    height: 55px;
    border: 1px solid #BF5B00;
    margin-left: -1px;
}

.slide-features li a{
    display: block;
    width: 100%;
    height: 55px;
    background: url('images/slide-buttons.png')repeat-x bottom;
    font-size: 15px;
    line-height: 55px;
    font-family: 'BitterRegular';
    color: #fff;
    text-decoration: none;
    /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    text-shadow:1px 1px 0px rgba(0,0,0,0.4);
    behavior: url(http://saludocupacionalymedicinasalternativas.com/wp-content/themes/css/PIE.htc);

}
.slide-features li a:hover{
     background: url('images/slide-buttons.png')repeat-x top;   
}
.slide-features li a.active{
     background: url('images/slide-buttons.png')repeat-x top;  
}


/*MAIN*/

.feature{
    width: 1180px;
    height: 300px;
    text-align: left;

}
.login{
	display: block;
	float: right;
	width: 390px;
	height: 330px;
	padding-left: 30px;
	background: url('images/login-separador.jpg') left center no-repeat;
	padding: 55px 20px 0 40px;
}
.news{
    display: block;
    float: left; 
    width:645px;
    height: 385px;
    padding:0 20px;
}

.module-title{
    display: inline-block;
    width: 90%;
    height: 35px;
    background: #00388C;
    padding: 0 5%;
    color: white;
    line-height: 35px;
    margin-bottom: 0px;
    float: left;
}


/*Razones para preferirnos*/
.feature2{
    display: block;
    width: 1160px;
    height: 448px;
    float: left;
    border-top: 1px solid #ADD6FF;
    border-bottom: 1px solid #ADD6FF;
    background:#FFF url('images/razones-bg.png')right center no-repeat;
    padding-left: 20px;
    text-align: left;
}

.check-list ul{
    display: block;
    width: 600px;
    height: 428px;
    float: left;
}
.check-list li{
    padding-left: 20px;
    list-style: none;
    background: url('images/bullet-check.png') no-repeat 0 0;
    margin-bottom: 20px;
    font-size: 16px;
    color: #00388C;
}

/*FEATURE CONTACTO*/

.feature3{
    display: block;
    width: 880px;
    padding-left: 150px;
    padding-right: 150px;
    padding-bottom: 30px;
    height: auto;
    float: left;
    border-bottom: 1px solid #ADD6FF;
    text-align: center;
}
.feature3 p{
    text-align: left;
}

/*FEATURE 4*/

.feature4{
    display: block;
    width: 1180px;
    height: auto;
    padding-top: 20px;
    float: left;

}

.feature4 .left-content{
    padding: 0 30px 0 30px;  
}

.left-content{
    display: block;
    float: left;
    width: 710px;
    text-align: left;
    padding: 20px 30px 0 30px;
}

.left-content p{
    font-size: 15px;
}
.mapa-grande{
    width: 710px;
}

.sidebar{
    display: block;
    float: left;
    width: 390px;
    padding:0 10px 0 10px;
    text-align: left;
}

.reloj{
    margin-top:30px; 
    margin-bottom:20px;
    margin-left: 20px;
}
.horarios{
    display: block;
    width: 165px;
    height: 160px;
    padding-top: 20px;
    float: right;
}

.horarios p, .horarios h4{
    margin: 0;
}

.horarios-module{
	padding: 15px 20px 5px 20px;
}

/*Facebook module*/

.facebook-module{
    display: block;
    height: 148px;
    width: 185px;
    float: left;
    margin-top: -4px;
    text-align: left;
    color: #fff;
    position: relative;
}
.facebook-module h3{
    color: #fff;
    font-family: 'sofia_pro_lightregular';
    margin-bottom: 0;
    font-size: 18px;
    display: block;
    position: absolute;
    width: 110px; 
    left: 60px;
    top: -7px;   

}
.facebook-module p{
    margin-top: 5px;
}

.facebook-logo{
    display: block;
    float: left;
    margin-top: 15px;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.facebook-top{
    display: block;
    float: left;
    width: 100%;
    height: 78px;
    background: url('images/facebook-top.png')repeat-x;

}
.facebook-bottom{
    display: block;
    float: left;
    width: 100%;
    height: 25px;
    padding-top: 6px;
    background: url('images/facebook-bottom.png')repeat-x;
    text-align: center;
}

.megusta{
    display: inline-block;
    vertical-align: top;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
    width: 112px;
    height: 20px;
    background: url('images/megusta.png');
}

/*Twitter module*/

.twitter-module{
    display: block;
    height: 148px;
    width: 185px;
    float: right;
    margin-top: -4px;
    text-align: left;
    color: #fff;
    position: relative;
}
.twitter-module h3{
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
    font-family: 'sofia_pro_lightregular';
    display: block;
    position: absolute;
    width: 110px;
    left: 69px;
    top: -7px; 

}
.twitter-module p{
    margin-top: 5px;
}

.twitter-logo{
    display: block;
    float: left;
    margin-top: 15px;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.twitter-top{
    display: block;
    float: left;
    width: 100%;
    height: 78px;
    background: url('images/twitter-top.jpg')repeat-x;

}
.twitter-bottom{
    display: block;
    float: left;
    width: 100%;
    height: 25px;
    padding-top: 6px;
    background:#00ACEE;
    text-align: center;
}

/*Footer*/
.footer-title{
    display: inline-block;
    color: #FFF;
    margin-bottom: 10px;
    margin-top: 0;
}
.site-map{
    display: block;
    height: 210px;
    width: 230px;
    float: left;
    border-right: 1px solid #0073B4;
    text-align: left;
    margin-top: 0;
    padding-top: 10px;
    font-size: 15px;
    font-family: 'sofia_pro_lightregular';  

}

.site-map li{
    display: block;
    list-style: none;
}

.site-map li a{
    color: #fff;
}
.sitemap-servicios{ margin: 0;}

.redes-sociales{
    display: block;
    height: 210px;
    width: 280px;
    float: left;
    border-right: 1px solid #0073B4;
    text-align: left;
    margin-top: 0;
    padding-top: 10px;
    padding-left: 20px;
    font-size: 15px;
    font-family: 'sofia_pro_lightregular'; 
    color: #fff;
}
.footer-contacto{
    display: block;
    height: 210px;
    width: 307px;
    float: left;
    border-right: 1px solid #0073B4;
    text-align: left;
    margin-top: 0;
    padding-top: 10px;
    padding-left: 20px;    
    font-size: 15px;
    font-family: 'sofia_pro_lightregular';
    color: #fff;
}

.Localizacion{
    display: block;
    height: 55px;
    width: 85%;
    padding-left: 15%;
    background: url('images/localizacion.png') left center no-repeat;

}
.Telefono{
    display: block;
    height: 55px;
    width: 85%;
    line-height: 55px;
    padding-left: 15%;
    background: url('images/cel.png') 7px 11px no-repeat;
}
.Email{
    display: block;
    height: 55px;
    line-height: 55px;
    width: 85%;
    padding-left: 15%;
    background: url('images/correo.png') left center no-repeat;    
}

.copyright{
    display: block;
    height: 210px;
    width: 260px;
    float: left;
    text-align: left;
    margin-top: 0;
    padding-top: 10px;
    padding-left: 20px;    
    font-size: 15px;
    font-family: 'sofia_pro_lightregular';
    color: #fff;
}

/*Nosotros*/
.nosotros{
    background-image:url('images/title-nosotros.png');
    background-position: right;
    background-repeat: no-repeat;
}

/*Servicios*/
.servicios{
    background-image:url('images/title-servicios.png');
    background-position: right;
    background-repeat: no-repeat;
}

.module-servicios{
   width: 305px;
   margin-right: 10px;
}
.servicios-module-title{
    display: block;
    height: 76px;
    width: 67.4%;
    margin: -6% 0 0 -6%;
    background-color: #DBECF2;
    color: #00A3DE;
    position: relative;
    padding-left: 45%;
    padding-top: 10px;
}

.icono-so{
    display: block;
    width: 58px;
    height: 64px;
    background: url('images/icono-so.png');
    position: absolute;
    top: 11px;
    left: 15px; 

}
.icono-ma{
    display: block;
    width: 68px;
    height: 66px;
    background: url('images/icono-ma.png'); 
    position: absolute;
    top: 11px;
    left: 15px;       
}


.medicinas-alternativas-lista{
    margin:0;
    padding: 20px 0 0 20px;
    font-size: 18px;    
}
.medicinas-alternativas-lista li{
    display:block;
    padding-left: 25px;
    list-style: none;
    background: url('images/bullet-servicios.png') left center no-repeat;
}

.salud-ocupacional-lista{
    margin:0;
    padding: 20px 0 0 20px;
    font-size: 18px;
}

.salud-ocupacional-lista li{
    display:block;
    padding-left: 25px;
    list-style: none;
    background: url('images/bullet-servicios.png') left center no-repeat;   
}

.salud-ocupacional-lista .medicina-trabajo-lista{
    margin:0;
    font-size: 16px;
}


/*Aliados*/
.aliados{
    background-image:url('images/title-aliados.png');
    background-position: right;
    background-repeat: no-repeat;
}

.aliado{
    display: block;
    float: left;
    width: 138px;
    height: 127px;
    background-color: #EEEEEE;
    margin-right: 4px;
    margin-bottom: 5px;
}


/*Contacto*/
.contacto{
    background-image:url('images/title-contacto.png');
    background-position: right;
    background-repeat: no-repeat;
}

.contact-form{
    display: block;
    height: auto;
    width: 98%;
    padding-bottom: 20px;
    color: #EC4B0E;
}

.contact-form p{
    font-size: 18px;
    margin:0 0 3px 0;    
}

.contact-form input{
    width: 100%;
    height: 30px;
    line-height: 30px;
    border:1px solid #AAAAAA;
    margin-bottom: 5px;
}

.contact-form textarea{
    width: 99.5%;
    border:1px solid #AAAAAA;        
}

.form-left{
    display: block;
    float: left;
    width: 48.6%;
    height: auto;
}
.form-right{
    display: block;
    float: left;
    width: 48%;
    height:auto;
    margin-left: 22px;
}

span.captcha-4{
    width: 130px;
    display: inline-block;
    margin-right: 10px;
}

span.captcha-4 input{
    width: 93%;
    padding-left: 6%;
}

.wpcf7-submit{
    display: inline-block;
    width: 152px!important;
    height: 38px!important;
    line-height: 38px!important;
    color: #6C3411;
    text-align: center;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.65);
    background: url('images/button.png');
    font-size: 18px;
    font-family: 'BitterRegular';
    border: none!important; 
    float: right;   
}

/*------- Logeo usuario -------*/
.texto-user{
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: #D1D1D1;
    margin: 10px 0;
    text-align: center;
    border-radius: 5px;
}

/*------- Certificados -------*/

.contenedor-tabla-archivos{
    margin: 0 auto;
    width: 96%;
    padding: 0 2%;
    text-align: center;
}
.tabla-descargar{
    margin: 0 auto;
    width: 100%;
    font-family: 'BitterRegular';
    border: 1px solid #1C96C4;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
}
.tabla-descargar th{
    border: 1px solid #2F8CB0;
    padding: 8px;    
}

.tabla-descargar td{
    border: 1px solid #AEB3B6;
    padding: 5px;
}

.tabla-descargar th{
    background-color:#01A3DE;
    color: #FFFFFF;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #
}

.tabla-descargar .link{
    padding-left: 20px;
    display: inline-block;
    background: url('images/certificado.png') no-repeat 0px 4px;
    line-height: 26px;
}

.boton_salir{
    display: block;
    width: 100%;
    text-align: center;
    height: 50px;
    padding-top: 40px;    
}

/*------- Acceso sin permiso -------*/
.no-permisos{
    display: block;
    float: left;
    width: 425px;
    height: 227px;
    margin-left: 36px;
    background: url('images/prohibido.png') no-repeat 22px 54px #FFD5D5;
    padding: 44px 40px 0 210px;
    text-align: left;
    padding-top: 44px;   
}

.contenedor-iniciar-sesion{
    width: 390px;
    float: left;
    margin:2px 0 0 40px;
}


/**/

.post-edit-link{
    display: block;
    width: 100%;
    height: auto;
    border-top: 1px dotted #ED8613;
    padding-top: 10px;
}

.nosotros-p h1{
    display: block;
    border-bottom: 1px dotted #ED8613;
}

.pagination{
    text-align: center;
    display: block;
    border-top: 1px dotted orange;
    margin-top: 50px;
}


.pagination ul{
    text-align: center;
    display: inline-block;
}

.pagination ul .prev{
     background: none;
     position: relative;
}

.pagination li{
    display: inline-block;
    list-style: none;
    float: left;
    margin-right: 18px;
}

.pagination li.disabled{
    display: none;
}


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

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

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

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

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

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

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

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

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@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;
    }
}