﻿
.form-main {
    width:auto;
    margin:15px;
    margin-top:0x;
    min-height:400px;
}

.form-content {
  width:auto;
  height:100%;
}

.form-item {
    width:auto;
    height:30px;
}

.form-label {
    width:auto;
    min-width:300px;
    float:left;
}

.form-control {
    width:auto;
    float:left;
}

.form-action {
    width:auto;
    text-align:center;
    height:30px;
    margin-top:10px;

}

input[type=text] 
{
	background: #f8f8f8;
	border:1px solid #CBD3CF;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	width:220px;
	height:20px;
	text-indent:8px;
	font:12px "arial", sans-serif;
	color:#4876AA;	
}

input[type=text] :focus, input[type=text] :hover, input[type=text] :active
{
     background-color:#FFFFD5;
}

select 
{
    padding:3px;
    margin: 0;
	border:1px solid #CBD3CF;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:5px;
    background: #f8f8f8;
    color:#888;
	width:220px;   
    outline:none;
    display: inline-block;
    cursor:pointer;	
    font-size:12px
}

select:hover 
{
	background-color:#FFFFD7;    
}

select:active 
{
	background-color:#FFFFD7;    
}


.content-download
{
	margin-top:10px;
    width:400px;
	border:2px solid #BBDF8D; 
	background-color:#EAF7D9;
	padding:10px;	
    margin-bottom:10px;
    -webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

    .content-download a {
        color:#0c74f3;
    }


.tabla-formulario
{
    width:100%;
    border-spacing: 0;
    border-collapse: collapse;   
    padding:0; 
}

.tabla-formulario thead tr th
{
    background-color:#2980B9;
    color:#fff;
    text-align:center;
    font-weight:normal;
    line-height:17px;
    font-size:10px;
    font-weight:bold;

}

.tabla-formulario tbody tr td
{
    border:1px solid #DDDDDD;
    line-height:18px;
    padding-left:5px;
    padding-right:5px;    
    font-family:Arial, Helbetica, sans-serif;
    font-size:11px;
    text-align:right;   
}

.tabla-formulario tbody tr:hover
{
    background-color:#FFFFD7;        
}


.tr-alter {
    background-color:#EEF3F9;
}

.tabla-align tbody tr td {
    text-align:center;
}


.texto-alerta {
    color:red;
    margin-top:10px;
}


.content-search 
{
    
}

.table-search 
{

}

.table-search tr
{
    line-height:18px;
}

.table-search tr td {
    padding-right:8px;
    
}

.content-registro table {
    width: 100%;
    border: 0px none;
    border-spacing: 0;
    border-collapse: collapse;
    padding: 0;
}

    .content-registro table tr td.registro-label {
        border: 1px solid #EAEAEA;
        text-indent: 10px;
        vertical-align: central;
        background-color: #F9F9F9;
        vertical-align: middle;
    }

    .content-registro table tr td.registro-control {
        vertical-align: middle;
        border: 1px solid #EAEAEA;
        padding: 3px 0 3px 10px;
    }

        .content-registro table tr td.registro-control textarea {
            border: 1px solid #CBD3CF;
            border-radius: 5px;
            height: 60px;
            width: 400px;
            font-family: Arial, Helbetica, sans-serif;
            font-size: 12px;
            color: #4876AA;
            background-color: #F2F4F3;
            border: 1px solid #CBD3CF;
            border-radius: 5px;
        }

.content-registro form table tr td.registro-control textarea {
    border: 1px solid #CBD3CF;
    border-radius: 5px;
    height: 60px;
    width: 400px;
    font-family: Arial, Helbetica, sans-serif;
    font-size: 12px;
    color: #4876AA;
    background-color: #F2F4F3;
    border: 1px solid #CBD3CF;
    border-radius: 5px;
}

.tabla-formulario2 {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    padding: 0;
}

    .tabla-formulario2 thead tr th {
        background-color: #2980B9;
        color: #fff;
        text-align: center;
        font-weight: normal;
        line-height: 17px;
        font-size: 10px;
        font-weight: bold;
    }

    .tabla-formulario2 tbody tr td {
        border: 1px solid #DDDDDD;
        line-height: 18px;
        padding-left: 5px;
        padding-right: 5px;
        font-family: Arial, Helbetica, sans-serif;
        font-size: 11px;
        text-align: center;
    }

    .tabla-formulario2 tbody tr:hover {
        background-color: #FFFFD7;
    }
