@charset "utf-8";
/*	Basicos
*/
* { margin: 0 auto;}
html, body { background-image:url(../img/celtics/fondo.jpg);
background-repeat:repeat;
	font-family: Arial, Helvetica, sans-serif; }
img{ border:0px;}
a{ border:0px;}
/**
 * Tables
 */
table { width: 50%; border: 0px solid #dfdfdf; clear: both;
 }
table tr th { padding: 0; color: #666; border-bottom: 0px; text-align: right; font-style:italic; font-size:13px; float:right;}
table tr th a{ text-decoration:none;}
table tr td { padding: 0; vertical-align: top; margin-right:10px;
 
 }
table tr td a { font-weight: normal; text-decoration: none; padding: 0 0 0 0; }
table tr td a:hover { text-decoration: underline; }
table tr td div.operations a { font-size: 12px; margin-right: 15px; text-decoration: none; text-transform: lowercase; }
table tr td img { margin: 0px; padding: 0px; }
th a.asc:after {content: ' ↑';}
th a.desc:after {content: ' ↓';}
.striped { background-color: #f9f9f9; }
div.level-0 { }
div.level-1 { margin-left: 30px; }

img.permission-toggle:hover { cursor: pointer; }
img.hook-toggle:hover { cursor: pointer; }

.controller-row { background: #6f6f6f; color: #fff; font-weight: bold; }
.controller-row a { color: #efefef; }
.controller:hover { cursor: pointer; }
.collapse { background: url('../img/icons/bullet_arrow_down.png') no-repeat; padding-left: 15px; }
.expand { background: url('../img/icons/bullet_arrow_right.png') no-repeat; padding-left: 15px; }
/* Layout Front
*/
#inicio{
	background-image:url(../img/celtics/inicio.png);
	width:958px;
	height:490px;
	margin:0 auto;}

#contenedor{
	margin:0 auto;
	background-repeat:repeat;
	height:0 auto;
	}
#header{
	background-image:url(../img/celtics/cabeza.png);
	height:163px;
	background-repeat:no-repeat;
	width:996px;
	padding: 0;
	margin:0 auto;
	}
	
#index{
	width:996px;
    height:400px;
	position:relative;
	margin: 0 auto;
	padding:0;
	}	

#cabeza{
	width:996px;
	height:278px;
	position: relative;
	margin-top: -120px;
	padding:0;
	}
.pergamino{ 
	background-image:url(../img/celtics/fondo_pergamino.png);
	width:226px;
	height:250px;;
	margin:0;
	float:right;
	position:relative;
	padding:0;
	}
 	
.pergamino_add table{
	float:right;
	width:225px;
	height:150px;
	margin: 60px 0 0 0;
	padding:0;
	}	

.reg_add{
	float:right;
	margin:0;
	padding:0;
    background-image:url(../img/celtics/registro.png);
	width:546px;
	height:490px;
	position: relative;
	}	
.pergamino_add{
	background-image:url(../img/celtics/fondo_pergamino.png);
	width:226px;
	height:250px;
	float:right;
	margin:0;
	padding:0;

	}		
.reg table{
	margin:190px 0px 20px 115px;
	
	}	
.contact_add table{
	margin: 60px 0px 0 0;
	height:auto;
	}	
.contact_add table table{
	margin:0;
	height:auto;
	}
.botoncitos table{
	padding:0;
	width:250px;
	height:auto;
	}		
.botoncitos{
	margin: 0 0 0 10px;
	padding:0;
	width:250px;
	}		
	
.izq{/*
	float:left;
	margin: 0;
	position: absolute;
	width:200px;
	height:490px;
	padding:0;
*/}
.izquierdo{
	float:left;
	margin: 0;
	position: absolute;
	width:430px;
	height:490px;
	padding:0;
	}	
.derecho {
	float:right;
	margin: 0 0 0 750px;
	width:246px;
	height:490px;
	padding:0;
	position:absolute;
	}	
.contact_izq{/*
	float:left;
	margin: 0;
	position: absolute;
	width:450px;
	height:490px;
	padding:0;
	*/}		
.contact_add{
	margin:0 246px 0 430px;
	float:right;
	padding:0;
	background-image:url(../img/celtics/contacto1.png);
	width:320px;
	height:490px;
	position:relative;
	
	}		
	
#contenido{
	width:996px;
	height:490px;
	margin:0 auto;}

#contenido2{
	width:996px;
	height: auto;
	margin:0 auto;}	
#del{
	
	width:1000px;
	height:209px;
	margin:0 auto;
}
	
#pie{
	
	width:1000px;
	height:209px;
	margin:0 auto;
}
#todo{
	margin:auto;
	}	

/*	LAYOUT CONTACTO
*/
#contenedor-2{
	background-color:#000;
	}
/*	CATEGORIAS
*/
.ruta{
	clear:both;
	color: #F63;
	font-style: italic;
	font-size: 24px;
	font-weight: bold;
	margin:15px 24px;}
