.logo_contenedor
{
    /*
	position: relative;
	top: 80px;
	display: inline-block;
	width:100%;
	text-align: center;
	*/
}


.logo1 
{
	width:100%;
	color: rgb(255, 255, 255);
	font-size: 100px;
	text-shadow: rgb(204, 204, 204) 0px 1px 0px, rgb(201, 201, 201) 0px 2px 0px, rgb(187, 187, 187) 0px 3px 0px, rgb(185, 185, 185) 0px 4px 0px, rgb(170, 170, 170) 0px 5px 0px, rgba(0, 0, 0, 0.0980392) 0px 6px 1px, rgba(0, 0, 0, 0.0980392) 0px 0px 5px, rgba(0, 0, 0, 0.298039) 0px 1px 3px, rgba(0, 0, 0, 0.2) 0px 3px 5px, rgba(0, 0, 0, 0.247059) 0px 5px 10px, rgba(0, 0, 0, 0.2) 0px 10px 10px, rgba(0, 0, 0, 0.14902) 0px 20px 20px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;	
}

.logo1_b 
{
    /*
	position: fixed;
	left:0px;
	top:0px;
	font-size: 36px;
	color: rgb(70, 90, 220);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;	
	*/
}

.menu 
{
	position:fixed;
	height: 45px;
	width:100%;
	top:0px;
	font-size: 20px;
	color: rgb(255, 255, 255);
	text-align: right;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;	
}

.menu_b
{
	position:fixed;
	height: 45px;
	width:100%;
	top:0px;
	font-size: 20px;
	color: rgb(255, 255, 255);
	text-align: right;
	z-index: 999999;
}

.opcion 
{
	font-family: arial;
	display: inline-block;
	height: 45px;
	line-height: 45px;
	background: rgba(0,0,0,0.6);
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 5px;
	padding-right: 5px;
	color: #ffffff;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.opcion:hover
{
	display: inline-block;
	height: 45px;
	line-height: 45px;
	background: rgba(240,190,80,0.9);
	margin-left: 3px;
	margin-right: 3px;
	color: #000000;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.logo2
{
	color: rgba(0, 0, 0, 0.6);
	font-size: 50px;
	text-shadow: rgba(0, 0, 0, 0.2) 2px 8px 6px, rgba(255, 255, 255, 0.298039) 0px -5px 35px;
}






input:not([type=radio])
{
	background: rgba(220,150,70,0.4);
	border: none;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	font-family: Tahoma;
	color: #000000;
	padding-left: 3px;
	padding-right: 3px;
}

select
{
	background: rgba(220,150,70,0.4);
	border: none;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	font-family: Tahoma;
	color: #000000;
}

textarea
{
	display: block;
	background: rgba(220,150,70,0.4);
	border: none;
	font-size: 20px;
	font-family: Tahoma;
	color: #000000;
}

textarea, input
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}




.etiqueta
{
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	font-size: 20px;
	font-family: Tahoma;
	color: #ffffff;
}



.titulo1
{
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	font-size: 20px;
	font-family: Tahoma;
	color: #ffffff;
}








.boton1{
    margin-right: 10px;
    display: inline-block!important;
    color: black !important;
    background: #80c8e8 !important;
    padding: 10px !important;
    margin-bottom: 10px !important;
    cursor: pointer !important;
    
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Roboto Slab', serif;

    border: 1px solid transparent;
    border-radius: 4px;
}
		
		
.boton1:hover{
    background: #00caf0 !important;
}















.checkitm {
 width: 25px;
 height: 25px;
 vertical-align: middle;
}



.radioitm {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radioitm input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radioitm:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radioitm input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radioitm input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radioitm .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}



.separador {
margin-top: 10px;
margin-bottom: 10px;
display: block;
height: 3px;	
width: 100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#db2b2e+1,db2b2e+100&0+1,1+50,0+100 */
background: -moz-linear-gradient(left, rgba(219,43,46,0) 1%, rgba(219,43,46,1) 50%, rgba(219,43,46,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(219,43,46,0) 1%,rgba(219,43,46,1) 50%,rgba(219,43,46,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(219,43,46,0) 1%,rgba(219,43,46,1) 50%,rgba(219,43,46,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00db2b2e', endColorstr='#00db2b2e',GradientType=1 ); /* IE6-9 */
}


.titulo1 {
color: #000000;
font-size: 30px;
font-family: Tahoma;
font-style: italic;
font-weight: bolder;
}

.titulo2 {
color: #000000;
font-size: 20px;
font-family: Tahoma;
font-style: italic;
font-weight: bolder;
}

.texto1 {
color: #000000;
font-size: 22px;
font-family: Tahoma;
}

.texto1 {
color: #000000;
font-size: 22px;
font-family: Tahoma;
}

.remarca1 {
color: #FF0000;
font-size: 22px;
font-family: Tahoma;
font-weight: bolder;
}



.espacio1 {
line-height: 30px;
text-align: left;
color: #000000;
font-size: 20px;
font-family: Tahoma;
font-style: italic;
font-weight: bolder;
}

.espacio2 {
padding: 30px;
color: #000000;
font-size: 22px;
font-family: Tahoma;
border: 2px solid black;
}


.t1 td {
padding: 30px;
vertical-align: top;
color: #000000;
font-size: 22px;
font-family: Tahoma;
}

.texto1_j {
color: #000000;
font-size: 22px;
font-family: Tahoma;
text-align: justify;
}

.texto1_jb {
color: #000000;
font-size: 22px;
font-family: Tahoma;
text-align: justify;
font-weight: bolder;
}


