/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */
html { overflow: -moz-scrollbars-vertical;}
html { overflow-x: auto;}


body {
	background: #fbfbfa;
	color: #666;
	padding:0;
	margin:0;
}


/* anchors
----------------------------------------------- */
a {
	color: #009ee0;
	text-decoration: none;
}
a:hover {
	color: #009ee0;
}


/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}


/* branding
----------------------------------------------- */
h1#branding {
	width:234px;
	height:60px;
	padding:0;
	text-align:left;
	margin:36px 0 0 10px;
}

h1#branding a {
	width:234px;
	height:60px;
	background-attachment:scroll;
	background-image:url(../img/sanfic-6-santiago-festival-internacional-de-cine.gif);
	background-position:left top;
	background-repeat:no-repeat;
	position:absolute;
	text-indent:-9999px;
	padding:0;
	margin:0;
}


/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	padding:15px 0 15px 10px;
	margin:0 0 10px 0;
}

.title { height:31px; color:#009ee0; font-size:26px;}
.title-h4 { color:#009ee0; font-size:14px;}
.entry-title { font-weight:normal; font-size:18px;}
.h3-fecha {height:29px; color:#F2EFE6; font-size:22px; margin-top:70px; margin-bottom:0; font-weight:normal;}

.article { padding-bottom:10px; border-bottom:1px solid #CCCCCC; margin-bottom:20px;}

/* boxes
----------------------------------------------- */
.box {
	margin-bottom:20px;
	padding:30px;
	background-color:#FFFFFF;
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
.box h2 {
	font-size:1em;
	font-weight:normal;
}
.box .entry-content h2 {
	font-size:1.6em;
	font-weight:bold;
}
.block {
	padding-top:10px;
}

/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:25px;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}


/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:none;
	margin:0;
}
ul.menu ul li a {
	padding-left:30px;
}




/* table
----------------------------------------------- */
table {
	width:100%;
	margin-bottom:10px;
}

table#staff td {
	height:40px; padding:7px; border-bottom:1px solid #F2EFE6;
}

th, td {
/*	padding:.2em 1em;
	text-align:left;*/
}
thead th {
	padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
}


/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	border:1px solid #bbb;
	padding:10px;
	position:relative;
	background:#e9e9e9;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}


form.wpcf7-form input { padding:6px; font-size:14px; border:1px solid #999999;}
form.wpcf7-form textarea { padding:6px; font-size:14px; border:1px solid #999999;}

.wp-caption {
-moz-border-radius:3px 3px 3px 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
background-color:#F3F3F3;
border:1px solid #DDDDDD;
margin:10px 10px 10px 0;
padding-top:5px;
font-family:10px;
text-align:center;
float:left;
}

.wp-caption-text { height:63px;}



