/*  
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/	

*/


body {
	font-size:13px;
	font-family: Arial, sans-serif;	
	color: #555555;
	padding: 0px 0 50px 0;
	margin: 0;		
}


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;
}
.left{
	float: left;
}

.right{
	float: right;
}

.inside{	
	margin: 0px auto;
	
}

#header {
	width: 100%;	
}

#logo{
	width: 378px;
	height: 50px;
	float: left;
	background: transparent url('../imagenes/logo.png') no-repeat;	
}

#logo span{
	display: none;
}



#header .bottom{		
	clear: both;
	margin: 0 0 15px 0px;	
	height: 24px;
	text-align: center;
}

/* ESTILOS DE LOS FORMULARIOS  */
/*///////////////////*/
/*/////  SELECT /////*/
/*///////////////////*/

select{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#641F1A;
	/*
	border-color:#abaaa8;
	border-style:solid;
	border-width:1px;
	*/
	font-size:11px;
}

select.grande 
{
	width: 336px;
}

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

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

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

textarea.extragrande 
{
	width: 450px;
	height:105px;
}

textarea.grande 
{
	width: 330px;
	height:100px;
}

textarea.pequeño
{
	width: 280px;
	height:80px;
}

textarea.mediogrande
{
	width:280px;
	height:90px;
}

/*///////////////////*/
/*/////  INTPUT /////*/
/*///////////////////*/

input
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#641F1A;
	/*
	border-color:#abaaa8;
	border-style:solid;
	border-width:1px;
	*/
	font-size:11px;
}

input.text
{
	border-color:#335295;
	border-style:solid;
	border-width:1px;
}

input.numero_grande
{
	font-size:24px;
	text-align:right;
	width:230px;
}

/***************/
input.input_hora
{
	border:0px;
	text-align:center;
}

input.textCelda
{
	border:0px;	
	text-align: center;
	cursor: pointer;
	background-color:transparent;/*#E1E8ED;*/
}

input.textEditarCelda
{
	border-style: solid;
	text-align: right;
}
input.colorclaro
{
	color:#999999;
}
input.colornormal
{
	color:#641F1A;
}

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

input.extragrande 
{
	width: 450px;
}

input.grande 
{
	width: 330px;
}

input.mediogrande
{
	width:280px;
}

input.pequeño
{
	width:50px;
}
input.mini
{
	width:23px;
}
input.mediano
{
	width:90px;
}
input.hora
{
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:none;
	text-align:center;
}

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


button
{
	font-family:Arial, Helvetica, sans-serif,Verdana;
	color:#641F1A;
	/*border-color:#335295;
	border-style:solid;
	border-width:1px;*/
	font-size:11px;
}

/* ESTILO DE LAS TABLAS */
td.titulos{
	text-transform:uppercase;
	font-weight:bold;
	color:#FFF;
	height:18px;
        background:url(../imagenes/naranja_titulos.jpg);
	/*background-image:url(../imagenes/fondo_titulos.gif);*/
	background-repeat:repeat-x;
}

td.titulos2{
	text-transform:uppercase;
	font-weight:bold;
	color:#FFF;
	height:25px;
	background:url(../imagenes/rojo_titulos2.jpg);
	/*background-image:url(../imagenes/fondo_titulos.gif);*/
	background-repeat:repeat-x;
	text-align:center;
}

td.resaltar_titulo{
	background-image:url(../imagenes/resaltar_titulo.gif);
	vertical-align:middle;
	height:20px;
}
td.resaltar_titulo_verde{
	background-image:url(../imagenes/resaltar_titulo_verde.gif);
	vertical-align:middle;
	height:20px;
}
tr.normal{
	background-color:#E1E8ED;
}

tr.sobre{
	background-color:#FFCC88; 
}

td.titulo_modulo{
	background-color:transparent;
	text-transform:uppercase;
	font-weight:bold;
	height:18px;
	color:#641F1A;
}