body {
	font: 0.75em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin: 0;
	text-align: center;
	/*background: #cff110 url(/images/web/vidrio-roto-5.jpg) center top repeat-y;*/	
	background: #000000;
	color: white;
}

a {
	color: #D3D4D8;
	text-decoration: none;
	text-shadow: 0px 1px 2px #2BF70B;
}

a:hover {
	color: white;
	border-bottom: 2px dotted #2BF70B;
	text-shadow: 0px 1px 2px #2BF70B;
}

h1, h2, h3 {
	border-bottom: 1px dotted #2BF70B;
	text-shadow: 0px 1px 2px #2BF70B;
}

#wrapper {
        width: 950px;
        margin: 0px auto 0px auto;
        background: #000000;
	border: 1px solid #2BF70B;
}

#pagina {
	width: 950px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	background: #000000;
}

#header {
	color: white;
	font-size: 24pt;
	padding: 0.25em;
	margin-bottom: 0;
	background: #000000;
	width: 933px;
}

#header h1 {
	font-size: 1.5em;
	border: none;
	margin-top: 60px;
	margin-left: 10px;
        text-shadow: 0px 2px 3px #2BF70B;
}

#header h2 {
        color: #B5CECD;
        font-size: 14pt;
        text-shadow: 0px 2px 3px #2BF70B;
	text-align:right;
	border: none;
}

.texto_azul {
	color: #0008ff;
	text-align: center;
	vertical-align: bottom;
}
.texto_rojo {
	color: #fb0000;
	text-align: center;
	vertical-align: bottom;
}
.logo_header {
	float: left;
	margin-right: 20px;
	width: 180px;
}

.slogan_header {
	float: right;
}

.empresa_header {
	float: left;
	text-align: center;
	vertical-align: bottom;
	width: 500px;
}

.rssfeed {
        margin-right: 10px;
        margin-top: 10px;
        float: right;
}

.rssfeed img { 
        float: left;
        width: 20px;
        margin-right: 4px;
}

.rssfeed a {  
        float: right;
        font-size: 0.5em;
}


#nav {
	color: #2BF70B;
	font-size: 10pt;
	font-weight: bold;
	padding: 0.5em;
	padding-left: 15px;
	border-top: 1px dotted #2BF70B;
	border-bottom: 1px dotted #2BF70B;
	height: 15px;
}


#nav a, #nav a:visited {
	color: green;
	text-decoration: none;
	text-shadow: none;
}

#nav a:hover {
	color: #2BF70B;
	border-bottom: 2px dotted #2BF70B;
}

/* Navigation Links */

.nav_links {
	text-align: center;
	color: yellow;
	font-weight: bold;
	padding: 0.5em;
	border: 1px solid #2BF70B;
	font-size: 10pt;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

.nav_links a, .nav_links a:visited {
	color: #D3D4D8;
	text-decoration: none;
	text-shadow: 0px 1px 2px gray;
}

.nav_links a:hover {
	color: #2BF70B;
	border-bottom: 2px dotted #2BF70B;
}

/* Admin Links */

.admin_links {
	margin-top: 4px;
	margin-right: 3px;
	float: right;
	color: yellow;
	font-size: 10px;
	font-weight: bold;
	padding: 0.5em;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

.admin_links a, .admin_links a:visited {
	color: #D3D4D8;
	text-decoration: none;
	text-shadow: 0px 1px 2px gray;
}

.admin_links a:hover {
	color: white;
	border-bottom: 2px dotted white;
}


/* Menu */

ul.menu {
        margin: 0px;
}

ul.menu li {
	text-align: left;
        list-style: circle;
        padding: 5px;
        margin: 2px;
        border: 1px solid #d0ff26;
*/      -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-bottomright: 5px;
}

ul.menu ul {
        display: none;
        position: relative;
        top: 1;
        right: 190;
        margin: 10px 0px 0px 0px;
        padding: 0px;

}

ul.menu ul li {
        display: block !important;
}

ul.menu li:hover ul,ul.menu li.iehover ul {
        display: none;
}

ul.menu li:hover ul,ul.menu li.iehover ul{
        display: block;
}

/* Contenidos */

#contenido {
	height: 100%;
	padding: 1em;
}

#contenido h1 {
	color: #B5CECD;
	font-size: 18pt;
	text-shadow: 0px 1px 2px #2BF70B;
}

