/* Theme Name: Agenda (4 columnas)
----------------------------------------------------------------------------------------------------------
Description: The WordPress theme was designed by <a href="http://www.martinbuezas.com/">Martin Buezas</a>.
Version: 1.6
Author: Martin Buezas
Author URI: http://www.martinbuezas.com
Tags: argentina, agenda de reflexion, cuatro columnas
---------------------------------------------------------------------------------------------------------- */

/* Layout (HEADER: Wide | width >= 750 <= 950 )
--------------------------------------------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	background:url('images/header_banner_wide.jpg') top center no-repeat;
	background-color: #5E8282;
	text-align: center;
	font-size: 12px;
	font-family: 'Georgia', Times New Roman, Times, serif;
	}

#header{
	margin: auto;
	padding: 0px;
	width: 780px;
	position:relative;
	margin-top: 123px;
	height:70px;
	z-index:99;
	}

	.head_iso {
		height: 70px;
		width: 95px;
		float: left;
		}
	
	.head_logo {
		 height: 44px;
		 width: 321px;
		 float:left;
		 }
	
	.head_menu {
		width: 475px;
		height: 26px;
	   _height: 20px;
	   _margin-top: -5px;
	    float:left;
		background-color: #476969;
		text-align:left;
		}
		
		.head_menu img { float:left; display:block;}
		
	.head_slogan {
		height: 44px;
		width: 190px;
		padding-left: 20px;
		float:right;
		background-image: url('images/header_search_div.jpg');
		background-repeat:no-repeat;
		background-position: top left;
		}
	
	.head_search {
	    padding-top: 2px;
	   _width: 170px;
	   _margin-top: -5px;
		float: right;
		background-color: #FFFFFF;
		}

#page {
	margin: auto;
	margin-top:20px;
	padding: 0px;
	width: 780px;
	border: 1px solid #959596;
	text-align: left;
	}
	
#content {
	background-color: #FFF;
    padding-bottom: 10px;
	padding-top: 10px;
	}
	
	.narrowcolumn {
		float: left;
		width: 550px;
		padding-right: 20px;
		padding-left: 20px;
	   _width: 570px;
	   _padding-right: 0px;
	   *width: 570px;
	   *padding-right: 0px;
	    }
		
	.div_general { 
		width:550px;
		border-bottom: 1px dotted #779797;
		margin-bottom: 20px;
		}
	
.clear { clear: both; }

/* Posts
--------------------------------------------------------------------------------- */

.ie_freak {
	_width: 355px;
	*width: 355px;
	*float: left;
	}

.postpage {
	float:left;
	padding-bottom: 20px;
	text-align: left;
	}

.post {
	float:left;
	padding-bottom: 20px;
	text-align: justify;
	}
	
	.post h2 { 
		font-family: "Georgia", Times New Roman, Times, serif;
		font-size: 24px;
		color: #FF9C00;
		}
	
	
	.post p, .postpages p{
		color:#333;
		line-height: 18px;
		}
	
		.post p a, .postpages p a{
			border-bottom: 1px dotted #333;
			color:#333;
			line-height: 18px;
			}
		
		.post p a:hover, .postpages p a:hover{
			background: #333;
			color:#FFF;
			line-height: 18px;
			}
	
.postdetails{
	float:left;
	width: 550px;
	color:#333;
	font-style: italic;
	margin-bottom: 20px;
	}
	
	.postdetails a {
		color: #333; 
		background-color : #FFF; 
		border-bottom: 1px dotted #BBB;
		}
	
	.postdetails a:hover {
		color: #FFF;
		background-color : #333; 
		border: none;
		}
	
#entry-single img { 
	border: 5px solid #eaf0f0;
	border-bottom: 1px solid #DDD;
	padding-bottom:5px;
	background-color: #eaf0f0;
	}

#entry-single p {
	_margin-right: 20px;
	*margin-right: 20px;
	line-height: 18px;
	}

