/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family:Century;
	color:#333333;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* CLASES */

.clear
{
	clear:both;
}
.l-img
{
	margin:10px;
	float:left;
}
.r-img
{
	margin:10px;
	float:right;
}
.alpha
{
	margin-left:0;
}
.omega
{
	margin-right:0;
}


/* HTML */

ul, ol
{
	list-style:none;
}

a:link
{
	color:#535353;
	text-decoration:none;
}

a:visited
{
	color:#f33;
	text-decoration:none;
}
a:hover
{
	color:#FF4500;
}
a:active
{
	color:#f33;
	text-decoration:none;
}

p {
	font-family: Century;
	font-size: 15px;
	color:#333;
	margin:1px;
	line-height: 1.2em;
}

p.footer {
	font-family: Century;
	font-size: 11px;
	color:#333;
	margin:1px;
	padding-top: 6px;
}

p.contacto
{
	font-family: Century;
	font-size: 14px;
	color:#333;
	margin:1px;
	padding-top: 12px;
}

h4{
	margin-bottom:10px;
	margin-top:10px;
	font-size:12px;
	color:#222;
}

h3{
	margin-bottom:10px;
	margin-top:10px;
	font-size:20px;
	color:#222;
}

h2{
	margin-bottom:15px;
	margin-top:15px;
	font-size:25px;
	color:#222;
}

h1{
	margin-bottom:15px;
	margin-top:15px;
	font-size:30px;
	color:#222;
}

h9{
	margin-bottom:15px;
	margin-top:15px;
	font-size:30px;
	color:#255;
}

/* CLASSES */



/* LAYOUT */

#wrapper
{
	width:100%;
	margin:auto;
	background: #FFFFFF;
}

#header
{
	width:960px;
	height:140px;
	margin-bottom: 2px;
	background:url(../img/logo.png);
}

/* CONTENT */

#content
{
	width:960px;
    height:100%;
	margin:0;
}

#form
{
	width:400px;
	height:330px;
	margin-left:175px;
	padding-top:2px;
}


/* MAIN */

#main
{
	width:660px;
	height:100%;
	padding:20px;
	text-align:left;
	margin:0;
	background: url(../img/main.png) repeat-x top;
	float: left;
}
#main_cont
{
	width:600px;
	padding:20px;
	text-align:left;
	margin:0;
	background: url(../img/main.png) repeat-x top;
	float: left;
}

#mainsolo
{
	width:920px;
	padding:10px 20px 20px 20px;
	text-align:center;
	margin:0;
	background: url(../img/main.png) repeat-x top;
	float: left;
}

#boxmedio
{
	width:700px;
	padding:10px 20px 20px 20px;
	text-align:center;
	margin:0;
	background: url(../img/main.png) repeat-x top;
	float: left;
}

/* RSIDEBAR */

#rsidebar
{
	width:238px;
	padding:40px 10px 10px 10px;
	margin:0;
	background: url(../img/main.png) repeat-x top;
	float: left;
	box-shadow: 6px 5px 6px #CCC;
}
#rsidebar_cont
{
	width:298px;
	padding:40px 10px 10px 10px;
	margin:0;
	background: url(../img/main.png) repeat-x top;
	float: left;
	box-shadow: 6px 5px 6px #CCC;
}


#rsidebar2
{
	width:238px;
	padding:40px 10px 10px 10px;
	margin:0;
	float: left;
	box-shadow: 6px 5px 6px #CCC;
}

/* FOOTER */

#footer
{
	width:860px;
	height:40px;
	float:left;
	margin:0;
	background: url(../img/footer.png) repeat-x top;
}

#footer_widecode
{
	width:100px;
	height:40px;
	float:left;
	margin:0;
	background: url(../img/footer.png) repeat-x top;
}

/* LOGO */

#logo
{
	width:250px;
	height:54px;
	float:left;
	margin: 15px 0 30px 20px;
	background:url(img/logo.png);
}

#logo a
{
	width:250px;
	height:54px;
	display:block;
}

#logo span
{
	display:none;
}


/* BANNER*/

#banner
{
	height:140px;
	float:right;
	background:url(img/banner.png);
}

#banner a
{
	height:140px;
	display:block;
}

#banner span
{
	display:none;
}


/* NAVI */

#navi
{
	font-family:Century;
	width:100%;
	height:35px;
	float:left;
	background:url(../img/nav.png) repeat-x top right;
	margin-bottom:2px;
}


#navi a {
	color: #FFF;
	font-size: 16px;
	padding:8px 15px 5px 10px;
}

#navi ul {
	list-style: none;
	padding: 8px 15px 5px 10px;
}

#navi ul li {
	padding: 8px 15px 5px 10px;
	display: inline;
}

#navi ul li.first {
	padding-left: 0;
	padding: 8px 15px 5px 10px;
}

#form input.campos{
	font-family:"Arial";
	width: 200px;
	height: 20px;
	margin:1px;
	color: #FF4500;
	background: #F5F5F5;
	border: solid 1px #AAA;
	box-shadow: 1px 1px 2px 1px #AAA;
}

#form textarea.campos{
	font-family:"Arial";
	width: 198px;
	margin:1px;
	color: #FF4500;	
	background: #F5F5F5;
	border: solid 1px #AAA;
	box-shadow: 1px 1px 2px 1px #AAA;
}

.botones{
	cursor:pointer;
	border-radius: 1px;
	margin-top:10px;
	margin-left:12px;
	margin-right:12px;
	size: 15px;
	width: 75px;
	background-color:#EEE;
	border: 1px solid #EEE;
	float: right;
	padding: 2px 5px 2px 5px;
	color: #FF4500;
	font-family: "Times New Roman";
	box-shadow: 2px 2px 5px 2px #AAA;
	}
.botones:hover{
	background-color:#DDD;
}
