
*{
    padding: 0;
    margin: 0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing: border-box;
}


ta{
     border-bottom: 1px solid #ddd;
}
.contenedor {
	width: 100%;
	max-width:1000px;
	margin:auto;
	font-family: "Roboto Condensed",sans-serif;
	font-size:18px;

}
 
.contenedor p {
	margin-bottom:40px;
}
 
header nav {
	margin-bottom: 10px;
	background-color: #0374BD;
	text-align: center;
    width: 100%;
    max-width: 1000px;
    margin: auto;
}
 
header nav ul {
	list-style: none;
	overflow: hidden;
}
 
header nav ul li {
	float: left;
    text-align: center;
}
 
header nav ul li a {
	display: block;
	padding:20px;
	color:#fff;
	text-decoration: none;
    margin: 2px;
}
 
header nav ul li a:hover {
	background: #000;
	font-size: 20px;
}

header nav ul li span{
    margin-right: 10px;
}

.menu_bar{
    display: none;
}

.menu-fixed {
	position:fixed;
	z-index:1000;
	top:0;
	width:100%;
	max-width: 980px;
}


.mainmenu-area ul.navbar-nav li:hover a, .mainmenu-area ul.navbar-nav li.active a {background: #222}
.mainmenu-area .nav > li > a:focus {color: #000}



img, fieldset {
	border: 0;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
	margin: 0;
    
}

/************************************************************************************
ESTILOS GENERALES
*************************************************************************************/
body {
	background: #FFFFFF  repeat center top;
	font: .81em/150% Arial, Helvetica, sans-serif;
	color: #000;
}
a {
	color: #026acb;
	text-decoration: none;
	outline: none;
}
a:hover {

}
p {
	margin: 0 0 1.2em;
	padding: 0;
	font-size: 14px;
}

/* list */


/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}

#pagewrap {
	width: 980px;
	margin: 0 auto;
}
#header {
	position: relative;
	height: 160px;
}

/* site description */
#site-description {
    color: #000;
    position: absolute;
    top: 10px;
    left: 20px;
}

#main-nav {
	width: 100%;
	background: #ccc;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
    text-align: center;
	/* gradient */
	background: #0374BD url(images/nav-bar-bg.png) repeat-x;
	
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0, 0, 255, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0, 0, 255, 0.3);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0, 0, 255, 0.3);
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
#main-nav li:first-child {
	margin-left: 10px;
}
#main-nav a {
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 14px 15px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
#main-nav a:hover {
	color: #fff;
	background: #0062FF;
	/* gradient */
	background: -webkit-gradient(linear, left top, left bottom, from(#cdcdcd), to(#797979));
	background: -moz-linear-gradient(top,  #C9DEFF,  #5295FF);
	background: linear-gradient(-90deg, #C9DEFF, #5295FF);

}
#content {
	margin: 30px 0 30px;
	padding: 20px 35px;
	width: 680px;
	float: right;
	font-family: 'Titillium Web', sans-serif;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,255);
	-moz-box-shadow: 0 1px 3px rgba(0,0,255);
	box-shadow: 0 1px 3px rgba(0,0,255);
	background-color: #D8D8D8;
}

#contenido{
background: #fff;
	margin: 20px 0 0;
	width: 100%;
	float: center;
}


h2.post-title {
	padding: 0px 10px;
	text-align: left;
	font-weight: bold;
}
h2.post-title a {
	color: #000000;
	font-size: 0.9em;
	text-shadow: 1px 1px 2px #333333;
}
.post {
	margin-bottom: 20px;
}
.post-title {
	margin: 0 0 5px;
	padding: 0;
	font-family: "Raleway",sans-serif;
}
.post-title a {
	text-decoration: none;
	color: #000;
}
.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
}


figure.post-imagen img {
    float: left;
    margin: 5px;
    max-width: 260px;
}
#sidebar {
	width: 280px;
	float: left;
	margin: 30px 0 30px;
}
.widget {
	margin: 0 0 30px;
	padding: 10px 20px;
	text-align: center;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
	background-color: #D8D8D8;
}
.widgettitulo {
	background: none repeat scroll 0 0 #fff;
	border-radius: 5px 5px 5px 5px;
	color: #000;
	margin: 0 0 5px;
	padding: 6px 0;
	text-align: center;
	font-size: 18px;
}


/*---FOOTER---*/
#footer {
    border-radius: 5px 5px 5px 5px;
    clear: both;
    font-size: 90%;
    position: relative;
}
#footer a {
	color: #0062FF;
}
.clearfix:after { 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
    text-align: center;
	content: " "; 
	clear: both; 
	height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }


/***************************************************
----- CONDICIONALES DE MEDIA QUERIES -----
****************************************************/

@media screen and (max-width: 980px) {

	#pagewrap {
		width: 95%;
		
	}
	#content {
		width: 60%;
		padding: 3% 4%;
	}
	figure.post-imagen img {
    float: left;
    margin: 5px;
    max-width: 230px;
    }
	#sidebar {
		width: 30%;
	}
	#sidebar .widget {
		padding: 8% 7%;
		margin-bottom: 10px;
	}

}