.entry{
	color: #333;
	margin-bottom:10px;
	}
	
	.thumb {
		float: left;
		width: 150px;
		padding: 10px;
		margin-right: 20px;
		margin-bottom: 0px;
		padding-bottom: 0px;
		background-image: url('images/recomendados_img_bg.jpg');
		background-repeat: no-repeat;
		}
		
		.util-interact {
			margin-top: 25px;
			margin-bottom: 10px;
			padding-right: 10px;
			border-right: 1px solid #DDD;
			text-align:left;
			}
			
			.category { 
				padding-left: 20px;
				background-image:url('images/folder.png');
				background-repeat:no-repeat;
				background-position: top left;
				}
				
	/* Lists */
	html>body .entry ul {
		margin-left: 0px;
		padding: 0 0 0 30px;
		list-style: none;
		padding-left: 10px;
		text-indent: -10px;
		}
	
	html>body .entry li {
		margin: 7px 0 8px 10px;
		}
	
	.entry ol {
		padding: 0 0 0 35px;
		margin: 0;
		}
	
	.entry ol li {
		margin: 0;
		padding: 0;
		}
				
.postmetadata {
	float:left;
	color:#333;
	width:550px;
	clear: both;
	border-bottom: 1px dotted #779797;
	padding-bottom: 5px;
	padding-top: 10px;
	}
	
	.comments-span { padding-left: 20px; background-image:url('images/comment.png'); background-repeat:no-repeat; background-position:left;}
	.share-span { padding-left: 20px; background-image:url('images/share.png'); background-repeat:no-repeat; background-position:left;}
	
	.postmetadata ul, .postmetadata li {
		display: inline;
		list-style-type: none;
		list-style-image: none;
		}
	
	.postmetadata a 	  { color:#000; text-decoration:none; }
	.postmetadata a:hover {	color:#000; text-decoration:underline; }

	.narrowcolumn .postmetadata { text-align: left; }
	.widecolumn .postmetadata   { margin: 30px 0; }
	
	.social_icons_box { padding-left:5px; padding-top: 10px; padding-bottom: 5px; background-color: #333; margin-top: 10px; text-align:center;}
	.social_icons_box img { border: none; padding: 4px; background-color: #FFF;}
	
	.social_icons_box a { background-color: #333; border: none;}
	.social_icons_box a:link { background-color: #333; border: none;}
	.social_icons_box a:hover { background-color: #333; border: none;}
	.social_icons_box a:visited { background-color: #333; border: none;}

	
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

#navigation li{
	float:left;
	position:relative;
	top:149px;
	list-style-type:none;
	margin-right:20px;
}
	
#navigation a{
	position:relative;
	float:left;
	color:#fff;
	font-size:12px;
	padding:9px 9px 10px 9px;
	text-decoration:none;
}	
	
#navigation a:hover{
	position:relative;
	float:left;
	background:#F0B75F;
	padding:9px 9px 10px 9px;
	text-decoration:none;
}	
	
.navigation a{ font-size:16px; color:#333; border-bottom: 1px dotted #333; }	
.navigation a:hover{ color:#FFF; background-color: #333; border: none; border-bottom: 3px solid #5e8282; padding: 5px; }

.navigation-small a{ font-size:12px; color:#666; border: none; }	
.navigation-small a:hover{ color:#FFF; background-color: #333; border: none; border-bottom: 3px solid #5e8282; padding: 4px; }	

/* Comentarios
--------------------------------------------------------------------------------- */

/*  lista 
--------------------------------------------------- */

.comments {	float:left;	width:115px; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentlist {
	padding: 0px;
	text-align: left;
	}
	
	ol.commentlist {
	margin: 0px;
	width: 550px;
	}
	
	.commentlist li {
		padding: 0px;
		list-style: none;
		}
		
		/*
		.commentlist li .avatar { 
		float: left;
		border: 1px solid #eee;
		padding: 2px;
		}*/
		
		.alt { margin: 0; padding: 10px; }
		
		.comment-head { 
			margin-top: 15px; 
			margin-bottom: 15px;
			text-transform:capitalize;
			}
		
		.comment-box {
			background-color: #d8e2e2;
			margin: 0px;
			padding: 20px;
			}
	
			.commentlist p {
				text-transform: none;
				color:#333;
				line-height: 24px;
				}
	
			.commentmetadata {
				font-weight: normal;
				color: #79a2a2;
				font-style: italic;
				}
	
				.commentmetadata a 		 { font-style:normal; color: #333; padding-left: 2px; padding-right: 2px; 
										   border-bottom: 1px dotted #dddddd; text-decoration: none; }
				.commentmetadata a:hover { font-style:normal; color: #FFF; padding-left: 2px; padding-right: 2px;
										   background-color: #333; }


/* form 
--------------------------------------------------- */

#commentform p {
	border: 1px solid #DDD;
	margin: 0px;
	padding: 10px;
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #333;
	}
	
	#commentform a 		 { color: #333; padding-left: 2px; padding-right: 2px; border-bottom: 1px dotted #dddddd; text-decoration: none; }
	#commentform a:hover { color: #FFF; padding-left: 2px; padding-right: 2px; background-color: #333; }
	
#commentform input, textarea {
	padding:3px;
	background: #fafafa; 
	border-bottom: 1px solid #F0F0F0;
	border-left: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
	border-top: 1px solid #E3E3E3;
	}
	
	#commentform input {width: 250px;}
	#commentform textarea {width: 540px; line-height: 24px}
	
	#commentform input:hover, textarea:hover {background:#CEDDDF;}
	#commentform input:focus, textarea:focus { 	background:#F3F8F8; }
	
#commentform #submit {
	width: 150px;
	}
	
	.commentlist li, #commentform input, #commentform textarea {
	font-size: 12px;
	font-family: "Georgia", Times New Roman, Times, serif;
	}

/* Sidebar
--------------------------------------------------------------------------------- */

#sidebar {
	width: 170px;
   _width: 190px;
	padding-right: 20px;
   _padding-right: 0px;
	position:relative;
	float:right;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 12px;
	color: #79a2a2;
	background-color: #FFFFFF;
	}

	#sidebar .title {
		width: 170px;
	   _width: 160px;
		height: 22px;
		color: #79a2a2;
		font-size: 18px;
		}
		
	#sidebar .box {
		padding: 5px;
		padding-right: 0px;
		padding-top: 10px;
		background-image: url('images/side_box_grad.png');
		background-repeat:repeat-x;
		background-position: top;
		border-bottom: 1px dotted #b7d0d0;
		margin-bottom: 10px;
		}
		
		.box .mail-icon {
		padding-left: 20px;
		background-image: url('images/mail.png');
		background-position: left top;
		background-repeat: no-repeat;
		}
		
		.box .rss-icon {
		padding-left: 20px;
		background-image: url('images/rss.png');
		background-position: left top;
		background-repeat: no-repeat;
		}
	
	/* LIST */
	#sidebar ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
		}
		
	#sidebar li { list-style: none; list-style-image: none; line-height: 18px;}
	
	#sidebar li a, div a					{ color: #79a2a2; padding: 1px; text-decoration:none; }
	#sidebar li a:hover, div a:hover		{ color: #FFFFFF; padding: 1px; background-color: #79a2a2; }
	#sidebar h2 							{ font-weight:normal; }
	
	#sidebar img a 			{ border: none; }
	#sidebar img a:hover 	{ border: none; }	

/* Footer
--------------------------------------------------------------------------------- */

#footer {
	color: #FFFFFF;
	height:100px;
	background-color:#131d1d;
	padding: 10px;
	clear: both;
	position:relative;
	}
	
	#footer .box {
	width: 780px;
	margin: auto;
	}

	#footer .box p { text-align: left; }	
	
	#footer .box a 	     {text-decoration: none; color: #FFFFFF; padding: 2px; border-bottom: 1px dotted #779797; }
	#footer .box a:hover {text-decoration: none; color: #131d1d; padding: 2px; border-bottom: none; background: #FFFFFF; }
	
	.poderama { background-image: url('images/logo_poderama.png'); background-position:right; background-repeat:no-repeat; padding-right: 25px;}
		
/* Tipologías & Links
--------------------------------------------------------------------------------- */

.titulo {
	margin-bottom: 10px; 
	margin-top: 10px;
	color: #000;
	font-size: 24px;
	font-family: 'Georgia', Times New Roman, Times, serif;
	}

h1 {
	font-size: 24px;
	font-family: 'Georgia', Times New Roman, Times, serif;
	/* font-weight: bold; */
	color: #000;
	text-decoration:none;
	margin: 0px;
	}
	
	h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}	
	
h2 {
	font-size: 24px;
	font-family: 'Georgia', Times New Roman, Times, serif;
	color: #000;
	margin: 0px;
	/* padding: 2px; */
	/* padding-left: 0px; */
	width: 550px;
   _width: 500px;
	}
	
	h2 a {
	text-decoration: none;
	color: #ff9c00;
	/* padding: 2px;*/
	/* padding-left: 0px; */
	}
	
	h2 a:hover {
	color: #ff9c00;	
	background: #333;
	padding: 2px;
	}	

h3 {
	font-size: 12px;
	font-family: 'Georgia', Times New Roman, Times, serif;
	/* font-weight: bold; */
	padding: 0;
	margin: 30px 0 0;
	}
	
	h3 a, h3 a:hover{
	text-decoration: none;
	color: #ff9c00;
	}
	
	h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
h4 {
	font-size: 10px;
	font-family: 'Georgia', Times New Roman, Times, serif;
	}
	
.postmetadata a{
	text-decoration: none;
	padding: 2px;
	color: #333;
	}
	
.postmetadata a:hover{
	color: #FFF;	
	background: #333;
	padding: 2px;
	}

small {
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 9px;
	line-height: 12px;
	}

cite{
	text-decoration: none;
	color: #ff9c00;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* Imagenes
--------------------------------------------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {

	float: right;
	}

.alignleft {
	float: left;
	}
	
/* Formularios
--------------------------------------------------------------------------------- */

#searchform {
	text-align: left;
	}
	
.searchinput {
	text-align: left;
	color: #333;
	font-size: 12px;
	font-family: 'Georgia', Times New Roman, Times, serif;
	background-image:url('images/search_icon.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #FFF;
	width:157px;
	height: 16px;
	padding-left: 25px;
	padding-top: 3px;
	margin-bottom: 2px;
   _margin-bottom: -18px;
   *margin-bottom: -18px;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid #CCC;
}

#suscribeform {
	padding: 10px;
	border: 1px dotted #779797;
	margin-top: 5px;
	margin-bottom: 5px;
	}

	.mailinput {
	text-align: left;
	font-size: 12px;
	font-family: 'Georgia', Times New Roman, Times, serif;
	color: #476969;
	background-color: #a3b4b4;
	padding: 2px;
	border: none;
	margin-bottom: 5px;
	width: 100%;
	}

	label.radio_checked { background: url('images/bullet_green.png') no-repeat;	 display: block; padding-left: 25px; }
	label.radio_unchecked  { background: url('images/bullet_white.png') no-repeat; display: block; padding-left: 25px; }
	label:hover { background: url('images/bullet_green.png') no-repeat; display: block; padding-left: 25px; }
	label.highlighted { border: 1px solid #333;	}
	
	.crirHidden { position: absolute; left: -1000px; }
	.maildiv { margin: 5px 0px 5px 0px;	border-bottom: 1px dotted #779797; }
	.mailsubmit { background-color: #a3b4b4; border: none; color: #476969; }
	
	.alert { 
	background-color: #FF9C00;
	color: #FFF;
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 16px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	}

.entry form {
	text-align:center;
	}

select { width: 130px; }

/* Otros
--------------------------------------------------------------------------------- */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
	
a:hover img {
	border: none;
	}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Clean Archives Reloaded List
----------------------------------------------- */

.car-container 					{ margin-left: 0px; padding: 0px;}
.car-container .car-list 		{ padding: 0px; list-style: none; } /* UL */
.car-container .car-monthlist	{ padding: 0px; list-style: none; } /* UL */

.car-yearmonth { font-weight: bold; }
.car-postcount { font-weight: normal; color:#333;}

.article-day { font-family: "Courier New", Courier, monospace; color: #333; }
.car-commentcount { font-weight: normal; color:#333;}

.car-container a {
	color:#333;
	line-height: 18px;
	text-decoration: none;
	border-bottom: 1px dotted #333;
	}
	
.car-container a:hover{
	color:#FFF;
	line-height: 18px;
	background: #333;
	border-bottom: none;
	}

/* Jcarousel 
----------------------------------------------- */

/* CORE ------------------------ */

.jcarousel-container {
    position: relative;
	}

	.jcarousel-clip { z-index: 2; padding: 0px; margin: 0px; overflow: hidden; position: relative; }
	.jcarousel-list { z-index: 1; overflow: hidden; position: relative; top: 0; left: 0; margin: 0px; padding: 0px; }

	.jcarousel-list li, .jcarousel-item {
		float: left;
		list-style: none;
		width: 170px;
		height: 220px;
		}
		
		.img-bg {
			width: 150px;
			height: 150px;
			padding: 10px;
			background-image: url('images/recomendados_img_bg.jpg');
			margin-bottom: 5px;
			}
			
		.rec-day {
			color:#333;
			background-color:#CCC;
			font-family:"Courier New", Courier, monospace;
			padding-left: 2px;
			padding-right: 2px;
			margin-right: 5px;
			}
		
		.rec-txt  {
			position:relative;
		    padding-left: 5px;
		   _position:fixed;
			width: 160px;
			font-size: 14px;
			}
			
		.rec-link {
			position:relative;
		    padding-left: 5px;
           _position:fixed;
			width: 160px;
			font-size: 11px;
			}
		
.jcarousel-next { z-index: 3; display: none; }
.jcarousel-prev { z-index: 3; display: none; }

/* SKIN ------------------------ */

/* Layout*/

.jcarousel-skin-tango .jcarousel-container {
    background: #FFF;
    border: none;
	}

	.jcarousel-skin-tango .jcarousel-container-horizontal {
		width: 550px;
		padding-top: 20px;
		padding-bottom: 20px;
		}
	
		/*
		.jcarousel-skin-tango .jcarousel-container-vertical {
		width: 75px;
		height: 245px;
		padding: 40px 20px;
		} */

		.jcarousel-skin-tango .jcarousel-clip-horizontal {
			width:  550px;
			height: 220px;
			}
	
			/*
			.jcarousel-skin-tango .jcarousel-clip-vertical {
				width:  75px;
				height: 245px;
			}*/

			.jcarousel-skin-tango .jcarousel-item {
				width: 170px;
				height: 250px;
				}

				.jcarousel-skin-tango .jcarousel-item-horizontal {
					margin-right: 20px;
					}
				
				/*
				.jcarousel-skin-tango .jcarousel-item-vertical {
					margin-bottom: 10px;
				}
				*/

				.jcarousel-skin-tango .jcarousel-item-placeholder {
					background: #CCC;
					color: #000;
				}

/* Horizontal Buttons */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: -35px;
    right: 0px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('images/jc-next-horizontal.png') no-repeat 0 0;
	}

	.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
		background-position: -32px 0;
	}

	.jcarousel-skin-tango .jcarousel-next-horizontal:active {
		background-position: -64px 0;
	}

	.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
	.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
	.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
		cursor: default;
		background-position: -96px 0;
	}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: -35px;
    right: 38px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('images/jc-prev-horizontal.png') no-repeat 0 0;
	}

	.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
		background-position: -32px 0;
	}
	
	.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
		background-position: -64px 0;
	}
	
	.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
	.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
	.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
		cursor: default;
		background-position: -96px 0;
	}