#contenido h2 {
	color: #B5CECD;
	font-size: 14pt;
	text-shadow: 0px 1px 2px #2BF70B;
}

#contenido h3 {
	color: #B5CECD;
	font-size: 12pt;
	text-shadow: 0px 1px 2px #2BF70B;
}

#footer {
	font-size: 8pt;
	color: white;
	padding: 1em;
	text-align: center;
}

/* Div Styles */

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

.small {
	font-size: 10px;
}

.half {
	width: 420px;
}

.threequarter {
	width: 630px;
}

.quarter {
	width: 275px;
}

.big {
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
}

.box {
	padding: 10px;
	border: 1px solid #d0ff26;
	font-size: 12px;
	margin-bottom: 10px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

.box h3 {
	color: #B5CECD;
	font-size: 12pt;
	text-shadow: 0px 2px 3px gray;
	margin-left: 15px;
}

.byline {
	padding: 3px;
	border: 1px solid #d0ff26;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

/* Form Styles */
fieldset {
}

legend {
	color: #B5CECD;
	padding: .4em 1em;
	text-shadow: 0px 1px 2px gray;
}

label {
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.2em;
	display: block;
}

.form_row {
	white-space: nowrap;
	padding-top: .2em;
	padding-bottom: .2em;
}

.submit {
	margin-left: 10.5em;
}

/* HACK IE para fieldset */
html fieldset {
	position: relative;
}

textarea, input, submit, checkbox {
	margin-left: 2px;
	padding: 3px;
	border: 1px solid #EDEDED;
	color: white;
}

textarea:hover, input:hover, submit:hover, checkbox:hover {
	color: red;
}

html legend {
	position:absolute;
	top: -1em;
	left: .5em;
}

html fieldset {
	position: relative;
	margin-top:1em;
	padding-top:2em;
	padding-bottom: 2em;
}

/*  Fin Hack IE */

/* Error Reporting Styles */

.fieldWithErrors {
	margin: 2px;
	padding: 2px;
	background-color: red;
	display: table;
}

#errorExplanation {
	border: 2px solid red;
	padding: 7px;
	padding-bottom: 12px;
	margin-bottom: 20px;
}

#errorExplanation h2 {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	font-size: 12pt;
	margin: -7px;
	color: #fff;
}

#errorExplanation p {
	color: #333;
	margin-bottom: 0;
	padding: 5px;
}

#errorExplanation ul li {
	font-size: 11pt;
	list-style: square;
}


/* Flash Notice Style */

#notice {
	border: 1px solid green;
	margin: 1em;
	padding: 1em;
	font: bold smaller sans-serif;
}

/* Profile Styles */
td.label {
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
}

.edit_link a {
	color: #D3D4D8;
	text-decoration: none;
	text-shadow: 0px 1px 2px gray;
	font-size: 10pt;
}

.edit_link a:hover {
	color: white;
	border-bottom: 2px dotted white;
}

#left_column {
	float: left;
	width: 350px;
}

#main_content {
	margin-left: 370px;
}

.sidebar_box {
	border: 1px solid #aaa;
	font-size: 12px;
	margin-bottom: 10px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

.sidebar_box h2 {
	margin-top: 0px;
	padding: 6px;
	font-size: 13px;
	color: maroon;
	font-weight:bold;
}

.sidebar_box p {
	padding-left: 6px;
	padding-right: 6px;
}

.sidebar_box .header {
	float: left;
}

.sidebar_box .edit_link {
	float: right;
}

.sidebar_box_contents {
	padding: 10px;
	text-align: center;
}

.sidebar_box_contents  img {
	border: none;
}

.sidebar_box_contents table {
	width: 90%;
	text-align: left;
}

/* Spec Style */

#full_name {
	font-size: xx-large;
}

#occupation{
	font-size: x-large;
}

#location {
	font-size: large;
}

/* Articulos */

.parrafo {
	padding: 10px;
}


/* Categorias */
.categoria_img {
	float: left;
}

/* FCKEDITOR */

.fckeditor {
	text-align: center;
	width: 700px;
	height: 300px;
	margin-bottom: 10px;
}

.cerrar li {
	list-style: none;
}

.cerrar li a img {
	border: none;
}

.descargaimg {
	float: left;
	margin-right: 10px;
}
