/*
 Theme Name:   Agencia Colocacion
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Tema de Agencia de Colocacion
 Author:       John Doe
 Author URI:   http://example.com
 Template:     futurio
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  agencia-ordesa
*/

@import url("../futurio/style.css");

/* =Aquí empieza la personalización de tu tema*/

/*----------- OFERTAS DE TRABAJO----------- */

@media screen and (max-width:700px) {
  /* reglas CSS */

.cabeceraoferta { 
	width:100%;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
	color: #5878ca; 
	font-size: 21px;
	font-weight: bold; 
	font-style: bold;
	text-align: center; 
	/*background: #889ccf; */
	margin: 0 0 0px; 
	padding: 2px; 
	box-shadow:2px 2px 5px 2px #000;
	/*border-radius: 35px 0px 35px 0px; 
	-moz-border-radius: 35px 0px 35px 0px; 
	-webkit-border-radius: 35px 0px 35px 0px;*/
	border: 2px solid #5878ca;}

.caja b u {
    color: #5878ca;
}

.caja{
	width:100%;
	padding:5px;
	font-size: 12px; 
	border:1px solid #000;
	/*border-radius:10px;*/
	background-color:#F1F3F1;
	margin:1px;
	/*text-align:center;*/
	display:inline-block;
	box-shadow:2px 2px 5px 2px #000;
	/*height: 600px;*/
	text-align: justify;
}

.ext {
	/*float:left;*/
	margin:0px;
  /*Poner un overflow auto en la caja exterior es el método 1 para expandor la caja exterior hasta abajo. funcionará en la mayoría de navegadores.*/
/*  overflow: auto;*/
}
	}
@media screen and (min-width:700px) {
.cabeceraoferta { 
	width:100%;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
	color: #5878ca; 
	font-size: 21px; 
	font-weight: bold; 
	font-style: bold;
	text-align: center; 
	/*background: #889ccf; */
	margin: 10px 0 0px; 
	padding: 5px; 
	box-shadow:2px 2px 5px 2px #000;
	/*border-radius: 35px 0px 35px 0px; 
	-moz-border-radius: 35px 0px 35px 0px; 
	-webkit-border-radius: 35px 0px 35px 0px; */
	border: 2px solid #5878ca;
	}

.caja b u {
    color: #5878ca;
}

.wpcf7-submit{
background-color:blue!important;
color:white!important;
border:none;
padding:20px;
}
	
.caja{
	width:100%;
	padding:5px;
	font-size: 12px; 
	border:1px solid #000;
	/*border-radius:10px;*/
	background-color:#F1F3F1;
	margin:1px;
	/*text-align:center;*/
	display:inline-block;
	box-shadow:2px 2px 5px 2px #000;
	/*height: 500px;*/
	text-align: justify;
}
	
.ext {
	/*float:left;*/
	margin:0px;
  /*Poner un overflow auto en la caja exterior es el método 1 para expandor la caja exterior hasta abajo. funcionará en la mayoría de navegadores.*/
 /*overflow: auto;*/
}
}