/* Vertical Buttons
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

*/


/* CFORM
----------------------------------------------- */

/* main 'top-level' form elements
---------------------------------------------------------------- */
@import "calendar.css";

.cform { 
	margin:0px; 
	width: 420px;
}

.cform fieldset	{ 
	margin-top: 10px; 
	padding: 0px; 
	border:1px solid #adadad; 
	border-left-color:#ececec; 
	border-top-color:#ececec; 
	background:#f7f7f7; 
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin-left: 0px;
	padding: 0 2px;
        font-family: "Georgia";
	font-size: 20px; 
        font-weight: normal;
	color:#666666;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0!important; 
}
ol.cf-ol li	{
	background:none!important; 
	margin:0 10px!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}


/* just for text-only fields (no input)
---------------------------------------------------------------- */

ol.cf-ol li.textonly {
	margin:6px 0pt !important;
	padding:3px 0px 0px 10px;
        font-family:"arial";
        font-size: 10px;
}


/* global definitions for field labels
---------------------------------------------------------------- */

.cform label {
	width:100px; 
	margin:0px 10px 0 0; 
	text-align:left;
	font-size: 12px;
	display:block;
	color:#333;
	background:#FFF;
	padding:2px;
}

label.cf-before {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:4px 5px 0 0; 
}

