﻿.Combobox
{
	font-size:small;
	font-family:Consolas;
	font-style:normal;
	color:#008080;
}

.TreeView
{
	font-size:small;
	font-family:Consolas;
	font-style:normal;
	color: White;
}

.TextBox
{
	font-size:small;
	font-family:Consolas;
	font-style:normal;
	color:#008080;
}

.Buttom
{
	font-size:small;
	font-family:Consolas;
	font-style:normal;
	color:#008080;
	height: 25px;
}

.ButtomTags
{
	font-size: 12px;
    font-family: Verdana;
    font-weight: bold;
    color: Black;
    border: 0px;
    width: 140px;
    height: 24px;
}

.Label
{
	font-size:12px;
	color:black;
	font-family:Consolas;
	font-style:normal;
}

.LabelNoticia
{
	font-family: Verdana; 
	color: #FF3300;
    font-size: x-small;
}

.LabelServicio
{
	font-family: Verdana; 
	color: #FF3300;
    font-size: small;
}

.LabelMensaje
{
	font-size:12px;
	color:Red;
	font-family:Consolas;
	font-style:normal;
}

.SumariProvider
{
	font-size:12px;
	color:Red;
	font-family:Consolas;
	font-style:normal;
}

.RequiredFieldValidator
{
	font-size:12px;
	color:Red;
	font-family:Consolas;
	font-style:normal;
}

.CheckBox
{
	font-size:small;
	font-family:Consolas;
	font-style:normal;
	color:#008080;
}
.DataList
{
	font-size:small;
	font-family:Verdana;
	font-style:normal;
	color: Black;
}
.DetailsView
{
	font-size:small;
	font-family:Verdana;
	font-style:normal;
	color: Black;	
}
.GridStyle
{
	font-size:small;
	font-family:Consolas;
	font-style:normal;
	width:auto;
	height:60%;	
}
     
.MyCalendar .ajax__calendar_container
{
    border: 1px solid #646464;
    background-color: Silver;
    color: red;
}

.myBox
{
    margin: 2px auto 0px auto;
    padding: 2px;
    text-align: justify;
    border: 1px solid #303030;
    border-right: 1px solid #303030; 
    border-left: 1px solid #303030;
    border-top: 1px solid #303030;
    border-bottom: 1px solid #303030;
    background-image: url('Images/fondo_celeste.png');
    width: 100%;   
    background-repeat: repeat-x;
    vertical-align: bottom;
    height:auto;
}

.myBoxNoticias
{
	margin: 2px auto 0px 25px;
    padding: 2px;
    text-align: justify;
    border: 1px solid #303030;
    border-right: 1px solid #303030; 
    border-left: 2px solid #303030;
    border-top: 1px solid #303030;
    border-bottom: 1px solid #303030;
    width: 530px;   
    background-repeat: repeat-x;
    vertical-align: bottom;
    height:auto;
}

.myBoxComentariosNoticias
{
	margin: 2px auto 0px 25px;
    padding: 2px;
    text-align: justify;
    border: 1px solid #303030;
    border-right: 1px solid #303030; 
    border-left: 2px solid #303030;
    border-top: 1px solid #303030;
    border-bottom: 1px solid #303030;
    background-image: url('Images/fondo_celeste.png');
    width: 530px;   
    background-repeat: repeat-x;
    vertical-align: bottom;
    height:auto;
}

.myBoxTitle
{
	margin: 2px auto 0px 25px;
    padding: 2px;
    text-align: justify;
    border: 1px solid #303030;
    border-right: 1px solid #303030; 
    border-left: 2px solid #303030;
    border-top: 1px solid #303030;
    border-bottom: 1px solid #303030;
    width: 530px;   
    background-repeat: repeat-x;
    vertical-align: bottom;
    height:auto;
}

.myBoxLogin
{
    margin: 2px auto;
    padding: 2px;
    text-align: center;
    border: 1px solid #303030;
    width: auto;
    background-image: url('Images/fondo_celeste.png');
    background-repeat: repeat-x;
    vertical-align:middle ;
    height:100%;
}

.myBoxAdmin
{
    margin: 2px auto;
    padding: 2px;
    text-align: justify;
    border: 1px solid #303030;
    width: auto;
    background-image: url('Images/fondo_celeste.png');
    background-repeat: repeat-x;
    vertical-align:top ;
    height:100%;
}

/*ACORDION Styles*/

.accordionCabecera 
{ 
	border: 1px solid black; 
	background-image: url('Images/bgHeader.gif'); 
	background-repeat:repeat-x;
	font-family: Verdana; 
	font-size: 14px; 
	font-weight: bold; 
	color:White;
	margin-top: 4px; 
	cursor: pointer; 
	width:100%;
} 

.accordionContenido 
{ 
	font-family: Verdana; 
	background-color: #fff8ab; 
	border: 1px solid black; 
	border-top: none; 
	font-size: 12px;  
	width:100%;
} 

.itemTemplateEmpresas
{
	width: 289px;
	}