@media screen and (max-width: 800px) {

	header nav{
        width: 80%;
        height: 50%;
        margin:0;
        left: -100%;
        position: fixed;
    }
    
    header nav ul li{
        display: block;
        float: none;
        border-bottom:1px solid rgba(255,255,255,.3);
    }
    
    .menu_bar{
        display: block;
        width: 100%;
        background: #ccc;
    }
    
    .menu_bar .bt-menu{
        display: block;
        padding: 20px;
        background:#0062FF;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        font-size:25px;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing: border-box;
    }
    
    .menu_bar span{
        float: right;
        padding: -20px;
        font-size: 25px;
    }

}


@media screen and (max-width: 650px) {

	#header {
		height: auto;
	}
	#searchform {
		position: absolute;
		top: 5px;
		right: 0;
		z-index: 100;
		height: 40px;
	}
	#searchform #s {
		width: 70px;
	}
	#searchform #s:focus {
		width: 150px;
	}
	#main-nav {
		position: static;
	}
	#site-logo {
		margin: 15px 100px 5px 0;
		position: static;
	}

	/* site description */
	#site-description {
		margin: 0 0 15px;
		position: static;
		text-align: center;
	}
	#content {
		width: auto;
		float: none;
		margin: 20px 0;
	}
	figure.post-imagen img {
    float: left;
    margin: 5px;
    max-width: 180px;
    }
	#sidebar {
		width: 100%;
		margin: 0;
		float: none;
	}
	#sidebar .widget {
		padding: 3% 4%;
		margin: 0 0 10px;
	}
    

}

.slider{
    width: 95%;
    margin: auto;
    overflow: hidden;
}

.slider ul{
    display: flex;
    padding: 0;
    width: 700%;
    
    animation: cambio 20s infinite;
}
.slider {
    width: 100%;
    list-style: none;
}
.slider img{
    width: 100%;
}
@keyframes cambio {
    0% {
        margin-left: 0;
    }
    10% {
        margin-left: 0;
    }
    20% {
        margin-left: -100%;
    }
    25% {
        margin-left: -100%;
    }
    30% {
        margin-left: -200%;
    }
    35% {
        margin-left: -200%;
    }
    45% {
        margin-left: -300%;
    }
    50% {
        margin-left: -300%;
    }
    60% {
        margin-left: -400%;
    }
    65% {
        margin-left: -400%;
    }  
    70% {
        margin-left: -500%;
    }
	75% {
        margin-left: -500%;
    }
	80% {
        margin-left: -600%;
    }
	90% {
        margin-left: -600%;
    }
	100% {
        margin-left: 0;
    }
	
}




ol.slide-indicators li.active {
background: none repeat scroll 0 0 #fff;
height: 10px;
margin: 0 0 0 5px;
width: 10px;
}


#texto{
		text-align:justify;
		font-family: "Roboto Condensed",sans-serif;
		font-size:12px;
		color:#333333;
		margin-top:10px;	
		}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form textarea,
#contact-form button[type="submit"] {
	font:400 12px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#contact-form {
	text-shadow:0 1px 0 #FFF;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background:#F9F9F9;
	padding:25px;
}
#contact-form h3 {
	color:#0374BD;
	display:block;
	font-size:28px;
}
#contact-form h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}
#contact-form label span {
	cursor:pointer;
	color:#000;
	display:block;
	margin:5px 0;
	font-weight:900;
	font-size:14px;
}
#contact-form input[type="text"],

#contact-form textarea {
	width:80%;
	box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
	border-radius:5px;
}
#contact-form input[type="text"]:hover,
#contact-form input[type="email"]:hover,
#contact-form input[type="tel"]:hover,
#contact-form input[type="url"]:hover,
#contact-form textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}
#contact-form textarea {
	height:100px;
	max-width:100%;
}

#contact-form input:focus,
#contact-form textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
    color:#888;
}
:-moz-placeholder {
    color:#888;
}
::-moz-placeholder {
    color:#888;
}
:-ms-input-placeholder {
    color:#888;
}

input[type="reset"], button[type=reset] {
    background: none repeat scroll 0 0 #0374BD;
    border: medium none;
    color: #fff;
    padding: 11px 20px;
    text-transform: uppercase;
}
input[type="submit"], button[type=submit] {
    background: none repeat scroll 0 0 #0374BD;
    border: medium none;
    color: #fff;
    padding: 11px 20px;
    text-transform: uppercase;
}


.styled-select {
   background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0;
   height: 29px;
   overflow: hidden;
   width: 240px;
}

.styled-select select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 29px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 268px;
}

.styled-select.slate {
   background: url(http://i62.tinypic.com/2e3ybe1.jpg) no-repeat right center;
   height: 34px;
   width: 240px;
}

.styled-select.slate select {
   border: 1px solid #ccc;
   font-size: 16px;
   height: 34px;
   width: 268px;
}
