/**  '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Globales                             */
/**  '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Georgia", "Times", serif;
  color: #333;
	text-align: center;
	font-size: 12px;
	background: #eee;
}
textarea {
	 font-family: "Trebuchet MS", Arial, sans-serif;
}
p, li {
  font-size: 12px;
  line-height: 1.6em;
}
p strong {
}
a {
  text-decoration: none;
	color: #A82428;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

ul {
  list-style: none;
}
ul.bullet {
	list-style-type: disc;
	padding-left: 1em;
}
img {
  border: 0;
}



/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   clases comunes                          																				*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */

div.clear {
  clear:both;
  display:block;
  height:0px;
  margin:0; padding:0;
  overflow:hidden;
  font-size:0px;
}
p.link a {
	float: left;
	display: block;
	color: #2F7CA8;
	font-weight: bold;
	padding: 4px 0 6px 25px;
	margin-top: 10px;
}
input.input_text {
  border: 1px solid #ccc;
  padding: 2px 5px;
  font-family: "Trebuchet MS", Verdana;
}


.noMargin {
	margin: 0;
}
.marginTop {
	margin-top: 1em;
}
.marginTopMore {
	margin-top: 3em;
}
.marginBottom {
	margin-bottom: 1em;
}
.floatLeft {
	float: left;
	margin-right: 20px;
}

.pointer {
	cursor: pointer;
}


/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Partes                      																				*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div#body {
	width: 745px;
	margin-left: 10px;
	text-align: left;
	margin: 0 auto;
	border: 1px solid #e3e3e3;
	border-top: none;
}




div#header_title {
	background: #fff url(../images/header.gif) no-repeat;
	height: 100px;
}
div#logo p#site_logo a {
	display: block;
	width: 210px;
	height: 90px;
}
div#nav {
	background: #ccc;
	height: 39px;
	overflow: hidden;
}
div#container {
	background: #fff url(../images/container_bg.gif) repeat-y left;
	padding-top: 20px;
}
div#header_container {
	border-bottom: 7px solid #851C21;
	background: #fff;
}
div#nav ul li {
	float: left;
}
div#nav ul li a {
	display: block;
	float: left;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #000;
	padding: 10px 42px;
	border-right: 1px solid #fff;
}
div#nav ul li a:hover {
	background: #999;
	text-decoration: none;
	color: #fff;
}
div#nav ul li.last a {
	border-right: none;
}
div#column {
	width: 135px;
	float: left;
	overflow: hidden;
}
div#content {
	float: left;
	width: 570px;
	padding-right: 30px;
	overflow: hidden;
}

div#copyright {
	margin-left: 125px;
	margin-top: 0px;
}
div#copyright {
	padding-bottom: 30px;
	margin-bottom: 0px;
	padding-left: 12px;
}
div#foot {
	margin-top: 0px;
}
div#foot ul {
	width: 400px;
	margin: 0 auto 0 auto;
	
}
div#foot div.colab {
	float: left;
	width: 135px;
	margin-bottom: 0;
}
div#foot div.nav_foot {
	float: left;
	width: 570px;
	border: 2px solid #ccc;
	border-left: none;
	border-right: none;
	margin-top: 30px;
}
div#foot ul li {
	float: left;
	margin-right: 20px;
}
div#foot ul li a {
	float: left;
	font-size: 12px;
}
div#copyright ul li {
	font-size: 11px;
}
div#copyright ul li,
div#copyright ul li a {
	color: #333;
}
div#copyright ul li a {
	font-weight: normal;
}
div#copyright ul li strong a {
	font-weight: bold;
}

/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Estilos                      																				*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
h1,h2,h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: center;
	padding: 0 30px;
	margin-bottom: 1em;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 24px;
	margin-bottom: 0;
}
h3 {
	font-style: italic;
}

/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Planning                      																				*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div.planning div.date,
div.planning div.info {
	float: left;
}
div.planning div.date {
	width: 100px;
	text-align: right;
	background: url(../images/hour_bg.gif) no-repeat right;
	padding: 2px 0;
}
div.planning div.none {
	background: none;
}
div.planning div.info {
	width: 400px;
	margin-left: 20px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
div.planning div.info p {
	text-align: justify;
	margin-bottom: 0.4em;
}
div.planning div.date span {
	color: #fff;
	padding: 0 8px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	letter-spacing: 0.04em;
	font-weight: bold;
}
div.planning div.info h4 {
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 0.4em;
}
div.planning div.info h5 {
	color: #A82428;
	font-size: 17px;
	font-style: italic;
	margin-bottom: 5px;
}
div.planning div.info h6 {
	color: #A82428;
	font-size: 13px;
	margin-top: 1em;
	margin-bottom: 4px;
}
strong.nom {
	font-size: 12px;
	text-transform: uppercase;
}
strong.prenom,
strong.nom {
	color: #666;
}

div.home_content p {
	text-align: justify;
}
/**  '''''''''''''''''''''''''''''''''ç'''''''''''''''''''''''''''''''''''''''''''''' */
/**   Form                      																				*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */

p.label {
	font-weight: bold;
	color: #A82428;
	margin-top: 1em;
}
input.text,
textarea.text {
	width: 400px;
	border: 1px solid #ccc;
	padding: 2px 10px;
}

div.fieldWithErrors input,
div.fieldWithErrors textarea {
	border-color: #990000;
}
div.colab {
	margin-bottom: 20px;
	font-size: 11px;
	padding-left: 5px;
}
div.colab p {
	font-size: 11px;
}
p.error {
  background: url(../images/ico_warning.gif) no-repeat;
  color: #3A3A93;
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 5px 17px;
  margin-top: 4px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
div.flash_message p.success {
	color: #216544;
	background: #B6D5C5;
	padding: 20px 10px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 15px 0;
	font-size: 14px;
}

div.flash_message p.error	{
	background: #DDBFBF url(../images/css_admin/flash_warning.gif) no-repeat 5px 5px;
	padding: 15px 15px 15px 50px;
	margin: 10px 0;
	border: 2px dotted #CC9090;
	color: #990000;;
}
div.home_content p.special  {
	margin: 10px 50px;
	color: #A82428;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
div.home_content p.special span {
	background: #F1DDDD;
	padding: 2px 20px;
}
p.explanation {
	margin: 10px 0;
	color: #3A3A93;
}
div.response {
	width: 400px;
}
div.response p {
	font-size: 14px;
}
div.header_content h1 {
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #eee;
	padding: 0;
}