/* General styles jquery_css.css */
body
{
background: white;
padding: 0 20px;
background-color: #CCCCCC;
}

.clear
{	clear: both;
	overflow: hidden;
	height: 0}

#all
{	width: 80%;
	min-width: 650px;
	margin: 40px auto 0 auto;
	background: #FCFFED;
	padding: 20px 35px}

h1
{
	color: #317BAC;
	font-family: tahoma, arial;
	font-size: 24px;
}

h2
{
	color: #317BAC;
	font-family: tahoma, arial;
	font-size: 18px;
}

h3
{
	color: #333333;
	font-family: tahoma, arial;
	font-size: 14px;
}

p
{	font: 12px tahoma, arial;
	color: #171F26;
	margin-bottom: 25px}



#copyright{
	width: 100%;
	color: #FFFFFF;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	text-indent: 20px;
	font-family: tahoma, arial;
	font-size: 11px;
	height: 15px;
	background-color: #00A0DF;
	background-position: center center;
}

#copyright a
{
	color: white;

}

#copyright a:hover
{	color: #171F26}



body,td,th {
	font-family: Tahoma, Arial;
	font-size: 12px;
}


/* menu styles jquery_css.css */
#jsddm
{	margin: 0px;
	padding: 0px}

	#jsddm li
	{	float: left;
		list-style: none;
		font: 13px Tahoma, Arial}

	#jsddm li a
	{	display: block;
		background: #366595;
		padding: 5px 13px;
		text-decoration: none;
		border-right: 0px solid white;
		width: auto;
		color: #EAFFED;
		white-space: nowrap}

	#jsddm li a:hover
	{	background: #7EB3D5}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 0px solid white}
		
			#jsddm li ul li
			{	float: none;
				display: inline}
			
			#jsddm li ul li a
			{	width: auto;
				background: #7EB3D5;
				color: #333333}
			
			#jsddm li ul li a:hover
			{	background: #3075A3;
				color: white}

/* Tabla3 con un ancho de 200px */
				
#tabla3{
	border: 2px solid #366595;
	width: 200px;
}

#tabla3 a{
	width: auto;
	color: #333333;
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	margin-right: 10px;
}

#tabla3 a:hover{
	width: auto;
	color: #0000FF;
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#cabtab3{
	background-color: #317BAC;
	font-weight: bold;
	font-size: 14px;
	height: 25px;
	margin: 4px;
	color: #FFFFFF;
	padding: 10px;
	background-position: center bottom;
}

#cuerpotab3titulo{
	font-size: 13px;
	background-color: #FAFAFA;
	font-family: Tahoma, Arial;
	text-decoration: none;
	font-weight: bold;
	color: #317BAC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 0px;
}


#cuerpotab3{
	font-size: 12px;
	background-color: #FAFAFA;
	margin: 5px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	font-family: Tahoma, Arial;
	text-decoration: none;
}
#cuerpotab3 ul{
   margin: 0 2px 0 20px;
   padding: 0 0 0 0px;
}
#cuerpotab3 li{
   margin: 0 2px 0 2px;
   padding: 0 0 0 0px;
} 

/* Tabla4 con un ancho de 450px */

#tabla4{
	width: 99%;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #317BAC;
	border-right-color: #317BAC;
	border-bottom-color: #317BAC;
	border-left-color: #317BAC;
}

#tabla4 a{
	width: auto;
	color: #0000FF;
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	margin-right: 3px;
}

#tabla4 a:hover{
	width: auto;
	color: #FF0000;
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

#cabtab4{
	font-family: Tahoma, Arial;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	height: 10px;
	color: #317BAC;
	background-position: left center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#cuerpotab4{
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 10px;
	font-family: Tahoma, Arial;
	text-decoration: none;
	padding: 5px;
}
#cuerpotab4 ul{
	margin: 0px 2px 0 2px;
	padding: 0px 0px 0px 0px;
}

#cuerpotab4 li{
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 1px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	list-style-type: square;
} 

#noticiaslista{
	list-style-type: square;
	font-family: Tahoma, Arial;
	font-size: 12px;
	text-decoration: none;
	color: #317BAC;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 9px;
	margin-left: 5px;
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
} 

#noticiaslista a{
	width: auto;
	color: #317BAC;
	font-family: Tahoma, Arial;
	font-size: 13px;
	text-decoration: none;
	margin-right: 0px;
}

#noticiaslista a:hover{
	width: auto;
	color: #317BAC;
	font-family: Tahoma, Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
