/*  
Theme Name: The Resume Girl
Theme URI: http://henryjones.us/
Description: The Resume Girl theme.
Version: 1.0.0
Author: Henry Jones
Author URI: http://henryjones.us/	

*/

html, body
{
    height: 100%;
}
body {
    font-size:11pt;
    background: #eee;
    font-family: Arial, sans-serif;	
    padding: 0px;
    margin: 0px;
    color:#333333;	
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;


}


ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

li{
	margin: 0 0 0 0;
	padding: 0;
}

img{
	border: none;
}

a:link, a:visited{
	text-decoration: none;
    color: #33629b;
}

a:hover{
    color: #536b21;
}

/* ESTILOS DE LOS FORMULARIOS  */
/*///////////////////*/
/*/////  SELECT /////*/
/*///////////////////*/

select{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#666666;
    /*
    border-color:#abaaa8;
    border-style:solid;
    border-width:1px;
    */
    font-size:11px;
    background-color: #F2F2F2;
    width: 96%;
}



/*/////////////////////*/
/*/////  TEXTAREA /////*/
/*/////////////////////*/

textarea
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#666666;
    /*
    border-color:#abaaa8;
    border-style:solid;
    border-width:1px;
    */
    font-size:12px;
    background-color: #F2F2F2;
}
/*///////////////////*/
/*/////  INTPUT /////*/
/*///////////////////*/

input
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	margin-top: 4px;
	padding: 4px 8px;
	/*
	border-color:#abaaa8;
	border-style:solid;
	border-width:1px;
	*/
	font-size:12px;
	outline: none;
	border-radius: 6px;
	border: 1px solid #aaa;
        background-color: #F2F2F2;
}

/***************/



input.boton
{
	background-color:#3065B2;
	font-weight:bold;
	color:#666666;
	border-color:#3065B2;
}

button
{	
    margin-top: 20px;
    padding:7px; 
    outline: none;
    font-family:Arial, Helvetica, sans-serif,Verdana;
    color:#fff;
    background: #3065B2;
    border-radius: 6px;
    border:0px;
    font-size: 1em;

    font-size:11px;
}

button:hover{
	background: #F09120;
	cursor: pointer;
}
.boton{
	text-align: right;
	padding-right: 30px;
}


/* ESTILO DE LAS TABLAS */
td.titulos{
	text-transform:uppercase;
	font-weight:bold;
	color:#3E312E;
	height:18px;
	background:url(img/fondoTitulos.jpg);
	/*background-image:url(../imagenes/fondo_titulos.gif);*/
	background-repeat:repeat-x;
	text-align:center;
}


tr.normal{
	background-color:#FFFFFF;
}

tr.sobre{
	background-color:#999999;
}

td.normal{
	background-color:#FFFFFF;
}

td.sobre{
	background-color:#999999;
}
tr.buzon{
	background-color:#C9D1F1;
}

td.titulo_modulo{
	background-color:transparent;
	text-transform:uppercase;
	font-weight:bold;
	height:20px;
	color:#333333;
}
td.modulo1{
	background-color:#CCCCCC;
}
td.modulo2{
	border-bottom-style:solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
	border-left-style:solid;
	border-left-color:#CCCCCC;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:#CCCCCC;
	border-right-width:1px;
	border-top-style:solid;
	border-top-color:#CCCCCC;
	border-top-width:1px;
	background-color:#FFFFFF;
}
td.modulo2a{
	border-bottom-style:solid;
	border-bottom-color:transparent;
	border-bottom-width:1px;
	border-left-style:solid;
	border-left-color:transparent;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:transparent;
	border-right-width:1px;
	border-top-style:solid;
	border-top-color:transparent;
	border-top-width:1px;
	background-color:transparent;
}

table.resalta{
/*#D2BCA7*/
	border-bottom-style:solid;
	border-bottom-color:#333333;
	border-bottom-width:2px;
	border-left-style:solid;
	border-left-color:#333333;
	border-left-width:2px;
	border-right-style:solid;
	border-right-color:#333333;
	border-right-width:2px;
	border-top-style:solid;
	border-top-color:#333333;
	border-top-width:2px;
	background-color:#FFFFFF;
}
td.celda{
	border-bottom-style:solid;
	border-bottom-color:#BD2437;
	border-bottom-width:1px;
	border-left-style:solid;
	border-left-color:#BD2437;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:#BD2437;
	border-right-width:1px;
	border-top-style:solid;
	border-top-color:#BD2437;
	border-top-width:1px;
}
td.formula{
	text-align:center;
	width:550px;
	margin:0px;
	padding:5px;
	background-color:#fff;
	border:1px solid #ccc;
}

div#formul{
	text-align:center;
	width:550px;
	margin:0px;
	padding:5px;
	background-color:#fff;
	border:1px solid #ccc;
}
 
div#resultado{
	text-align:center;
	width:850px;
	height:620px;
	margin:0px;
	padding:5px;
	background-color:#fff;
	border:1px solid #ccc;
}

td.divisiones{
	background:#fcfcfc; border:1px solid #ddd; border-width:1px 1px 1px 1px;
}
table.divisiones{
	background:#fcfcfc; border:1px solid #ddd; border-width:1px 1px 1px 1px;
}

td.warning{
	border-bottom-style:solid;
	border-bottom-color:#FF0000;
	border-bottom-width:1px;
	border-left-style:solid;
	border-left-color:#FF0000;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:#FF0000;
	border-right-width:1px;
	border-top-style:solid;
	border-top-color:#FF0000;
	border-top-width:1px;
}
.contenedor{
	
	margin: 200px auto;
	padding-bottom:30px;
	border:solid 2px #3065B2;
	border-radius: 8px;
	background: #fff;
        max-width: 350px;
        
}
.contenedor h1{
	margin-bottom: 30px;
	margin-top: 0px;
	padding: 20px;
	background: #3065B2;
	color: #fff;
}

#divDetetalleVnta
{
    background: #FFF;
    border: orange;
    width: 98%;
    position: absolute;
    margin: 8px auto;
}