/*-- LA PICAETA STYLE SHEET --*/
/*--	STYLESHEET BY ALEXIS--*/
/*--	ARTWEBSTUDIOS.COM	--*/

/*--     ESTILO GENERAL     --*/

* {
	margin: 0;
	padding: 0;	
}

body, html {
	margin:0 auto 0 auto;
	background:#98204D;
	width:777px;
	font:10px/14px verdana, arial, sans-serif;
	color:#000;
	text-align:center;
}

h2 {
	font: 16px georgia, sans-serif;
	font-weight: bold;
	color: #921847;
	margin: 20px 0 10px 0;
}


h3 {
	font:12px Verdana, Arial, Helvetica, sans-serif;
}

h3 a:link, h3 a:visited {
	text-align: left;
	text-decoration: none;
	color: #921847;
}

p {
	padding:10px 0 10px 0;
}

a:hover	{
	background: transparent;
	text-decoration: underline;
}

a:link, a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.separador {
	padding-bottom:20px;
	border-bottom: 1px dotted #921847;
}

.white {
	color:#FFFFFF
}

/*--	MAIN FRAME	--*/

#container {
	background:#FFFFFF url(images/bg-right.jpg) 260px 0px repeat-y;
	border:#000000 1px solid;
	width:775px;
	text-align:left;
}

/*--    CABECERA           --*/

#header {
	background:#921847 url(images/header.jpg) top left no-repeat;
	width:775px;
	height:137px;
}

/*--       MENU           --*/

#topnav { 
	background:#CCCCCC url(images/bg-menu.jpg) top center no-repeat;
	float:right;
	width:775px;
	height:37px;
	border-bottom:1px solid #000;
}

.navigation {
	list-style: none;
	text-transform: uppercase;
	font-size: 12px;
	float: right;
	width: 665px;
}

.navigation li {
	float: left;
	padding-top: 10px;
	padding-right: 3px;
	text-align: right;
}

.navigation li.first {}

.navigation li.right {
        float: left;
        padding-top: 10px;
        padding-right: 3px;

}

.navigation li a:link, .navigation li a:visited	{
	text-decoration: none;
	color: #921847;
	display: block;
	padding: 4px 10px 2px 10px;
	font-weight:bold;
}

.navigation li a:hover {
	color: #FFFFFF;
}

/*--		CONTENIDO	--*/

#content {
	float:left;
	background:#fff url(images/bg-left.jpg) top left no-repeat;
	text-align:justify;
	width:240px;
	padding:20px 10px 20px 10px;
	height:360px;
	min-height:360px;
} 

/*--     IMAGENES    	--*/

#rightContent {
	float: right;
	width: 489px;
	height: auto;
	padding: 10px;
}

/*--		FOOT		--*/

#foot {
	clear:both;
	background:#98204D url(images/footer.jpg) top left repeat-x;
	text-align:center;
	padding:3px 0 5px 0;
	height:20px;
	min-height:20px;
	border-top:#000000 1px solid;
}


/*--	FORMULARIOS		--*/

#emailform {
	padding:10px 0 20px 0;
}

#emailform input {
	font:1.0em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background:url(images/input_bg.gif) top left no-repeat;
	border:1px solid #921847;
	padding:2px;
	margin-right:5px;
}

#emailform textarea {
	font:1.0em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background:url(images/input_bg.gif) top left no-repeat;
	border:1px solid #921847;
	width:110px;
	height:95px;
	padding:2px;
}