label.cf-before span{
	width:200px; 
	display:block;
}

label.cf-after 	{
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:4px 0 0 4px;
	width:115px;
	text-align:left;	
}

label.cf-after span {
	width:115px;
	display:block;
}

label.cf-group-after {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:4px 6px 0 4px;
	width:105px;
	text-align:left;
}
label.cf-group-after span {
	width:105px;
	display:block;
}

/*   FORM FIELDS general formatting
---------------------------------------------------------------- */

.cform input,
.cform textarea,
.cform select { 
	margin:0 0 8px 0;
	padding:3px;
	background: #fafafa; 
	border-bottom: 1px solid #F0F0F0;
	border-left: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
	border-top: 1px solid #E3E3E3; 
	vertical-align:top;
	
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#CEDDDF; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#F3F8F8; 
}

.cform textarea,
.cform input {
	width:415px; 
	font-family: Georgia;
	font-size: 12px;
}
.cform select {
	width:421px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:6.5em; 
}

.cform textarea {
	height: 6em;
	overflow:auto;
}

.cform input.cf_date {
	width:395px;
}

/*   radio button title
---------------------------------------------------------------- */

ol.cf-ol li.cf-box-title {
	letter-spacing:2px;
	margin:12px 0pt 4px 10px!important;
	font-size:10px;
	color:#888888;
}

