﻿.centrado_tecno {
	margin: auto;
    position: relative;
	width:980px;
	height:758px;
	top: 0px;
	left: 0px;
}

.titulo_tecno
{
	width: 945px;
	height: 35px;
	float: left;
	font-size: 28px;
	font-family: 'Open Sans',sans-serif;
	float:left;	
	}
.desc_tecno 
{
	width: 974px;
	height: 69px;
	float: left;
	font-size: 16px;
	font-family: 'Open Sans',sans-serif;
	margin-top: 7px;
	float:left;
	}
.tec1
{
	width: 469px;
	height: 609px;
	float: left;
	font-size: 16px;
	font-family: 'Open Sans',sans-serif;
	margin-top: 15px;
	float:left;
	}
.teckio_img 
{
	width:320px;
	height:200px;
	margin-top:15px;
	margin-left:84px;
	border:none;
	}
.tec2
{
	width: 469px;
	height: 613px;
	float: left;
	margin-left:25px;
	font-size: 16px;
	font-family: 'Open Sans',sans-serif;
	margin-top: 15px;
	float:left;
	}
.rfacil_img 
{
	width:355px;
	height:212px;
	margin-top:15px;
	margin-left:56px;
	border:none;
	}
.tec3
{
	width: 467px;
	height: 30px;
	float: left;
	margin-top: 27px;
	float:left;
	font-size: 20px;
	font-family: 'Open Sans',sans-serif;
	font-weight: bold;
	color: #565656;
	}
.tec4
{
	width: 469px;
	height: 30px;
	float: left;
	margin-top: 15px;
	float:left;
	font-size: 20px;
	font-family: 'Open Sans',sans-serif;
	font-weight: bold;
	color: #565656;
	}
.parrafo_teckio 
{
	width: 463px;
	height: 263px;
	float: left;
	font-size: 15px;
	font-family: 'Open Sans',sans-serif;
	margin-top: 7px;
	float:left;
	}
	
.parrafo_rfacil 
{
	width: 461px;
	height: 263px;
	float: left;
	font-size: 15px;
	font-family: 'Open Sans',sans-serif;
	margin-top: 7px;
	float:left;
	}
.boton
{
	float: right;
	height: 27px;
	width: 81px;
	margin-top: 32px;
	margin-right: 23px;
	}
.boton2
{
	float: right;
	height: 27px;
	width: 81px;
	margin-top: 32px;
	margin-right: 48px;
	}
.boton_enviar {
        
        -moz-box-shadow:inset 0px 1px 0px 0px #537eb2;
        -webkit-box-shadow:inset 0px 1px 0px 0px #537eb2;
        box-shadow:inset 0px 1px 0px 0px #537eb2;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #537eb2), color-stop(1, #4b74a3));
        background:-moz-linear-gradient(top, #537eb2 5%, #4b74a3 100%);
        background:-webkit-linear-gradient(top, #537eb2 5%, #4b74a3 100%);
        background:-o-linear-gradient(top, #537eb2 5%, #4b74a3 100%);
        background:-ms-linear-gradient(top, #537eb2 5%, #4b74a3 100%);
        background:linear-gradient(to bottom, #537eb2 5%, #4b74a3 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#537eb2', endColorstr='#4b74a3',GradientType=0);
        
        background-color:#537eb2;
        
        border:1px solid #ffffff;
        
        display:inline-block;
        color:#ffffff;
        font-family: 'Open Sans',sans-serif;
        font-size:12px;
        padding:7px 20px;
        text-decoration:none;
        
    }
.boton_enviar:hover {
        
         background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4b74a3), color-stop(1, #537eb2));
        background:-moz-linear-gradient(top, #4b74a3 5%, #537eb2 100%);
        background:-webkit-linear-gradient(top, #4b74a3 5%, #537eb2 100%);
        background:-o-linear-gradient(top, #4b74a3 5%, #537eb2 100%);
        background:-ms-linear-gradient(top, #4b74a3 5%, #537eb2 100%);
        background:linear-gradient(to bottom, #4b74a3 5%, #537eb2 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b74a3', endColorstr='#537eb2',GradientType=0);
        
        background-color:#4b74a3;
    }
.boton_enviar:active {
         position:relative;
        top:1px;
    }