/*  
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:13px;
	background: #eee;
	font-family: Arial, sans-serif;	
	padding: 0px 0 0px 0;
	margin: 0;
	color:#333333;	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;

}


p{
	line-height:1.4em;
}

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;
}

select.grande 
{
	width: 334px;
}

select.pequeño
{
	width:50px;
}
select.mediano
{
	width:242px;
}
select.mediogrande
{
	width:280px;
}

/*/////////////////////*/
/*/////  TEXTAREA /////*/
/*/////////////////////*/

textarea
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	/*
	border-color:#abaaa8;
	border-style:solid;
	border-width:1px;
	*/
	font-size:12px;
}
/*///////////////////*/
/*/////  INTPUT /////*/
/*///////////////////*/

input
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	margin-top: 20px;
	padding: 4px;
	/*
	border-color:#abaaa8;
	border-style:solid;
	border-width:1px;
	*/
	font-size:12px;
	outline: none;
	border-radius: 6px;
	margin-left: 10px;
	border: 1px solid #aaa;
}

/***************/

input.extragrande 
{
	width: 450px;
}

input.grande 
{
	width: 330px;
}

input.mediogrande
{
	width:275px;
}

input.pequeño
{
	width:116px;
}
input.mini
{
	width:90px;
}
input.mini2
{
	width:50px;
}
input.mediano
{
	width:143px;
}

input.boton
{
	background-color:#E9EFDA;
	font-weight:bold;
	color:#666666;
	border-color:#335295;
}

button
{	margin-top: 20px;
	padding:7px; 
	outline: none;
	font-family:Arial, Helvetica, sans-serif,Verdana;
	color:#fff;
	background: #066bce;
	border-radius: 6px;
	border:0px;
	font-size: 1em;
	/*border-color:#335295;
	border-style:solid;
	border-width:1px;*/
	font-size:11px;
}

button:hover{
	background: #0b80f3;
	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{
	display: inline-block;
	margin-top: 200px;
	padding-bottom:30px;
	border:solid 2px #066bce;
	border-radius: 8px;
	background: #fff;
}
.contenedor h1{
	margin-bottom: 30px;
	width: 300px; 
	margin-top: 0px;
	padding: 20px;
	background: #066bce;
	color: #fff;
} 