/* TAG's Default v2.94 */

/*
    Style Index
	-----------------------------------
	0. Reset
	1. Generic
    2. Layout
    3. Logo, Header and Main Navigation
    4. Content
    5. Footer
*/

/* 0. Reset /////////////////////////////////////////////////////////////////////////////////// */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
							{ padding: 0px; margin: 0px; border: 0;}
table						{ border-collapse: collapse; border-spacing: 0; }
a img,:link img,:visited img{ border: none; }
:focus						{ outline: none; }

/* 1. Generic /////////////////////////////////////////////////////////////////////////////////// */
body						{ font: normal 14px Verdana, Geneva, sans-serif; color: #58585A; background: #FFF url(../images/df_bg1.gif) repeat-x left top; }
input, textarea, select		{ font: normal 14px Verdana, Geneva, sans-serif; color: #58585A; border: solid 1px #E5E5E5; background-color: #FFF; padding: 2px; }
input[type="checkbox"],
input[type="radio"]			{ background: none;	border: 0; padding: 0; width: auto !important; }
select						{ padding: 1px; }
a							{ color: #0092AA; text-decoration: none; }
a:hover						{ color: #0092AA; text-decoration: underline; }
legend, .hidden, hr, button span, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span { display:none; }
ol, ul						{ list-style: none; }


/* Varios */
.clear						{ clear: both; font-size: 1px; height: 1px; display:block; overflow: hidden; }
.required					{ font: bold 12px Verdana, Arial, Helvetica, sans-serif; color: #437AB1; }
.input_error				{ border: solid 2px #C00; }
.bold						{ font-weight: bold !important; }

/* Botones y Links */
.df_b1 {
	font-size: 13px;
	font-weight: bold;
	color: #910A0F;
	background: url(../images/df_b1.gif) no-repeat center top;
	display: block;
	float: left;
	text-decoration: none;
	overflow: hidden;
	text-align: center;
	/* settings */
	width: 204px;
	height: 34px;
	line-height: 34px;
}
.df_b1:hover {
	background-position: center bottom;
	color: #910A0F;
	text-decoration: none;
	cursor: pointer;
}


/* 2. Layout /////////////////////////////////////////////////////////////////////////////////// */
#main {
	width: 718px;
	margin: 14px auto;
	overflow:hidden;
	border: 1px solid #EDEDED;
}
#content {
}
#footer {
	font-size: 11px;
	color: #58585A;
	width: 718px;
	background-color: #F8F8F8;
	margin: 10px auto;
	padding: 10px 15px;
	height: 100%;
	overflow: hidden;
}

/* 3. Logo, Header and Main Navigation /////////////////////////////////////////////////////////////////////////////////// */
#header {
}
#logo {
	background: url(../images/logo_af1.gif) no-repeat center;
	width: 718px;
	height: 100px;
	margin-top: 10px;
}
#default #header .photo {
	margin: 0;
	width: auto;
}


/* 4. Content /////////////////////////////////////////////////////////////////////////////////// */

/* Home */
#default #content {
	padding: 5px 15px 25px 15px;
}
#default #content p {
	font-size: 14px;
	line-height: 20px;
	color: #B70000;
	margin: 0;
	margin-top: 10px;
}
#default #content fieldset {
	margin: 25px 0 0 0;
	display: block;
	overflow: hidden;
}
#default #content fieldset p {
	margin-top: 10px;
}
#default #content fieldset label {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	width: 130px;
	display: block;
	float: left;
}
#default #content fieldset select {
	width: 356px;
}
#default #content fieldset input {
	width: 350px;
}
#default #content fieldset textarea {
	width: 350px;
	height: 150px;
}
#default #content fieldset .button1 {
	float: left;
	margin: 25px 0 0 130px;
	padding: 0;
	width: auto;
}



/* 5. Footer /////////////////////////////////////////////////////////////////////////////////// */
#footer a {
	color: #58585A;
}