/*   check boxes
---------------------------------------------------------------- */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:3px 0 0 0; 
	width:16px; 
	height:22px;
	border:none!important;
	background:none!important; 
}

/* check box groups
---------------------------------------------------------------- */

ol.cf-ol li.cf-box-group {
	padding: 0 0 12px 0; 
} 


/* formatting for text:  "(required)"  & other
---------------------------------------------------------------- */
span.reqtxt,
span.emailreqtxt { 
	display:block; /*for mozilla*/
	width:421px;
	font-size:12px;
	vertical-align:top;
	color:#333;
	text-align:right;
	margin:0;
	height:13px;
	line-height:13px;
}

.cform textarea.fldemail,
.cform textarea.fldrequired,
.cform input.fldemail,
.cform input.fldrequired {
	margin:0;
}

/*   FORM submit button
---------------------------------------------------------------- */

p.cf-sb {
	padding: 0!important;
	margin: 0;
        margin-left: 10px;
	text-align:left;
}
.cform input.sendbutton	{ 
	width:150px;  
	padding:5px; 
	margin: 5px 3px 4px 0pt;
	font-size:12px;
	background:url('images/send-bg.gif') repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}

/*   FORM FIELDS enhanced error display
---------------------------------------------------------------- */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 10px!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	padding:0 0 0 10px;
	margin:0;
	color:#333;
	display:inline-block;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}


