* {
	margin: 0;
	padding: 0;
}

body {
	margin-bottom: 50px;
	background: #FFFFFF;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3B3B3B;
}
.titulo {
	width: 400px;
	float: right;
}
.t
{
    font-weight:bold;
}


h1, h2, h3 {
	color: #333333;
}

h1 {
}

h2 {
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
}

ul {
}

ul li {

}

ol {
}

ol li {
}

a {
	color: #666666;
}

a:hover {
	text-decoration: underline;
	
}
a:link {
	text-decoration: none;
}

img {
	border: 1px solid #3B3B3B;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	padding: 10px 15px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #620500;
	background-image: url(../img/img3.jpg);
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
}

.boxed .content {
	padding: 15px;
}

.boxed ul {
	list-style: none;
}
.fechaNoticia {
	float: left;
	width: 75px;
	font-weight: bold;
	font-size: 10px;
	height:100%;
}
.cuerpoNoticia
{
    height:100%;
}

.btnEliminar
{
    text-align:right;
    vertical-align:middle;
}
.textError
{
    background-color:#CCCCCC;
}


/* Post */

.post {
	clear: both;
	padding: 20px;
	border-bottom: 1px solid #3B3B3B;
}
.tituloNoticia {
	background-color: #666600;
	color: #FFFFFF;
	/* background-image: url(../img/newspaper_go.png);
	background-repeat: no-repeat; */
	background-position: left center;
	padding-left: 20px;
}
.tituloEmpresa {
	background-color: #0099CC;
	color: #FFFFFF;
	padding-left: 20px;
}


.post .title {
}


.post .content {
	line-height: 1.6em;
	margin-bottom: 10px;
	border: thin solid #CCCCCC;
	padding: 5px;
	background-color: #FFFFFF;
}

.post .title {
	margin-bottom: 20px;
	font-family: Trebuchet MS;
}

.post p, .post blockquote, .post ul, .post ol {
	margin-bottom: 1em;
}

.post blockquote, .post ul, .post ol {
	margin-left: 3em;
}

/* Header */

#header {
	width: 700px;
	height: 150px;
	margin: 0 auto;
	background: #69B10A url(../img/img2.jpg);
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-family: Trebuchet MS;
	font-style: italic;
	font-weight: normal;
}

#header h1 {
	float: left;
	padding: 80px 0 0 20px;
	letter-spacing: -3px;
	font-size: 48px;
}

#header h2 {
	float: left;
	padding: 107px 0 0 7px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 700px;
	margin: 0 auto;
	background: url(../img/img3.gif) repeat-y;
	border-top: 20px solid #3B3B3B;
}

#content {
	float: right;
	width: 483px;
	padding-right: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	/* background-image: url(../img/bgContent.jpg); */
}

#sidebar {
	float: left;
	width: 200px;
	padding-left: 1px;
}

/* Menu */

#menu 
{
    color: #FFFFFF;
	background-color: #999900;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 5px 15px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FFFFFF;
	background-color: #0099CC;
}

#menu .active a {
	background: #0099CC;
	color: #000000;
}

/* Login */

#login {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login input {
	margin-bottom: 5px;
}

#inputtext1, #inputtext2 {
	width: 160px;
}

/* Updates */

#updates {
}

#updates ul {
}

#updates li {
	margin-bottom: 20px;
}

#updates h3 {
	font-size: .77em;
}

/* Footer */

#footer {
	width: 670px;
	height: 15px;
	margin: 0 auto;
	padding: 5px 15px;
	background: #3B3B3B;
	font-size: .77em;
	color: #FFFFFF;
}

#legal {
	float: left;
}

#links {
	float: right;
}


.textoEtiqueta
{
	font-size: 10px;
	font-weight: bold;
}
.textoContenido
{
	font-size: 10px;
}
.textoContenido2
{
	font-size: 14px;
	font-weight:bold;
}
.modalBackground 
{
        background: #333;
        filter:alpha(opacity = 70);
        opacity: 0.7;
}


.pnlDialog
{
	background-color:#EFEFEF;
	border:solid 1px black;
	z-index: -1;
	text-align:center;
	width:100%;
	height:100%;
}
.tableDocumentos
{
    border: 1px solid black; 
    width:98%;  
}

.filaCabeceraDocumentos
{
    height:35px;
    background-color:#999900; 
    color:#ffffff;
}

.filaDatosDocumentos
{
    height:40px;
}
.celdaDocumentos
{
        margin:15px 15px 15px 15px;
        height:35px;
}

.CatTituloDoc
{
    color:White;
    font-weight:bold;
    margin-left:10px;
}

.CatContentDoc
{
    border: solid 2px #B8A700;
}
.CatHeaderDoc
{
    margin-bottom:2px;
    margin-top:2px;
    background-color:#B8A700;
}

