/* CSS Document
   Template Title: Uncomplicated
   Author: J David Macor
   URL: http://www.jdavidmacor.com */

/* Main Body */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: disc;
	}
	
#container {
	width: 760px;
	padding: 30px;
	padding-bottom: 5px;
	border: 1px none #CCCCCC;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: none;
	background-attachment: fixed;
	background-repeat: no-repeat;
	}
	
/* Header */
#header {
	width: 750px;
	margin-bottom: 20px;
	font-family: Helvetica, Verdana, Arial,;
	font-size: 36px;
	letter-spacing: normal;
	text-align: center;
	background-image: url(Imagenes/CabeceraWeb.jpg);
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	height: 55px;
	color: #FFFFFF;
	}

/* Navigation */
#tabnav	{
	height: 20px;
	margin: 0;
	padding-left: 10px;
	background-image: url(images/tab_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
	}

#tabnav li {
	margin: 0; 
	padding: 0;
	display: inline;
	}
	
#tabnav a:link, #tabnav a:visited {
	float: left;
	background: #f3f3f3;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	text-decoration: none;
	color: #666;
	border: 1px solid #ccc;
	}

#tabnav a:link.active, #tabnav a:visited.active	{
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
	}

#tabnav a:hover	{
	background-color: #FFFFFF;
	}
	
/* Main Content */
#content {
	width: 610px;
	margin-top: 15px;
	}
	
#content h2 {
	font-size: 12px;
	font-weight: bold;
	}
	
#content p {
	font-size: 11px;
	line-height: 16px;
	}
	
#content a, a:visited {
	color: #666666;
	text-decoration: underline;
	}
	
#content a:hover {
	color: #000000;
	}
#content img {
	background-color: #CC9966;
}

	
/* Main Content Inicial*/
#contentinicial {
	width: 750px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	background-image: none;
	height: 400px;
	border: 1px solid #CCCCCC;
	}
	
#contentinicial h2 {
	font-size: 24px;
	font-weight: bold;
	margin-left: 20px;
	color: #0000CC;
	}
	
#contentinicial p {
	font-size: 12px;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 20px;
	color: #333333;
	}
	
#contentinicial a, a:visited {
	color: #666666;
	text-decoration: underline;
	}
	
#contentinicial a:hover {
	color: #000000;
	}
	
/* Sidebar */
#sidebar {
	width: 120px;
	float: right;
	clear: none;
	border: 1px solid #CCCCCC;
	margin-top: 15px;
	padding-right: 5px;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 8px;
	list-style-type: none;
	background-color: #F4F4F4;
	}
	
#sidebar h3 {
	border-bottom: 1px solid #ccc;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	}
	
#sidebar ul {
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	font-weight: normal;
	line-height: 16px;
	margin-left: 2px;
	}
	
#sidebar a, a:visited {
	color: #666666;
	text-decoration: underline;
	}
	
#sidebar a:hover {
	color: #000000;
	}
	
/* footer */
#footer {
	color: #666;
	text-align: center;
	border-top: 1px solid #ccc;
	size: 11px;
	margin-top: 30px;
	margin-bottom: 0;
	}
	
#footer a, a:visited {
	color: #666666;
	text-decoration: underline;
	}
	
#footer a:hover {
	color: #000000;
	}