/* 'visitor verification' related styles
---------------------------------------------------------------- */

label.seccap {
	margin-top: 6px;
}

label.secq{
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	width:auto;
	padding:2px 4px 2px 2px;
}
label.secq span {
	display:block!important;
	width:auto;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:196px;
	padding: 4px 4px;
	margin: 0 0 8px 0;
	vertical-align:text-bottom;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 8px 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_grey.gif) no-repeat;
	margin:0 0 10px 3px;
	width:21px;
	height:21px;
	border:none!important;
}

img.imgcalendar {
	border:none!important;
}

/* change formatting of response msgs here
---------------------------------------------------------------- */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:420px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:red!important;
	text-decoration:underline!important;
}
div.success {
	background:#F9F9F9 none repeat scroll 0%;
	color:#AAAAAA;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9 none repeat scroll 0%;
	color:#AAAAAA;
	display:block;
}

/*   formatting for invalid user inputs
---------------------------------------------------------------- */
.cform .cf_error { 
	color:#ad2929; 
	border:1px solid #ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/* disabled fields [disabled] does not work on IE!
---------------------------------------------------------------- */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/* upload box styling
---------------------------------------------------------------- */

.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}


/*  Other: link love
---------------------------------------------------------------- */
.linklove {
	width:420px;
	margin:0px 0px 10px 10px!important;
	padding:0!important;	
	text-align:left!important;
}
.linklove a,
.linklove a:visited {
	font-size: 10px;
	font-family: "arial";
	color:#BBBBBB!important;
}

  
/*  Other: browser hacks
---------------------------------------------------------------- */
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html ol.cf-ol 	{
	display:inline-block; /*for IE6!!*/
}
* html img.captcha	{
	margin-bottom:9px!important;
}
*+html img.captcha	{
	margin-bottom:9px!important;
}


/*  SUSCRIBE PAGE FORM
---------------------------------------------------------------- */

#sus-page {
	min-height:690px;
	}

#sus-page .label {
	width: 245px; height:30px; float: left;
	padding:10px; padding-top: 14px; margin-bottom: 10px;
	text-align:left; color: #FFF;
	background-color: #476969;	
	}

	#sus-page .label:hover {
	background: #476969 none;
	}

#sus-page .campo {
	width: 180px; margin-left: 5px;
	border: 1px solid #FFF;
	padding:3px;
	}

#sus-page .rad-group {
	clear: both; height: 20px;
	background-color: #476969;
	color: #FFF; text-align: left;
	padding: 10px; margin-bottom: 10px;
	}

	#sus-page .rad { float:left;}

#sus-page .enviar-btn {
	margin-left: 10px;
	padding: 3px;
	color: #FFF;
	background-color: #476969;
	border: 1px solid #476969;
	}