/*
----------------------------------------------
FORMULARIO
----------------------------------------------
*/

.listado_equipos_1_form{
	position: relative;
	clear:both;
	display: inline-block;
	width: 100%;

	padding-top: 30px;
	padding-bottom: 30px;

}
.listado_equipos_2{
	width: 80%;
	margin: 0 auto 0 auto; 	
}
.formulario_centrado{
	position:relative;
	display:block;
	width:600px;
	height:auto;
	margin:auto;
	color:#000000;
	clear:both;
}
.formulario_izq{
	position:relative;
	display:inline-block;
	width:50%;
	height:auto;
	margin:auto;
	color:#000000;
	float:left;
}
.formulario_der{
	position:relative;
	display:inline-block;
	width:50%;

	height:auto;
	margin:auto;
	color:#000000;	
	float:left;
}
.titulo_form{
	font-size:14px;
    color:#FF0000;
	font-family: 'Heebo', sans-serif;
	text-align:left;
}
.text_checkbox{
	display:block !important;
	font-size:22px !important;
    color:#003366 !important;
	font-family: 'Heebo', sans-serif !important;
	text-align:left !important;	
	padding:0px !important;
	margin:0px;
	
	width:550px !important;
	margin-bottom:30px !important;
}
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
	font-family: 'Heebo', sans-serif;
	color: #003366;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	
	
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background:rgba(0,0,0,0);
    border:1px solid #003366;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


#condiciones {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.h_asunto{
    height:40px;	
}
.campo_form{
	
	display:block;

	font-family: 'Heebo', sans-serif;
	font-size:16px;	
    color:#787878;
	text-align:left;	
	padding:15px;
	
	margin: 10px;	
	width: 550px;
	
	border: 0px;
	background-color:#FFFFFF;
	border-bottom: 1px solid #999999;
	
	margin-bottom:30px;
}
.campo_form_50{
	
	display:inline-block;

	font-family: 'Heebo', sans-serif;
	font-size:16px;	
    color:#787878;
	text-align:left;	
	padding:15px;	
	margin:10px;	
	width:250px;
	
	border: 0px;
	background-color:#FFFFFF;
	border-bottom: 1px solid #999999;
	
	margin-bottom:30px;
}

.textarea_form{
	
	display:block;
	
	font-family: 'Heebo', sans-serif;
	font-size:16px;	
	color:#787878;
	text-align:left;	
	padding:15px;
	
	margin: 10px;	
	width: 550px;
	
    height:179px;
	border: 0px;
	background-color:#FFFFFF;
	border-bottom: 1px solid #999999;

}

#submit {

	position:relative;
	display:block;
	clear:both;

	font-family: 'Heebo', sans-serif;
	color:#FFFFFF;	
	font-size:18px;
	margin:auto;
	margin-top:20px;

	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #666666;
	color:#FFFFFF;
	
	border: 2px solid ;
	border-radius: 10px;

    cursor:pointer;
	
}
#submit_buscar {

	position:relative;
	display:inline-block;
	float:left;

	margin:auto;	
	
	width: 50px;
	padding: 0px;

	left:-52px;
	top:2px;
	
    cursor:pointer;
	
}
.campo_form_buscar{
	
	position:relative;
	display:inline-block;
	float:left;
	overflow:visible;
	
	font-size:20px;
    color:#000000;
	font-family: 'Heebo', sans-serif;
	text-align:left;
	
	padding:12px;
    	
	width:350px;
	background:rgba(0,0,0,0);
    border:1px solid #08245b;
	
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #787878;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #787878;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #787878;
}
@media all and (max-width: 1000px) and (min-width: 50px) and (orientation: portrait){
	

.formulario_centrado{
	width:100%;
	clear:both;
}
.formulario_izq{
	width:100%;
	clear:both;

}

.formulario_der{
	width:100%;
	clear:both;
}
.campo_form{
	width:90%;
	margin-left:0%;		
	margin-right:0%;		
}
.campo_form_50{
	
	width:90%;
	margin-left:0%;		
	margin-right:0%;	
}
.textarea_form{
	width:90%;
	margin-left:0%;		
	margin-right:0%;	
}

.campo_form_buscar{
    	
	width:200px;
	margin:auto;
	
}


}