main
{
    width: 100%;
    max-width: 700px;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 0 auto;

    border-style: solid;
	border-color: #a0a0a0;
	border-width: 0px;
	box-shadow: 0px 0px 2px 0px #a0a0a0;
	border-radius: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 30px;
}

#container
{
    width: 100% !important;
    max-width: 1000px;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

#logo
{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    text-align: center;
}

#logo-img
{
    width: 100%;
    max-width: 300px;
    height: auto;
    position: relative;
    overflow: hidden;
}

#form-container
{
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#form-etiqueta
{
    width: 100%;
    max-width: 450px !important;
    height: auto;
    position: relative;
    overflow: hidden;
    font-weight: bold;
    color: #000000;
    padding: 5px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
	font-size: 13px;
    margin-top: 5px;
}

#form-titulo-formatos
{
    width: 100%;
    max-width: 450px !important;
    height: auto;
    position: relative;
    overflow: hidden;
    font-weight: bold;
    color: #000000;
    padding: 5px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
	font-size: 25px;
    margin-top: 5px;
    text-align: center;
}

#form-etiqueta-descripcion
{
    width: 100%;
    max-width: 450px !important;
    height: auto;
    position: relative;
    overflow: hidden;
    color: #575757;
    padding: 5px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
	font-size: 16px;
    margin-top: 5px;
    text-align: center;
}

#form-control
{
    width: 100% !important;
    max-width: 450px !important;
    height: auto !important;
    position: relative;
    overflow: hidden;
    padding: 5px;
    margin: 0 auto;
}

.box_2 {
    height: 40px;
	width: 99% !important;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	border: thin solid #CCC;
	border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.btn_2 {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	height: 35px;
	width: 130px;
	border-radius: 12px;
	box-shadow: 1px 1px 2px #CCC;
	background-color: #fe0000;
	border: thin solid #fe0000;
}

#menu
{
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
    overflow: hidden;
    padding: 10px;
    color: #CCC;
    text-align: center;
}

.link_01
{
    font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #fe0000;
    padding: 5px;
}

.link_02
{
    font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #fe0000;
}

.link_03
{
    font-family: 'Roboto', sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #333333;
    padding: 3px;
}

.link_04
{
    font-family: 'Roboto', sans-serif;
	font-size: 17px;
	text-decoration: none;
	color: #FFFFFF;
}

#form-fila
{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

#form-fila-row
{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

#form-fila-padding
{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 10px;
    background-color: #EEEEEE;
}

#form-C1
{
    width: 40%;
    height: auto;
    position: relative;
    overflow: hidden;
    float: left;
}

#form-C2
{
    width: 40%;
    height: auto;
    position: relative;
    overflow: hidden;
    float: left;
}

#form-C3
{
    width: 20%;
    height: auto;
    position: relative;
    overflow: hidden;
    float: right;
}

#form-C1-completa
{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

#etiqueta-historial-bold
{
    width: 100%;
    height: 23px !important;
    line-height: 23px !important;
    position: relative;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #000000;
    padding: 10px;
}

#etiqueta-historial-bold-2
{
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: relative;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #000000;
}

#etiqueta-historial-bold-color
{
    width: 100%;
    height: 43px !important;
    line-height: 23px !important;
    position: relative;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #000000;
    padding: 10px;
}

#etiqueta-historial
{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #000000;
    padding: 10px;
}

#form-linea
{
    width: 100%;
    height: 1px;
    background-color: #CCCCCC;
    position: relative;
    overflow: hidden;
}

#etiqueta-descripcion-historial
{
    width: 100%;
    height: auto;
    min-height: 100px;
    position: relative;
    overflow: hidden;
    background-color: #F7F7F7F7;
    color: #000000;
}

#etiqueta-descripcion-historial-respuesta
{
    width: 85%;
    margin: 0 auto;
    min-height: 100px;
    position: relative;
    overflow: hidden;
    background-color: #F7F7F7 !important;
    color: #000000;
    float: right;
    border-radius: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.mensaje
{
    font-family: 'Roboto', sans-serif;
	font-size: 13px;
    color: #000000;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

.estado
{
    color: #062cb4;
}

.hola_formato
{
    font-family: 'Roboto', sans-serif;
	font-size: 13px;
    color: #696975;
    font-weight: bold;
}

#menu-formatos
{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    background-color: #848484;
    border-radius: 30px;
}

#menu-icon
{
    width: 15%;
    height: 70px;
    line-height: 70px;
    position: relative;
    overflow: hidden;
    float: left;
}

#menu-link
{
    width: 85%;
    height: 70px;
    line-height: 70px;
    position: relative;
    overflow: hidden;
    float: right;
}

#icon-formato
{
    width: 100%;
    max-width: 40px;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 15px;
}

@media screen and (max-width: 750px) {

    #form-control
    {
        width: 95% !important;
        position: relative;
        overflow: hidden;
    }

}