/*
CSS Document for FORMAPYME
Modified: 14 Setember 2007
*/

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////// elementos xhtml */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/img/parser/background-main.gif) repeat-x #F9F9F9;
	color: #333333;
}
a {
	color: #333333;
}

h1 {
	padding: 0;
	margin: 0;
}
h1 a{
	background: url(/img/parser/logo-FORMAPYME.gif) no-repeat;
	padding: 0;
	margin: 0;
	width: 292px;
	height: 76px;
	text-indent: -10000px;
	display: block;
}

h5 {
	text-align: right;
	margin: -17px 20px 0 0;
	text-transform: uppercase;
	font-size: 0.9em;
	color: #FFFFFF;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// menu */
ul#menu {
	margin: 20px;
	padding: 0;
	list-style-type: none;
}
ul#menu li{
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 10px;
	border-right: 1px solid #333333;
	padding-right: 12px;
	color: #FF0000;
}
ul#menu li a{
	color: #333;
	text-decoration: none;
}
ul#menu li a:hover{
	text-decoration: underline;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// content */
#content {
	padding: 0 30px 10px 20px;
	font-size: 80%;
	border-top: 1px dotted #ccc;
	float: left;
}
#content h2 a, #content h2 {
	color: #FF0000;
}
#content a{
	text-decoration: none;
}
#content a:hover{
	color: #FF0000;
	text-decoration: underline;
}
#content li{
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.caja1 {
	float: left;
	padding: 10px 20px 10px 10px;
	border-right: 1px dotted #CCCCCC;
	width: 250px;
}
.caja2 {
	float: left;
	padding: 15px 20px 10px 10px;
	margin-left: 40px;
	border-right: 1px dotted #CCCCCC;
	width: 590px;
}
.caja2 h3{
	text-transform: uppercase;
	font-weight: normal;
}

.navegacion {
    margin-left: 50px;
	font-size: 1.2em;
	font-weight: bold;
}
.navegacion a{
	text-decoration: underline !important;
}

table.calendario {
	border: 1px solid #CCCCCC;
	text-align: center;
	margin-left: 10px;
}
table.calendario td{
	border-bottom: 1px solid #CCCCCC;
}
table.calendario .header{
	background: #CCCCCC;
	color: #FFFFFF;
	text-transform: uppercase;
}

table.calendario a{
    font-weight:bold;
}
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// información */
#informacion {
	margin-left: 320px;
	clear: both;
}
#informacion p{
	float: left;
	font-size: 1.1em;
}
#informacion p a{
	font-style: italic;
	text-decoration: none;
}

#informacion p a:hover{
	color: #FF0000;
	text-decoration: underline;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// footer */
#footer {
	background: url(/img/parser/background-bottom.gif) repeat-x;
	height: 71px;
	width: 100%;
	text-align: right;
	float: left;
}
#footer img{
	border: 0;
}
#footer p{
	float: left;
}
#footer p a{
	color: #f9f9f9;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
	border-left: 20px solid #F99B99;
	padding-left: 10px;
	position: relative;
	top: 10px;
	left: 20px;
}

.text-mini {
    font-size: 0.7em;
}

.color-red {
    color: #FF0000;
}