﻿/* 
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/

/* Overall Page */

body {
	margin: 0;
	padding-bottom: 2em;
	/*background-color:  #ffffe1;	*/
	background-color:#ffffff;    
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 2px solid #B51032;
	/*background-image: url("Imagenes/AEC ESCUDO - GRIS 1.jpg");
	background-repeat: repeat;
	background-position: center;*/


}

/* Header Section */

#header {
	border-top: 3px solid #B51032;
	border-bottom: 1px dotted #B51032;
	height: 11em;
}
#header .title {
	font: 190% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: green;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;
}
#header .breadcrumb {
	font: 90% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.8em;
	font-weight:bold;
}

#header a:link, a:visited  {
	color: #B51032;
	
}

#header asp:label  {
	
	font: 190% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: green;
}

/* Navigation */

#navigation {
	width: 110px;
	top: 11em;
	left: 1em;
	width: 13em;	
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 1px solid #ED9F9F;
}
#navigation li a  {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #711515;
	border-right: 1px solid #711515;
	background-color: #B51032;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation li a:hover {
	background-color: #711515;
	color: #FFFFFF;
}
#navigation ul ul {
	margin-left: 12px;
}
#navigation ul ul li {
	border-bottom: 1px solid #711515;	
	margin:0;
	background-color: #ED9F9F;
	color: #711515;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #ED9F9F;
	color: #711515;
	
}
#navigation ul ul a:hover {
	background-color: #711515;
	color: #FFFFFF;
}

/* Main Content */

#content 
{
	/*margin-top:1em;*/
	margin-left: 10em;
	margin-right: 2em;
	
	background-image: url("Imagenes/MarcaAgua_naranja.jpg");
	
	/*background-image: url("Imagenes/logoAEC.JPG");*/
	background-repeat: no-repeat;
	background-position:right;
	height:35em;
	
	
}
h1
{
	color: Fuchsia;
	font-weight: bold;
	font-size: small;
	line-height: normal;
	font-style: italic;
	font-family: Arial, Helvetica, Georgia, "Times New Roman" , Times, serif;
	text-transform: none;
}


#content p {
	font-size: 80%;
	line-height: 1.6em; 
}
#content textBox {
	margin-left: 16em;
}

#content ul {
	font-size: 80%;
	line-height: 1.6em; 
}
#content table
{
	width:461px}

#content td
{	text-align:left;
	width:286px; 
	
	}
	
	
#content td h11
{
	font: italic 256% Arial, Helvetica, Georgia, "Times New Roman" , Times, serif;
	color: blue;
	text-transform: uppercase;
	text-decoration: overline;
}
	
#content tr
{	
	height:15px;
	width:286px;
	}	

/* Data Web Control Styles */

.DataWebControlStyle
{
    font-size: 90%;
}

.HeaderStyle
{
    background-color: #900;
    color: White;
    font-weight: bold;
}

.AlternatingRowStyle
{
    background-color: #fcc;
}

.RowStyle
{
}

html
        {
            
            background-color:#ffffe1;
        }
        .menuTabs
        {
            position:relative;
            top:1px;
            left:10px;
        }
        .tab
        {
            border:Solid 1px black;
            border-bottom:none;
            padding:0px 10px;
            background-color:#eeeeee;
        }
        .selectedTab
        {
            border:Solid 1px black;
            border-bottom:Solid 1px white;
            padding:0px 10px;
            background-color:white;
        }
        .tabBody
        {
            border:Solid 1px black;
            padding:20px;
            background-color:white;
        }