.ruta a{
	clear:both;
	color: #F63;
	font-style: italic;
	font-size: 24px;
	font-weight: bold;
	text-decoration:none;}
	

/*	Articulo
*/

*/
h2{
	clear:both;
	color:#ff6633;
	font-size:20px;
	font-weight:bolder;
	font-style:italic;}


/** Paging **/
div.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
div.paging span.disabled {
	color: #ddd;
	display: inline;
}
div.paging span.current {
	color: #c73e14;
}
div.paging span a {
}

/*	Errores
*/
.error,
.notice,
.success,
.message { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice,
.message { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a { color: #D12F19; }
.notice a,
.message a { color: #817134; }
.success a { color: #529214; }

/** Scaffold View **/
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 100%;
}
dl .altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 20em;
	margin-top: -2em;
	vertical-align: top;
}


/**
 * Forms
 */
label { margin: 0px 0px 0px 2px; font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; font-size: 13px; color: #999; font-weight: bold; }
.text label,
.textarea label,
.select label,
.file label,
.datetime label,
.password label { display: block; }

form input[type=text],
form input[type=password],
form input[type=file],
form textarea { padding: 1px; font-size: 13px; margin-bottom: 0px; border: 1px solid #ccc; }
form select { padding: 2px; font-size: 13px; margin-bottom: 5px; background-color: #fff; border: 0 solid #ccc; }
form input:focus,
form select:focus,
form textarea:focus { border: 1px solid #999; }
form input[type=submit] { font-size: 14px; margin-top: 0;}
form textarea { background-color: #fff; width: 99%; min-height: 30px; font-size: 13px; }
form textarea.content { width: 99%; height: 350px; }
form .wide { width: 500px; height: 150px; }
form select[multiple=multiple] { padding: 0px; width:100%; }
form select[multiple=multiple] optgroup { font-style: normal; }
form select[multiple=multiple] optgroup option { text-indent: 25px; }
div.radio { width: 140px; }
div.radio input { width: 30px; float: left; }
div.radio label { width: 80px; float: left;  }
div.input { margin-top: 5px; margin-right:15px;}
div.input date{ margin-top: 20px; }
div.input span.description { margin-left: 10px; }

form .required {
	font-weight: bold;
}
form .required label:after {
	color:#FF0;
	content: '*';
	display:inline;
}
fieldset{ 
	color:#ff6633;
	font-size:20px;
	font-weight:bolder;
	font-style:italic;}
legend{ font-size:15px;}
/**
 * Login
 */
p#backtosite { padding: 0px 0px 0px 20px; }

#login { margin: 0px auto; width: 320px; padding: 50px 0px 0px 0px; }
#login h2 { border-bottom: 0px; }
#login .forgot { float: right; }
#login input[type=text],
#login input[type=password] { width: 95%; }
#login a{ color:#666; font-size:12px;}
#login form { margin: 30px 0px 0px 0px; padding: 0px 20px 20px 20px; background-image:url(../img/celtics/fondo.jpg); border: 1px solid #e5e5e5; }
#login form { -moz-box-shadow: rgba(200,200,200,1) 0 4px 18px; -webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px; }
#login form { -moz-border-radius: 10px; -webkit-border-radius: 10px; }

.login #footer { background: none; color: #444; }
.login #footer a { color: #444; }

/* FORM RECURSOS HUMANOS
*/
.bg_rh{ 
	background-image:url(../img/layout_front/bg_contacto_rh.png); 
	background-repeat:no-repeat; 
	width:524px; 
	height:450px;
	padding:10px;}
/*
*/
.mor{
	width:100%;
	margin:0;
}
.mor tr td{
	position:relative;
	margin:0;
	padding:0;
}
.mor tr td INPUT[type="submit"]	{
border:0px;
margin:0;
width:80px;
height:19px;

}
.mor tr td INPUT[type="button"]	{
border:0px;
margin:0;
width:80px;
height:19px;

}
.bott{
	width:80px;
	height:20px;
	position:absolute;
	margin:6px 0 0 30px;
}
.bott INPUT[type="button"]	{
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}
.bott2{
	width:90px;
	height:20px;
	float:right;
	margin:6px 50px 0 0;
}
.bott2 INPUT[type="submit"]	{
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}
.bott3{
	width:90px;
	height:20px;
	float:right;
	margin:0 50px 0 0;
}
.bott3 INPUT[type="submit"]	{
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}

#menuh {
		
        font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
        padding-top:-5px;
		margin-left:40px;
}

#menuh ul, li {
        list-style-type: none;
}

#menuh ul {
        margin: 0;
        padding: 0;
}

#menuh li {
        float: left;
		/*margin-right:20px;*/
}

#menuh a {
        text-decoration: none;
        color:#FFF;
       	display: block;
		font-weight:bolder;
       
}
#menuh a:hover {
	text-decoration: underline;
}
